svn commit: r509822 - in head/www: . rubygem-railties52
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 25 18:19:02 UTC 2019
Author: sunpoet
Date: Sun Aug 25 18:19:01 2019
New Revision: 509822
URL: https://svnweb.freebsd.org/changeset/ports/509822
Log:
Add rubygem-railties52 5.2.3 (copied from rubygem-railties5)
Added:
head/www/rubygem-railties52/
- copied from r508589, head/www/rubygem-railties5/
Modified:
head/www/Makefile
head/www/rubygem-railties52/Makefile
head/www/rubygem-railties52/distinfo
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Aug 25 18:18:48 2019 (r509821)
+++ head/www/Makefile Sun Aug 25 18:19:01 2019 (r509822)
@@ -2143,6 +2143,7 @@
SUBDIR += rubygem-railties4
SUBDIR += rubygem-railties5
SUBDIR += rubygem-railties50
+ SUBDIR += rubygem-railties52
SUBDIR += rubygem-raindrops
SUBDIR += rubygem-ramaze
SUBDIR += rubygem-raphael-rails
Modified: head/www/rubygem-railties52/Makefile
==============================================================================
--- head/www/rubygem-railties5/Makefile Sun Aug 11 07:39:30 2019 (r508589)
+++ head/www/rubygem-railties52/Makefile Sun Aug 25 18:19:01 2019 (r509822)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= railties
-PORTVERSION= 5.1.7
+PORTVERSION= 5.2.3
CATEGORIES= www rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= 5
+PKGNAMESUFFIX= 52
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Rails internals bootup, plugins, generators, and rake tasks
@@ -13,11 +13,11 @@ COMMENT= Rails internals bootup, plugins, generators,
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
- rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
+RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
+ rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
rubygem-method_source>=0:devel/rubygem-method_source \
rubygem-rake>=0.8.7:devel/rubygem-rake \
- rubygem-thor>=0.18.1:devel/rubygem-thor
+ rubygem-thor>=0.19.0:devel/rubygem-thor
USES= gem
USE_RUBY= yes
@@ -26,8 +26,8 @@ NO_ARCH= yes
PLIST_FILES= bin/rails
-CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties50 rubygem-railties52
+CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties50
-PORTSCOUT= limit:^5\.1\.
+PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>
Modified: head/www/rubygem-railties52/distinfo
==============================================================================
--- head/www/rubygem-railties5/distinfo Sun Aug 11 07:39:30 2019 (r508589)
+++ head/www/rubygem-railties52/distinfo Sun Aug 25 18:19:01 2019 (r509822)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558292606
-SHA256 (rubygem/railties-5.1.7.gem) = c874ebb682f628cfe075c3b9762d3b2ff1a04585c25a2f4eb3840c4b29d73e72
-SIZE (rubygem/railties-5.1.7.gem) = 228864
+TIMESTAMP = 1566756751
+SHA256 (rubygem/railties-5.2.3.gem) = 042388decffb47dab796e4ddb30a2d615047d7c334de7fe47208545e1677c9be
+SIZE (rubygem/railties-5.2.3.gem) = 236032
More information about the svn-ports-head
mailing list