svn commit: r441641 - in head/devel: . rubygem-redis-activesupport-rails50
Joseph Mingrone
jrm at FreeBSD.org
Thu May 25 01:54:40 UTC 2017
Author: jrm
Date: Thu May 25 01:54:39 2017
New Revision: 441641
URL: https://svnweb.freebsd.org/changeset/ports/441641
Log:
devel/rubygem-redis-activesupport-rails50: Create rails version 5.0 port by
copying devel/rubygem-redis-activesupport-rails5
Approved by: swills (mentor, implicit)
Added:
head/devel/rubygem-redis-activesupport-rails50/
- copied from r441626, head/devel/rubygem-redis-activesupport-rails5/
Modified:
head/devel/Makefile
head/devel/rubygem-redis-activesupport-rails50/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu May 25 01:53:09 2017 (r441640)
+++ head/devel/Makefile Thu May 25 01:54:39 2017 (r441641)
@@ -5514,6 +5514,7 @@
SUBDIR += rubygem-recursive-open-struct
SUBDIR += rubygem-redis-activesupport
SUBDIR += rubygem-redis-activesupport-rails5
+ SUBDIR += rubygem-redis-activesupport-rails50
SUBDIR += rubygem-redis-store
SUBDIR += rubygem-redmine_plugin_support
SUBDIR += rubygem-ref
Modified: head/devel/rubygem-redis-activesupport-rails50/Makefile
==============================================================================
--- head/devel/rubygem-redis-activesupport-rails5/Makefile Wed May 24 22:42:14 2017 (r441626)
+++ head/devel/rubygem-redis-activesupport-rails50/Makefile Thu May 25 01:54:39 2017 (r441641)
@@ -4,7 +4,7 @@ PORTNAME= redis-activesupport
PORTVERSION= 5.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= -rails5
+PKGNAMESUFFIX= -rails50
MAINTAINER= jrm at FreeBSD.org
COMMENT= Redis store for ActiveSupport::Cache
@@ -12,7 +12,7 @@ COMMENT= Redis store for ActiveSupport::
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS?= rubygem-activesupport5>0:devel/rubygem-activesupport5 \
+RUN_DEPENDS?= rubygem-activesupport50>0:devel/rubygem-activesupport50 \
rubygem-redis-store>=1.3.0:devel/rubygem-redis-store
NO_ARCH= yes
More information about the svn-ports-all
mailing list