svn commit: r521178 - head/devel/rubygem-sprockets-sass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:40:52 UTC 2019


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>


More information about the svn-ports-all mailing list