Date: Sat, 30 Nov 2013 18:29:45 +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: r335328 - head/devel/rubygem-activesupport4 Message-ID: <201311301829.rAUITjME057843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 30 18:29:45 2013 New Revision: 335328 URL: http://svnweb.freebsd.org/changeset/ports/335328 Log: - Update to 4.0.1 - Add LICENSE - Move PKGNAMESUFFIX upward Changes: https://github.com/rails/rails/blob/v4.0.1/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Sat Nov 30 18:29:40 2013 (r335327) +++ head/devel/rubygem-activesupport4/Makefile Sat Nov 30 18:29:45 2013 (r335328) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework +LICENSE= MIT + RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \ rubygem-minitest4>=4.2:${PORTSDIR}/devel/rubygem-minitest4 \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ @@ -18,11 +21,8 @@ RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTS USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - USE_RUBY_FEATURES= iconv -PKGNAMESUFFIX= 4 - -NOPORTDOCS= yes +#NOPORTDOCS= yes .include <bsd.port.mk> Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Sat Nov 30 18:29:40 2013 (r335327) +++ head/devel/rubygem-activesupport4/distinfo Sat Nov 30 18:29:45 2013 (r335328) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.0.0.gem) = bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 -SIZE (rubygem/activesupport-4.0.0.gem) = 309248 +SHA256 (rubygem/activesupport-4.0.1.gem) = e912af69fdadf66cdfbe198ba253471593e4d88e6e874756d5418eab2c178539 +SIZE (rubygem/activesupport-4.0.1.gem) = 310272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301829.rAUITjME057843>