From vvelox@vvelox.net  Wed May 27 14:08:13 2009
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 654BE1065686
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 May 2009 14:08:13 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vulpes.vvelox.net (vulpes.vvelox.NET [74.200.198.26])
	by mx1.freebsd.org (Postfix) with ESMTP id 4640A8FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 May 2009 14:08:12 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vixen42.vulpes (c-68-51-78-189.hsd1.il.comcast.net [68.51.78.189])
	(Authenticated sender: vvelox)
	by vulpes.vvelox.net (Postfix) with ESMTP id 82866B83B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 May 2009 09:18:51 -0500 (CDT)
Message-Id: <1243433416.27070@vixen42.vulpes>
Date: Wed, 27 May 2009 09:10:16 -0500
From: "Zane C.B." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Update port: net/p5-ZConf   uber useful and important update from 0.7.0 to 1.1.1
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         134991
>Category:       ports
>Synopsis:       Update port: net/p5-ZConf   uber useful and important update from 0.7.0 to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 27 14:10:02 UTC 2009
>Closed-Date:    Mon Jun 15 19:43:23 UTC 2009
>Last-Modified:  Mon Jun 15 19:50:02 UTC 2009
>Originator:     Zane C.B.
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.4-STABLE #3: Sun Mar 29 22:03:29 CDT 2009
    kitsune@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42



>Description:


1.1.1	2009-05-07/00:30
		-defaultSetExists now actually works instead of always returning true.
		-setExists will now use defaultSetExists if no set is specified.

1.1.0	2009-04-12/14:30
		-Implement system mode.
		-New cleanup.

1.0.0	2009-03-02/05:00
		-Removed 'chooseSetFile' and 'chooseSetLDAP' as it now uses readChooser.
		-Implement read fall through for. Now any reads that error for LDAP, will try
			to use the file backend.

0.7.1	2009-02-16/5:20
		-Fix error strings for writeSetFromHash
		-Fix ZML parsing error in 'readFile'. It now properply parses
			multiline variables.




>How-To-Repeat:


1: Notice that 0.7.0 is in the ports.
2:
3: Apply the patches and enjoy.


>Fix:


--- p5-ZConf_Makefile.diff begins here ---
--- Makefile.orig	2009-05-27 09:00:59.000000000 -0500
+++ Makefile	2009-05-27 09:01:41.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf
-PORTVERSION=	0.7.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
--- p5-ZConf_Makefile.diff ends here ---


--- p5-ZConf_distinfo.diff begins here ---
--- distinfo.orig	2009-05-27 09:01:20.000000000 -0500
+++ distinfo	2009-05-27 09:03:04.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (ZConf-0.7.0.tar.gz) = fe9aa141f76cb16fe5cd8a2bae4f8859
-SHA256 (ZConf-0.7.0.tar.gz) = ae56b0dc772273b5ca6fd8d81c266b2ce866117ddac778462fffb05d7d96496d
-SIZE (ZConf-0.7.0.tar.gz) = 23554
+MD5 (ZConf-1.1.1.tar.gz) = 8f0deb8ffd60c10073bc7f440ec68d12
+SHA256 (ZConf-1.1.1.tar.gz) = 970db47b4684cc046912279b1661bda9297f69361ecb490480bcbf021790fc10
+SIZE (ZConf-1.1.1.tar.gz) = 24171
--- p5-ZConf_distinfo.diff ends here ---


--- p5-ZConf_pkg-descr.diff begins here ---
--- pkg-descr.orig	2009-05-27 09:05:09.000000000 -0500
+++ pkg-descr	2009-05-27 09:03:58.000000000 -0500
@@ -1,3 +1,11 @@
 A configuration system allowing for either file or LDAP backed storage.
 
+zccreate  	Creates a new ZConf config or set.
+zcget 	Reads a value from a ZConf config.
+zcls 	Lists configured ZConf congigs and sets.
+zcrm 	Remove a ZConf config or set.
+zcset 	Sets a value in a ZConf config.
+zcvdel 	Remove a variable from a ZConf config.
+zcvls 	Lists the keys of a ZConf config.
+
 WWW: http://search.cpan.org/dist/ZConf/
--- p5-ZConf_pkg-descr.diff ends here ---




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed May 27 14:26:23 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134991 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 15 19:43:22 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134991: commit references a PR
Date: Mon, 15 Jun 2009 19:42:52 +0000 (UTC)

 miwi        2009-06-15 19:42:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-ZConf         Makefile distinfo pkg-descr 
   Log:
   - Update to 1.1.1
   
   PR:             134991
   Submitted by:   "Zane C.B." <vvelox@vvelox.net> (maintainer)
   
   Revision  Changes    Path
   1.8       +1 -1      ports/net/p5-ZConf/Makefile
   1.7       +3 -3      ports/net/p5-ZConf/distinfo
   1.3       +9 -0      ports/net/p5-ZConf/pkg-descr
 _______________________________________________
 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"
 
>Unformatted:
