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

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



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