Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:27:51 +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: r335704 - head/devel/rubygem-activesupport
Message-ID:  <201312052027.rB5KRpUQ001130@svn.freebsd.org>

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

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

Modified:
  head/devel/rubygem-activesupport/Makefile
  head/devel/rubygem-activesupport/distinfo

Modified: head/devel/rubygem-activesupport/Makefile
==============================================================================
--- head/devel/rubygem-activesupport/Makefile	Thu Dec  5 20:27:45 2013	(r335703)
+++ head/devel/rubygem-activesupport/Makefile	Thu Dec  5 20:27:50 2013	(r335704)
@@ -2,22 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	activesupport
-PORTVERSION=	3.2.15
+PORTVERSION=	3.2.16
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Utility classes and extension that are required by Rails MVC Framework
 
-RUN_DEPENDS=	rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \
+		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
 
 USE_RUBY=	yes
+USE_RUBY_FEATURES=	iconv
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-USE_RUBY_FEATURES=	iconv
-
 NOPORTDOCS=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-activesupport/distinfo
==============================================================================
--- head/devel/rubygem-activesupport/distinfo	Thu Dec  5 20:27:45 2013	(r335703)
+++ head/devel/rubygem-activesupport/distinfo	Thu Dec  5 20:27:50 2013	(r335704)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/activesupport-3.2.15.gem) = 54a1981d918cb35f7d8f8f432b447c71a1685851ca50d2388c94001cd5064e7b
-SIZE (rubygem/activesupport-3.2.15.gem) = 289792
+SHA256 (rubygem/activesupport-3.2.16.gem) = c9f447d9c5ebb9caee05bc063daeeb6f3cc8307e9dcbf66c3006877def994d94
+SIZE (rubygem/activesupport-3.2.16.gem) = 289792



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