svn commit: r477101 - head/devel/rubygem-sprockets-rails-rails5

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


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

Log:
  Update RUN_DEPENDS
  
  - Use = instead of ?=
  - Fix version requirement

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

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


More information about the svn-ports-all mailing list