svn commit: r509869 - in head/www: . rubygem-redis-rails-rails52

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


Author: mfechner
Date: Mon Aug 26 07:16:15 2019
New Revision: 509869
URL: https://svnweb.freebsd.org/changeset/ports/509869

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

Added:
  head/www/rubygem-redis-rails-rails52/
     - copied from r509866, head/www/rubygem-redis-rails-rails5/
Modified:
  head/www/Makefile
  head/www/rubygem-redis-rails-rails52/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug 26 07:13:44 2019	(r509868)
+++ head/www/Makefile	Mon Aug 26 07:16:15 2019	(r509869)
@@ -2169,6 +2169,7 @@
     SUBDIR += rubygem-redis-rails
     SUBDIR += rubygem-redis-rails-rails5
     SUBDIR += rubygem-redis-rails-rails50
+    SUBDIR += rubygem-redis-rails-rails52
     SUBDIR += rubygem-redmine_acts_as_taggable_on
     SUBDIR += rubygem-responders
     SUBDIR += rubygem-responders-rails5

Modified: head/www/rubygem-redis-rails-rails52/Makefile
==============================================================================
--- head/www/rubygem-redis-rails-rails5/Makefile	Mon Aug 26 06:37:16 2019	(r509866)
+++ head/www/rubygem-redis-rails-rails52/Makefile	Mon Aug 26 07:16:15 2019	(r509869)
@@ -4,7 +4,7 @@ PORTNAME=	redis-rails
 PORTVERSION=	5.0.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails52
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Redis for Ruby on Rails
@@ -12,12 +12,13 @@ COMMENT=	Redis for Ruby on Rails
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-redis-actionpack-rails5>0:databases/rubygem-redis-actionpack-rails5 \
-		rubygem-redis-activesupport-rails5>0:devel/rubygem-redis-activesupport-rails5 \
+RUN_DEPENDS=	rubygem-redis-actionpack-rails52>0:databases/rubygem-redis-actionpack-rails52 \
+		rubygem-redis-activesupport-rails52>0:devel/rubygem-redis-activesupport-rails52 \
 		rubygem-redis-store>=1.2: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