From vvelox@vvelox.net  Tue Feb 15 01:06:45 2011
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 6EEA9106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Feb 2011 01:06:45 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A5FA8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Feb 2011 01:06:44 +0000 (UTC)
Received: from vixen42.vulpes.vvelox.net (unknown [192.168.15.2])
	(Authenticated sender: vvelox)
	by vulpes.vvelox.net (Postfix) with ESMTPA id B82C23F432
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Feb 2011 18:50:46 -0600 (CST)
Message-Id: <1297731035.20561@vixen42.vulpes.vvelox.net>
Date: Mon, 14 Feb 2011 18:50:35 -0600
From: "Zane C.B." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: net/p5-ZConf - really belated update from 4.0.0 to 4.2.1
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         154790
>Category:       ports
>Synopsis:       net/p5-ZConf - really belated update from 4.0.0 to 4.2.1
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 01:10:08 UTC 2011
>Closed-Date:    Tue Feb 15 03:55:49 UTC 2011
>Last-Modified:  Tue Feb 15 04:00:19 UTC 2011
>Originator:     Zane C.B.
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-PRERELEASE #0: Sun Feb  6 00:18:40 CST 2011
    kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/vixen42



>Description:


4.2.1	2011-02-14/18:30
		-"bin/zccdump" added. This should of been added previously, but was not do to a commit error.

4.2.0	2010-11-11/12:30
		-Minor correction in 'MANIFEST'.
		-Add 'initBackend' method to 'ZConf'.
		-Rewrite 'new' method chunk to use 'initBackend'.
		-Cleanup 'LDAPconnect' method in 'ZConf'.
		-Add 'writeSetFromZML' method for all.
		-All write methods for the backends now use 'writeSetFromZML'.

4.1.0	2010-10-30/22:00
		-CPAN should now show the POD for ZConf::backends::files.
		-Add the method 'dumpToZML' and 'isConfigLoaded' to 'ZConf'.
		-'writeSetFromLoadedConfig' now verifies if the config is loaded.
		-Add 'bin/zccdump'.
		-Add 'Module::List' as a dependency to 'Makefile.PL' as it was missing.
		-Update 'MANIFEST', fixing lots of missing stuff.
		-Add some nicer example stuff to the POD.
		-The 'writeSetFromLoadedConfig' for the backends now checks if a config is loaded and for the config name.
		-Rename anything improperly labeled function is labeled method.

4.0.1	2010-10-24/07:45
		-Correct getAvailableSets if it does not error.



>How-To-Repeat:





>Fix:


--- p5-ZConf_distinfo.diff begins here ---
--- distinfo.old	2010-10-10 01:09:02.000000000 -0500
+++ distinfo	2011-02-14 18:43:01.924530390 -0600
@@ -1,3 +1,2 @@
-MD5 (ZConf-4.0.0.tar.gz) = 97412baa243215e5fd4c4168be08ed5a
-SHA256 (ZConf-4.0.0.tar.gz) = 7089dbd6673f1ee73ce51aba98d56e49f93377b350769c599e0965222a569d09
-SIZE (ZConf-4.0.0.tar.gz) = 46701
+SHA256 (ZConf-4.2.1.tar.gz) = 1822957cb1e140ebf233712a8339c58df00f5faa3b4670e922ef0ebb80859a2f
+SIZE (ZConf-4.2.1.tar.gz) = 47989
--- p5-ZConf_distinfo.diff ends here ---


--- p5-ZConf_Makefile.diff begins here ---
--- Makefile.old	2011-02-14 18:42:03.893669485 -0600
+++ Makefile	2011-02-14 18:42:59.680152683 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf
-PORTVERSION=	4.0.0
+PORTVERSION=	4.2.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
--- p5-ZConf_Makefile.diff ends here ---


--- p5-ZConf_pkg-descr.diff begins here ---
--- pkg-descr.old	2011-02-14 18:42:23.507000508 -0600
+++ pkg-descr	2011-02-14 18:45:04.112324369 -0600
@@ -2,6 +2,7 @@
 
 zccreate	Creates a new ZConf config or set.
 zcget	Reads a value from a ZConf config.
+zccdump	Dumps a ZConf config to ZML.
 zcls	Lists configured ZConf congigs and sets.
 zcrm	Remove a ZConf config or set.
 zcset	Sets a value in a ZConf config.
--- p5-ZConf_pkg-descr.diff ends here ---


--- p5-ZConf_pkg-plist.diff begins here ---
--- pkg-plist.old	2011-02-14 18:42:30.871252948 -0600
+++ pkg-plist	2011-02-14 18:44:23.559416947 -0600
@@ -17,3 +17,4 @@
 bin/zcset
 bin/zcvdel
 bin/zcvls
+bin/zccdump
--- p5-ZConf_pkg-plist.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 15 01:10:15 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154790 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Feb 15 03:55:48 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154790: commit references a PR
Date: Tue, 15 Feb 2011 03:55:36 +0000 (UTC)

 miwi        2011-02-15 03:55:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-ZConf         Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 4.2.1
   
   PR:             154790
   Submitted by:   "Zane C.B." <vvelox@vvelox.net> (maintainer)
   
   Revision  Changes    Path
   1.18      +1 -1      ports/net/p5-ZConf/Makefile
   1.18      +2 -3      ports/net/p5-ZConf/distinfo
   1.5       +1 -0      ports/net/p5-ZConf/pkg-descr
   1.5       +1 -0      ports/net/p5-ZConf/pkg-plist
 _______________________________________________
 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:
