svn commit: r509887 - in head/databases: . rubygem-redis-actionpack-rails52

Matthias Fechner mfechner at FreeBSD.org
Mon Aug 26 07:58:33 UTC 2019


Author: mfechner
Date: Mon Aug 26 07:58:32 2019
New Revision: 509887
URL: https://svnweb.freebsd.org/changeset/ports/509887

Log:
  Add rubygem-redis-actionpack-rails52 5.0.2 (copied from rubygem-redis-actionpack-rails5).

Added:
  head/databases/rubygem-redis-actionpack-rails52/
     - copied from r509866, head/databases/rubygem-redis-actionpack-rails5/
Modified:
  head/databases/Makefile
  head/databases/rubygem-redis-actionpack-rails52/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Aug 26 07:57:49 2019	(r509886)
+++ head/databases/Makefile	Mon Aug 26 07:58:32 2019	(r509887)
@@ -986,6 +986,7 @@
     SUBDIR += rubygem-redis-actionpack
     SUBDIR += rubygem-redis-actionpack-rails5
     SUBDIR += rubygem-redis-actionpack-rails50
+    SUBDIR += rubygem-redis-actionpack-rails52
     SUBDIR += rubygem-redis-namespace
     SUBDIR += rubygem-redis3
     SUBDIR += rubygem-seed-fu

Modified: head/databases/rubygem-redis-actionpack-rails52/Makefile
==============================================================================
--- head/databases/rubygem-redis-actionpack-rails5/Makefile	Mon Aug 26 06:37:16 2019	(r509866)
+++ head/databases/rubygem-redis-actionpack-rails52/Makefile	Mon Aug 26 07:58:32 2019	(r509887)
@@ -4,7 +4,7 @@ PORTNAME=	redis-actionpack
 PORTVERSION=	5.0.2
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails52
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Redis session store for ActionPack
@@ -12,12 +12,13 @@ COMMENT=	Redis session store for ActionPack
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack5>0:www/rubygem-actionpack5 \
+RUN_DEPENDS=	rubygem-actionpack52>0:www/rubygem-actionpack52 \
 		rubygem-redis-rack>=1:www/rubygem-redis-rack \
 		rubygem-redis-store>=1.1.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