svn commit: r431000 - in head/devel: . rubygem-activesupport5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 9 18:30:53 UTC 2017
Author: sunpoet
Date: Mon Jan 9 18:30:51 2017
New Revision: 431000
URL: https://svnweb.freebsd.org/changeset/ports/431000
Log:
Add rubygem-activesupport5 5.0.1 (copied from rubygem-activesupport4)
Added:
head/devel/rubygem-activesupport5/
- copied from r430546, head/devel/rubygem-activesupport4/
Modified:
head/devel/Makefile
head/devel/rubygem-activesupport5/Makefile
head/devel/rubygem-activesupport5/distinfo
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 9 18:30:21 2017 (r430999)
+++ head/devel/Makefile Mon Jan 9 18:30:51 2017 (r431000)
@@ -5006,6 +5006,7 @@
SUBDIR += rubygem-activemessaging
SUBDIR += rubygem-activerecord-deprecated_finders
SUBDIR += rubygem-activesupport4
+ SUBDIR += rubygem-activesupport5
SUBDIR += rubygem-akismet
SUBDIR += rubygem-algebrick
SUBDIR += rubygem-algorithms
Modified: head/devel/rubygem-activesupport5/Makefile
==============================================================================
--- head/devel/rubygem-activesupport4/Makefile Wed Jan 4 10:24:36 2017 (r430546)
+++ head/devel/rubygem-activesupport5/Makefile Mon Jan 9 18:30:51 2017 (r431000)
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= activesupport
-PORTVERSION= 4.2.7.1
-PORTREVISION= 1
+PORTVERSION= 5.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= 4
+PKGNAMESUFFIX= 5
MAINTAINER= ruby at FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
@@ -14,10 +13,9 @@ COMMENT= Utility classes and extension t
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \
- rubygem-json1>=1.7.7:devel/rubygem-json1 \
+RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2:devel/rubygem-concurrent-ruby \
+ rubygem-i18n>=0.7:devel/rubygem-i18n \
rubygem-minitest>=5.1:devel/rubygem-minitest \
- rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \
rubygem-tzinfo>=1.1:devel/rubygem-tzinfo
NO_ARCH= yes
Modified: head/devel/rubygem-activesupport5/distinfo
==============================================================================
--- head/devel/rubygem-activesupport4/distinfo Wed Jan 4 10:24:36 2017 (r430546)
+++ head/devel/rubygem-activesupport5/distinfo Mon Jan 9 18:30:51 2017 (r431000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471421577
-SHA256 (rubygem/activesupport-4.2.7.1.gem) = 241bbcefbd472a2685e84952ca9c0dbec5665121ea88b312602c777ba608babd
-SIZE (rubygem/activesupport-4.2.7.1.gem) = 331264
+TIMESTAMP = 1483529687
+SHA256 (rubygem/activesupport-5.0.1.gem) = 2db4123e8ce82bb7c62f43d89a5db591b17c9e6fc875f3df7c52b3942da07621
+SIZE (rubygem/activesupport-5.0.1.gem) = 361984
More information about the svn-ports-head
mailing list