From nobody@FreeBSD.org  Sun Apr  3 15:17:33 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 20324106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Apr 2011 15:17:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0955A8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Apr 2011 15:17:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p33FHWIf075914
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 3 Apr 2011 15:17:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p33FHWqu075913;
	Sun, 3 Apr 2011 15:17:32 GMT
	(envelope-from nobody)
Message-Id: <201104031517.p33FHWqu075913@red.freebsd.org>
Date: Sun, 3 Apr 2011 15:17:32 GMT
From: Steve Wills <swills@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update sysutils/puppet to work with ruby 1.9
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: raj@csub.edu

>Number:         156153
>Category:       ports
>Synopsis:       [patch] update sysutils/puppet to work with ruby 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 03 15:20:10 UTC 2011
>Closed-Date:    Fri Apr 08 00:43:52 UTC 2011
>Last-Modified:  Fri Apr 08 00:43:52 UTC 2011
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
sysutils/puppet doesn't work with ruby 1.9. Please see attached patch.
>How-To-Repeat:
Install ruby 1.9, try to install puppet.
>Fix:
See attached.

Patch attached with submission follows:

Index: sysutils/puppet/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/puppet/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- sysutils/puppet/Makefile	17 Mar 2011 12:51:18 -0000	1.23
+++ sysutils/puppet/Makefile	20 Mar 2011 17:02:53 -0000
@@ -15,7 +15,7 @@
 
 RUN_DEPENDS=	${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter \
 		rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \
-		ruby18-iconv>=0:${PORTSDIR}/converters/ruby-iconv
+		${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
 
 CONFLICTS=	puppet-devel-[0-9]*
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 3 15:20:20 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156153 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 3 15:20:25 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156153 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: raj@csub.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/156153: [patch] update sysutils/puppet to work with ruby 1.9
Date: Sun, 3 Apr 2011 15:20:23 UT

 Maintainer of sysutils/puppet,
 
 Please note that PR ports/156153 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156153
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Russell Jackson <raj@csub.edu>
To: bug-followup@FreeBSD.org, swills@FreeBSD.org
Cc:  
Subject: Re: ports/156153: [patch] update sysutils/puppet to work with ruby
 1.9
Date: Wed, 06 Apr 2011 23:35:25 -0700

 Test it locally. Didn't break usage with 1.8.
 
 Go ahead and apply it.
 
 -- 
 Russell A. Jackson <raj@csub.edu>
 Network Analyst
 California State University, Bakersfield

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156153: commit references a PR
Date: Fri,  8 Apr 2011 00:36:34 +0000 (UTC)

 swills      2011-04-08 00:36:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/puppet      Makefile 
   Log:
   - Fix RUN_DEPENDS with Ruby 1.9
   
   PR:             ports/156153
   Approved by:    Russell A. Jackson <raj at csub.edu>
   
   Revision  Changes    Path
   1.24      +1 -1      ports/sysutils/puppet/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Fri Apr 8 00:43:51 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156153 
>Unformatted:
