Date: Tue, 14 Mar 2017 21:36:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436193 - head/devel/rubygem-redis-activesupport Message-ID: <201703142136.v2ELaXCm062686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703142136.v2ELaXCm062686>