svn commit: r516569 - head/textproc/rubygem-compass-import-once

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


Author: sunpoet
Date: Sun Nov  3 17:28:58 2019
New Revision: 516569
URL: https://svnweb.freebsd.org/changeset/ports/516569

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-compass-import-once/Makefile

Modified: head/textproc/rubygem-compass-import-once/Makefile
==============================================================================
--- head/textproc/rubygem-compass-import-once/Makefile	Sun Nov  3 17:27:38 2019	(r516568)
+++ head/textproc/rubygem-compass-import-once/Makefile	Sun Nov  3 17:28:58 2019	(r516569)
@@ -13,10 +13,11 @@ COMMENT=	Compass core stylesheet library and minimum r
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-sass34>=0:textproc/rubygem-sass34
+RUN_DEPENDS=	rubygem-sass34>=3.2<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-head mailing list