svn commit: r507287 - head/sysutils/rubygem-chef-dk
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 24 16:57:34 UTC 2019
Author: sunpoet
Date: Wed Jul 24 16:57:22 2019
New Revision: 507287
URL: https://svnweb.freebsd.org/changeset/ports/507287
Log:
Change RUN_DEPENDS from rubygem-addressable to rubygem-addressable25
- Update version requirement of RUN_DEPENDS
- Remove no-op USES=shebangfix
- Bump PORTREVISION for dependency change
Modified:
head/sysutils/rubygem-chef-dk/Makefile
Modified: head/sysutils/rubygem-chef-dk/Makefile
==============================================================================
--- head/sysutils/rubygem-chef-dk/Makefile Wed Jul 24 16:57:17 2019 (r507286)
+++ head/sysutils/rubygem-chef-dk/Makefile Wed Jul 24 16:57:22 2019 (r507287)
@@ -3,6 +3,7 @@
PORTNAME= chef-dk
PORTVERSION= 2.5.13
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= RG
@@ -12,7 +13,7 @@ COMMENT= Systems integration framework. Development Ki
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
+RUN_DEPENDS= rubygem-addressable25>=2.3.5<2.6:www/rubygem-addressable25 \
rubygem-chef>=13.0:sysutils/rubygem-chef \
rubygem-chef-provisioning>=2.0:devel/rubygem-chef-provisioning \
rubygem-cookbook-omnifetch>=0.5:devel/rubygem-cookbook-omnifetch \
@@ -24,9 +25,10 @@ RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-ad
rubygem-paint1>=1.0:devel/rubygem-paint1 \
rubygem-solve>=2.0:devel/rubygem-solve
-NO_ARCH= yes
+USES= gem
USE_RUBY= yes
-USES= gem shebangfix
+
+NO_ARCH= yes
PLIST_FILES= bin/chef
More information about the svn-ports-all
mailing list