Bug 154790 - net/p5-ZConf - really belated update from 4.0.0 to 4.2.1
Summary: net/p5-ZConf - really belated update from 4.0.0 to 4.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 01:10 UTC by Zane C. Bowers-Hadley
Modified: 2011-02-15 04:00 UTC (History)
0 users

See Also:


Attachments
p5-ZConf_distinfo.diff (440 bytes, patch)
2011-02-15 01:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff
p5-ZConf_pkg-descr.diff (368 bytes, patch)
2011-02-15 01:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff
file.diff (210 bytes, patch)
2011-02-15 01:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2011-02-15 01:10:08 UTC

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.

Fix: --- 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 ---
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-15 01:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-15 03:55:36 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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-02-15 03:55:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!