svn commit: r477102 - head/devel/rubygem-sprockets-rails-rails50

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 13 18:21:14 UTC 2018


Author: sunpoet
Date: Mon Aug 13 18:21:13 2018
New Revision: 477102
URL: https://svnweb.freebsd.org/changeset/ports/477102

Log:
  Fix version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-sprockets-rails-rails50/Makefile

Modified: head/devel/rubygem-sprockets-rails-rails50/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-rails-rails50/Makefile	Mon Aug 13 18:21:07 2018	(r477101)
+++ head/devel/rubygem-sprockets-rails-rails50/Makefile	Mon Aug 13 18:21:13 2018	(r477102)
@@ -13,8 +13,8 @@ COMMENT=	Sprockets Rails integration
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack50>0:www/rubygem-actionpack50 \
-		rubygem-activesupport50>0:devel/rubygem-activesupport50 \
+RUN_DEPENDS=	rubygem-actionpack50>=4.0:www/rubygem-actionpack50 \
+		rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \
 		rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list