svn commit: r429952 - head/www/rubygem-redis-rails

Steve Wills swills at FreeBSD.org
Thu Dec 29 23:57:08 UTC 2016


Author: swills
Date: Thu Dec 29 23:57:07 2016
New Revision: 429952
URL: https://svnweb.freebsd.org/changeset/ports/429952

Log:
  www/rubygem-redis-rails: switch to databases/rubygem-redis-actionpack4 dep

Modified:
  head/www/rubygem-redis-rails/Makefile

Modified: head/www/rubygem-redis-rails/Makefile
==============================================================================
--- head/www/rubygem-redis-rails/Makefile	Thu Dec 29 23:50:43 2016	(r429951)
+++ head/www/rubygem-redis-rails/Makefile	Thu Dec 29 23:57:07 2016	(r429952)
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis-rails
 PORTVERSION=	4.0.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Redis for Ruby on Rails
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-redis-actionpack>=4:databases/rubygem-redis-actionpack \
+RUN_DEPENDS=	rubygem-redis-actionpack4>=4:databases/rubygem-redis-actionpack4 \
 		rubygem-redis-activesupport>=4:devel/rubygem-redis-activesupport \
 		rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
 


More information about the svn-ports-all mailing list