Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 07:16:15 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509869 - in head/www: . rubygem-redis-rails-rails52
Message-ID:  <201908260716.x7Q7GF8F051672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908260716.x7Q7GF8F051672>