svn commit: r509888 - in head/devel: . rubygem-redis-activesupport-rails52

Matthias Fechner mfechner at FreeBSD.org
Mon Aug 26 08:00:05 UTC 2019


Author: mfechner
Date: Mon Aug 26 08:00:04 2019
New Revision: 509888
URL: https://svnweb.freebsd.org/changeset/ports/509888

Log:
  Add rubygem-redis-activesupport-rails52 5.0.7 (copied from rubygem-redis-activesupport-rails5).

Added:
  head/devel/rubygem-redis-activesupport-rails52/
     - copied from r509866, head/devel/rubygem-redis-activesupport-rails5/
Modified:
  head/devel/Makefile
  head/devel/rubygem-redis-activesupport-rails52/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 26 07:58:32 2019	(r509887)
+++ head/devel/Makefile	Mon Aug 26 08:00:04 2019	(r509888)
@@ -5881,6 +5881,7 @@
     SUBDIR += rubygem-redis-activesupport
     SUBDIR += rubygem-redis-activesupport-rails5
     SUBDIR += rubygem-redis-activesupport-rails50
+    SUBDIR += rubygem-redis-activesupport-rails52
     SUBDIR += rubygem-redis-store
     SUBDIR += rubygem-redmine_plugin_support
     SUBDIR += rubygem-reentrant_flock

Modified: head/devel/rubygem-redis-activesupport-rails52/Makefile
==============================================================================
--- head/devel/rubygem-redis-activesupport-rails5/Makefile	Mon Aug 26 06:37:16 2019	(r509866)
+++ head/devel/rubygem-redis-activesupport-rails52/Makefile	Mon Aug 26 08:00:04 2019	(r509888)
@@ -4,7 +4,7 @@ PORTNAME=	redis-activesupport
 PORTVERSION=	5.0.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails52
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Redis store for ActiveSupport::Cache
@@ -12,11 +12,12 @@ COMMENT=	Redis store for ActiveSupport::Cache
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS?=	rubygem-activesupport5>0:devel/rubygem-activesupport5 \
+RUN_DEPENDS?=	rubygem-activesupport52>0:devel/rubygem-activesupport52 \
 		rubygem-redis-store>=1.3.0:devel/rubygem-redis-store
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list