Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:27:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335700 - head/www/rubygem-actionpack
Message-ID:  <201312052027.rB5KRPft099989@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:27:25 2013
New Revision: 335700
URL: http://svnweb.freebsd.org/changeset/ports/335700

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

Modified:
  head/www/rubygem-actionpack/Makefile
  head/www/rubygem-actionpack/distinfo

Modified: head/www/rubygem-actionpack/Makefile
==============================================================================
--- head/www/rubygem-actionpack/Makefile	Thu Dec  5 20:27:19 2013	(r335699)
+++ head/www/rubygem-actionpack/Makefile	Thu Dec  5 20:27:25 2013	(r335700)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	actionpack
-PORTVERSION=	3.2.15
+PORTVERSION=	3.2.16
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,15 +11,15 @@ COMMENT=	Action Controller and Action Vi
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
+RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
+		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder \
 		rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
 		rubygem-journey>=1.0.4:${PORTSDIR}/www/rubygem-journey \
 		rubygem-rack>=1.4.5:${PORTSDIR}/www/rubygem-rack \
 		rubygem-rack-cache>=1.2:${PORTSDIR}/www/rubygem-rack-cache \
 		rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test \
-		rubygem-sprockets>=2.2.2:${PORTSDIR}/devel/rubygem-sprockets
+		rubygem-sprockets>=2.2.1:${PORTSDIR}/devel/rubygem-sprockets
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/www/rubygem-actionpack/distinfo
==============================================================================
--- head/www/rubygem-actionpack/distinfo	Thu Dec  5 20:27:19 2013	(r335699)
+++ head/www/rubygem-actionpack/distinfo	Thu Dec  5 20:27:25 2013	(r335700)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/actionpack-3.2.15.gem) = 0e33d7ef2ff666f539d784d01420ef63339eeb88505fe280a8b6c3665184c9fa
-SIZE (rubygem/actionpack-3.2.15.gem) = 290304
+SHA256 (rubygem/actionpack-3.2.16.gem) = 32061d3c6545a695fdaad2e237f8797e477f72a875d03a294fc2d1f9c0a6f727
+SIZE (rubygem/actionpack-3.2.16.gem) = 290816



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