aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-29 21:39:23 +0800
committerswills <swills@FreeBSD.org>2013-10-29 21:39:23 +0800
commit6e6292c874d89a6974a238b64d64af3de8ccc675 (patch)
tree6f7cc2bdad10c10be36a59427f1fe1aa66e0f300
parentbf2c9f6c2bcde508f45bd298d8463094d2fe996e (diff)
downloadfreebsd-ports-gnome-6e6292c874d89a6974a238b64d64af3de8ccc675.tar.gz
freebsd-ports-gnome-6e6292c874d89a6974a238b64d64af3de8ccc675.tar.zst
freebsd-ports-gnome-6e6292c874d89a6974a238b64d64af3de8ccc675.zip
- Add PKGNAMESUFFIX to rubygem-json146 to make package name unique
- Update chef for the new rubygem-json146 package name
-rw-r--r--devel/rubygem-json146/Makefile2
-rw-r--r--sysutils/rubygem-chef/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-json146/Makefile b/devel/rubygem-json146/Makefile
index b494bcf643a5..f859a3ba6357 100644
--- a/devel/rubygem-json146/Makefile
+++ b/devel/rubygem-json146/Makefile
@@ -13,6 +13,8 @@ COMMENT= Parse JSON texts and generate them from ruby data structures
PORTSCOUT= limit:^1.4
NO_LATEST_LINK= yes
+PKGNAMESUFFIX= 146
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile
index c3828ece1555..2de0f2afe55c 100644
--- a/sysutils/rubygem-chef/Makefile
+++ b/sysutils/rubygem-chef/Makefile
@@ -12,7 +12,7 @@ COMMENT= Systems integration framework. Client part
RUN_DEPENDS= rubygem-erubis>=0:${PORTSDIR}/www/rubygem-erubis \
rubygem-highline>=1.6.9:${PORTSDIR}/devel/rubygem-highline \
- rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \
+ rubygem-json146>=1.4.4:${PORTSDIR}/devel/rubygem-json146 \
rubygem-mixlib-authentication>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \
rubygem-mixlib-cli>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \