Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 03:03:54 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/158017: Allow sysutils/rubygem-chef to build with newer json
Message-ID:  <201106190303.p5J33soa020510@red.freebsd.org>
Resent-Message-ID: <201106190310.p5J3ACbf036947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158017
>Category:       misc
>Synopsis:       Allow sysutils/rubygem-chef to build with newer json
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 19 03:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
An update is available for devel/rubygem-json, but it will break sysutils/rubygem-chef.
>How-To-Repeat:

>Fix:
See attached.

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/rubygem-chef/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	3 May 2011 21:07:05 -0000	1.5
+++ Makefile	19 Jun 2011 02:58:11 -0000
@@ -18,7 +18,7 @@
 		rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \
 		rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
 		rubygem-mixlib-authentication>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-authentication \
-		rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \
+		rubygem-json>=1.5.1:${PORTSDIR}/devel/rubygem-json \
 		rubygem-uuidtools>=0.0.0:${PORTSDIR}/devel/rubygem-uuidtools \
 		rubygem-highline>=0.0.0:${PORTSDIR}/devel/rubygem-highline \
 		rubygem-moneta>=0.6.0:${PORTSDIR}/devel/rubygem-moneta \


>Release-Note:
>Audit-Trail:
>Unformatted:



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