Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2018 18:21:08 +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: r477101 - head/devel/rubygem-sprockets-rails-rails5
Message-ID:  <201808131821.w7DIL86l096567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808131821.w7DIL86l096567>