svn commit: r331946 - in head: devel/rubygem-json146 sysutils/rubygem-chef

Steve Wills swills at FreeBSD.org
Tue Oct 29 13:39:24 UTC 2013


Author: swills
Date: Tue Oct 29 13:39:23 2013
New Revision: 331946
URL: http://svnweb.freebsd.org/changeset/ports/331946

Log:
  - Add PKGNAMESUFFIX to rubygem-json146 to make package name unique
  - Update chef for the new rubygem-json146 package name

Modified:
  head/devel/rubygem-json146/Makefile   (contents, props changed)
  head/sysutils/rubygem-chef/Makefile

Modified: head/devel/rubygem-json146/Makefile
==============================================================================
--- head/devel/rubygem-json146/Makefile	Tue Oct 29 13:18:43 2013	(r331945)
+++ head/devel/rubygem-json146/Makefile	Tue Oct 29 13:39:23 2013	(r331946)
@@ -13,6 +13,8 @@ COMMENT=	Parse JSON texts and generate t
 PORTSCOUT=	limit:^1.4
 NO_LATEST_LINK=	yes
 
+PKGNAMESUFFIX=	146
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/sysutils/rubygem-chef/Makefile
==============================================================================
--- head/sysutils/rubygem-chef/Makefile	Tue Oct 29 13:18:43 2013	(r331945)
+++ head/sysutils/rubygem-chef/Makefile	Tue Oct 29 13:39:23 2013	(r331946)
@@ -12,7 +12,7 @@ COMMENT=	Systems integration framework. 
 
 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 \


More information about the svn-ports-all mailing list