Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 20:51:04 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367472 - in head: databases/rubygem-activerecord devel devel/rubygem-tzinfo devel/rubygem-tzinfo03 www/rubygem-rails
Message-ID:  <201409062051.s86Kp44S015523@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Sep  6 20:51:04 2014
New Revision: 367472
URL: http://svnweb.freebsd.org/changeset/ports/367472
QAT: https://qat.redports.org/buildarchive/r367472/

Log:
  devel/rubygem-tzinfo: update to 1.2.2
  
  While here, create a port for the older 0.3 version for the ports that need it,
  hook it up to the build, set those ports to use the older version and bump
  portrev on those ports.

Added:
  head/devel/rubygem-tzinfo03/
     - copied from r367466, head/devel/rubygem-tzinfo/
Modified:
  head/databases/rubygem-activerecord/Makefile
  head/devel/Makefile
  head/devel/rubygem-tzinfo/Makefile
  head/devel/rubygem-tzinfo/distinfo
  head/devel/rubygem-tzinfo03/Makefile
  head/www/rubygem-rails/Makefile

Modified: head/databases/rubygem-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-activerecord/Makefile	Sat Sep  6 20:49:32 2014	(r367471)
+++ head/databases/rubygem-activerecord/Makefile	Sat Sep  6 20:51:04 2014	(r367472)
@@ -3,6 +3,7 @@
 
 PORTNAME=	activerecord
 PORTVERSION=	3.2.19
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-arel3>=3.0.3:${PORTSDIR}/databases/rubygem-arel3 \
-		rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo
+		rubygem-tzinfo03>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo03
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  6 20:49:32 2014	(r367471)
+++ head/devel/Makefile	Sat Sep  6 20:51:04 2014	(r367472)
@@ -4536,6 +4536,7 @@
     SUBDIR += rubygem-turn
     SUBDIR += rubygem-typed-array
     SUBDIR += rubygem-tzinfo
+    SUBDIR += rubygem-tzinfo03
     SUBDIR += rubygem-unicode
     SUBDIR += rubygem-uuid
     SUBDIR += rubygem-uuidtools

Modified: head/devel/rubygem-tzinfo/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Sat Sep  6 20:49:32 2014	(r367471)
+++ head/devel/rubygem-tzinfo/Makefile	Sat Sep  6 20:51:04 2014	(r367472)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tzinfo
-PORTVERSION=	0.3.41
+PORTVERSION=	1.2.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-tzinfo/distinfo
==============================================================================
--- head/devel/rubygem-tzinfo/distinfo	Sat Sep  6 20:49:32 2014	(r367471)
+++ head/devel/rubygem-tzinfo/distinfo	Sat Sep  6 20:51:04 2014	(r367472)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/tzinfo-0.3.41.gem) = 381b22fd1744a35d0a0239f563f505773681e626e6d900063b14cb9b1b68e98c
-SIZE (rubygem/tzinfo-0.3.41.gem) = 301568
+SHA256 (rubygem/tzinfo-1.2.2.gem) = fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0
+SIZE (rubygem/tzinfo-1.2.2.gem) = 147456

Modified: head/devel/rubygem-tzinfo03/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Sat Sep  6 18:51:46 2014	(r367466)
+++ head/devel/rubygem-tzinfo03/Makefile	Sat Sep  6 20:51:04 2014	(r367472)
@@ -5,6 +5,7 @@ PORTNAME=	tzinfo
 PORTVERSION=	0.3.41
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	03
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Daylight-savings aware timezone support for Ruby

Modified: head/www/rubygem-rails/Makefile
==============================================================================
--- head/www/rubygem-rails/Makefile	Sat Sep  6 20:49:32 2014	(r367471)
+++ head/www/rubygem-rails/Makefile	Sat Sep  6 20:51:04 2014	(r367472)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rails
 PORTVERSION=	3.2.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -31,7 +31,7 @@ RUN_DEPENDS=	rubygem-actionmailer>=${POR
 		rubygem-sqlite3>=1.3.9:${PORTSDIR}/databases/rubygem-sqlite3 \
 		rubygem-treetop>=1.4.15:${PORTSDIR}/devel/rubygem-treetop \
 		rubygem-turn>=0.8.3:${PORTSDIR}/devel/rubygem-turn \
-		rubygem-tzinfo>=0.3.39:${PORTSDIR}/devel/rubygem-tzinfo \
+		rubygem-tzinfo03>=0.3.39:${PORTSDIR}/devel/rubygem-tzinfo03 \
 		rubygem-uglifier>=2.5.0:${PORTSDIR}/www/rubygem-uglifier
 
 # XXX: rails3 gem no longer has a lib/ dir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409062051.s86Kp44S015523>