svn commit: r516533 - head/sysutils/rubygem-chef-config

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


Author: sunpoet
Date: Sun Nov  3 17:24:52 2019
New Revision: 516533
URL: https://svnweb.freebsd.org/changeset/ports/516533

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/sysutils/rubygem-chef-config/Makefile

Modified: head/sysutils/rubygem-chef-config/Makefile
==============================================================================
--- head/sysutils/rubygem-chef-config/Makefile	Sun Nov  3 17:24:47 2019	(r516532)
+++ head/sysutils/rubygem-chef-config/Makefile	Sun Nov  3 17:24:52 2019	(r516533)
@@ -14,12 +14,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-addressable>=0:www/rubygem-addressable \
 		rubygem-fuzzyurl>=0:www/rubygem-fuzzyurl \
-		rubygem-mixlib-config>=2.0:devel/rubygem-mixlib-config \
-		rubygem-mixlib-shellout>=2.0:devel/rubygem-mixlib-shellout \
-		rubygem-tomlrb>=1.2:textproc/rubygem-tomlrb
+		rubygem-mixlib-config>=2.0<3:devel/rubygem-mixlib-config \
+		rubygem-mixlib-shellout>=2.0<3:devel/rubygem-mixlib-shellout \
+		rubygem-tomlrb>=1.2<2:textproc/rubygem-tomlrb
 
-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