Date: Sat, 28 Dec 2019 07:40:51 +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: r521178 - head/devel/rubygem-sprockets-sass Message-ID: <201912280740.xBS7epMY050733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 28 07:40:51 2019 New Revision: 521178 URL: https://svnweb.freebsd.org/changeset/ports/521178 Log: Change RUN_DEPENDS from rubygem-sprockets to rubygem-sprockets2 - Update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-sprockets-sass/Makefile Modified: head/devel/rubygem-sprockets-sass/Makefile ============================================================================== --- head/devel/rubygem-sprockets-sass/Makefile Sat Dec 28 07:40:46 2019 (r521177) +++ head/devel/rubygem-sprockets-sass/Makefile Sat Dec 28 07:40:51 2019 (r521178) @@ -3,6 +3,7 @@ PORTNAME= sprockets-sass PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,11 +12,12 @@ COMMENT= Implements a sprockets-aware sass importer LICENSE= MIT -RUN_DEPENDS= rubygem-sprockets>=2.0:devel/rubygem-sprockets \ - rubygem-tilt1>=1.1:devel/rubygem-tilt1 +RUN_DEPENDS= rubygem-sprockets2>=2.0<3:devel/rubygem-sprockets2 \ + rubygem-tilt1>=1.1<2:devel/rubygem-tilt1 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280740.xBS7epMY050733>