svn commit: r436193 - head/devel/rubygem-redis-activesupport

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 14 21:36:34 UTC 2017


Author: sunpoet
Date: Tue Mar 14 21:36:33 2017
New Revision: 436193
URL: https://svnweb.freebsd.org/changeset/ports/436193

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-redis-activesupport/Makefile

Modified: head/devel/rubygem-redis-activesupport/Makefile
==============================================================================
--- head/devel/rubygem-redis-activesupport/Makefile	Tue Mar 14 21:36:28 2017	(r436192)
+++ head/devel/rubygem-redis-activesupport/Makefile	Tue Mar 14 21:36:33 2017	(r436193)
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis-activesupport
 PORTVERSION=	5.0.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS?=	rubygem-activesupport4>=4:devel/rubygem-activesupport4 \
-		rubygem-redis-rack>=1:www/rubygem-redis-rack \
-		rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
+		rubygem-redis-store>=1.2.0:devel/rubygem-redis-store
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list