Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 01:54:39 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441641 - in head/devel: . rubygem-redis-activesupport-rails50
Message-ID:  <201705250154.v4P1sdri043003@repo.freebsd.org>

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



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