svn commit: r441665 - in head/databases: . rubygem-redis-actionpack-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 03:45:47 UTC 2017


Author: jrm
Date: Thu May 25 03:45:45 2017
New Revision: 441665
URL: https://svnweb.freebsd.org/changeset/ports/441665

Log:
  databases/rubygem-redis-actionpack-rails50: Create rails version 5.0 port
  by copying databases/rubygem-redis-actionpack-rails5
  
  Approved by:	swills (mentor, implicit)

Added:
  head/databases/rubygem-redis-actionpack-rails50/
     - copied from r441626, head/databases/rubygem-redis-actionpack-rails5/
Modified:
  head/databases/Makefile
  head/databases/rubygem-redis-actionpack-rails50/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu May 25 03:15:54 2017	(r441664)
+++ head/databases/Makefile	Thu May 25 03:45:45 2017	(r441665)
@@ -938,6 +938,7 @@
     SUBDIR += rubygem-redis
     SUBDIR += rubygem-redis-actionpack
     SUBDIR += rubygem-redis-actionpack-rails5
+    SUBDIR += rubygem-redis-actionpack-rails50
     SUBDIR += rubygem-redis-namespace
     SUBDIR += rubygem-seed-fu
     SUBDIR += rubygem-sqlite3

Modified: head/databases/rubygem-redis-actionpack-rails50/Makefile
==============================================================================
--- head/databases/rubygem-redis-actionpack-rails5/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/databases/rubygem-redis-actionpack-rails50/Makefile	Thu May 25 03:45:45 2017	(r441665)
@@ -2,10 +2,9 @@
 
 PORTNAME=	redis-actionpack
 PORTVERSION=	5.0.1
-PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Redis session store for ActionPack
@@ -13,7 +12,7 @@ COMMENT=	Redis session store for ActionP
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack5>0:www/rubygem-actionpack5 \
+RUN_DEPENDS=	rubygem-actionpack50>0:www/rubygem-actionpack50 \
 		rubygem-redis-rack>=1:www/rubygem-redis-rack \
 		rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
 


More information about the svn-ports-all mailing list