svn commit: r331452 - in head/devel: . rubygem-activesupport4
Steve Wills
swills at FreeBSD.org
Thu Oct 24 02:21:34 UTC 2013
Author: swills
Date: Thu Oct 24 02:21:32 2013
New Revision: 331452
URL: http://svnweb.freebsd.org/changeset/ports/331452
Log:
- Add rubygem-activesupport4 port for newer version of activesupport for the
ports that need it, since we are not ready to update the activesupport port to
4.0 yet, as that will break other ports.
Added:
head/devel/rubygem-activesupport4/
- copied from r331450, head/devel/rubygem-activesupport/
Modified:
head/devel/Makefile
head/devel/rubygem-activesupport4/Makefile
head/devel/rubygem-activesupport4/distinfo
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Oct 24 02:09:41 2013 (r331451)
+++ head/devel/Makefile Thu Oct 24 02:21:32 2013 (r331452)
@@ -4010,6 +4010,7 @@
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activemessaging
SUBDIR += rubygem-activesupport
+ SUBDIR += rubygem-activesupport4
SUBDIR += rubygem-allison
SUBDIR += rubygem-analogger
SUBDIR += rubygem-annoy
Modified: head/devel/rubygem-activesupport4/Makefile
==============================================================================
--- head/devel/rubygem-activesupport/Makefile Thu Oct 24 01:45:27 2013 (r331450)
+++ head/devel/rubygem-activesupport4/Makefile Thu Oct 24 02:21:32 2013 (r331452)
@@ -2,15 +2,18 @@
# $FreeBSD$
PORTNAME= activesupport
-PORTVERSION= 3.2.15
+PORTVERSION= 4.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at 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
+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 \
+ rubygem-thread_safe>=0.1:${PORTSDIR}/devel/rubygem-thread_safe \
+ rubygem-tzinfo>=0.3.37:${PORTSDIR}/devel/rubygem-tzinfo
USE_RUBY= yes
USE_RUBYGEMS= yes
@@ -18,6 +21,8 @@ RUBYGEM_AUTOPLIST= yes
USE_RUBY_FEATURES= iconv
+PKGNAMESUFFIX= 4
+
NOPORTDOCS= yes
NO_STAGE= yes
Modified: head/devel/rubygem-activesupport4/distinfo
==============================================================================
--- head/devel/rubygem-activesupport/distinfo Thu Oct 24 01:45:27 2013 (r331450)
+++ head/devel/rubygem-activesupport4/distinfo Thu Oct 24 02:21:32 2013 (r331452)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/activesupport-3.2.15.gem) = 54a1981d918cb35f7d8f8f432b447c71a1685851ca50d2388c94001cd5064e7b
-SIZE (rubygem/activesupport-3.2.15.gem) = 289792
+SHA256 (rubygem/activesupport-4.0.0.gem) = bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29
+SIZE (rubygem/activesupport-4.0.0.gem) = 309248
More information about the svn-ports-head
mailing list