svn commit: r335702 - head/databases/rubygem-activerecord

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 5 20:27:39 UTC 2013


Author: sunpoet
Date: Thu Dec  5 20:27:38 2013
New Revision: 335702
URL: http://svnweb.freebsd.org/changeset/ports/335702

Log:
  - Update to 3.2.16
  - Sort RUN_DEPENDS
  
  Changes:	https://github.com/rails/rails/blob/v3.2.16/activerecord/CHANGELOG.md

Modified:
  head/databases/rubygem-activerecord/Makefile
  head/databases/rubygem-activerecord/distinfo

Modified: head/databases/rubygem-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-activerecord/Makefile	Thu Dec  5 20:27:34 2013	(r335701)
+++ head/databases/rubygem-activerecord/Makefile	Thu Dec  5 20:27:38 2013	(r335702)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	activerecord
-PORTVERSION=	3.2.15
+PORTVERSION=	3.2.16
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,10 @@ COMMENT=	Object-relational mapping layer
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
-		rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo \
-		rubygem-arel>=3.0.2:${PORTSDIR}/databases/rubygem-arel
+RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
+		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
+		rubygem-arel>=3.0.2:${PORTSDIR}/databases/rubygem-arel \
+		rubygem-tzinfo>=0.3.29:${PORTSDIR}/devel/rubygem-tzinfo
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/databases/rubygem-activerecord/distinfo
==============================================================================
--- head/databases/rubygem-activerecord/distinfo	Thu Dec  5 20:27:34 2013	(r335701)
+++ head/databases/rubygem-activerecord/distinfo	Thu Dec  5 20:27:38 2013	(r335702)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/activerecord-3.2.15.gem) = 14ac3aa9bb3f9ecab3bab054225bc4d1dd6a7da0ada97814e6fa42924e9197dd
-SIZE (rubygem/activerecord-3.2.15.gem) = 296448
+SHA256 (rubygem/activerecord-3.2.16.gem) = c1a5bd52a79cd8364b2dccd35f1346335358ad232b02311802bc05bbf8138dae
+SIZE (rubygem/activerecord-3.2.16.gem) = 296448


More information about the svn-ports-head mailing list