svn commit: r516541 - head/textproc/rubygem-compass-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:25:31 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:25:30 2019
New Revision: 516541
URL: https://svnweb.freebsd.org/changeset/ports/516541

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-compass-core/Makefile

Modified: head/textproc/rubygem-compass-core/Makefile
==============================================================================
--- head/textproc/rubygem-compass-core/Makefile	Sun Nov  3 17:25:25 2019	(r516540)
+++ head/textproc/rubygem-compass-core/Makefile	Sun Nov  3 17:25:30 2019	(r516541)
@@ -13,11 +13,12 @@ COMMENT=	Compass core stylesheet library and minimum r
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-multi_json>=1.0:devel/rubygem-multi_json \
-		rubygem-sass34>=0:textproc/rubygem-sass34
+RUN_DEPENDS=	rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \
+		rubygem-sass34>=3.3.0<3.5:textproc/rubygem-sass34
 
-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