Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 13:39:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331946 - in head: devel/rubygem-json146 sysutils/rubygem-chef
Message-ID:  <201310291339.r9TDdOWO079423@svn.freebsd.org>

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



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