Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:28:59 +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: r516569 - head/textproc/rubygem-compass-import-once
Message-ID:  <201911031728.xA3HSxh7038544@repo.freebsd.org>

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



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