Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 19:37:44 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vvelox@vvelox.net
Subject:   ports/140687: [PATCH] net/p5-ZConf: update to 1.3.1
Message-ID:  <20091119003744.DF3B41708C@spartan.hamla.org>
Resent-Message-ID: <200911190040.nAJ0e2mX073467@freefall.freebsd.org>

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

>Number:         140687
>Category:       ports
>Synopsis:       [PATCH] net/p5-ZConf: update to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 19 00:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- Update to 1.3.1
- Remove dependency on Net::LDAP::Express which is no longer used
- Point BUILD_DEPENDS to RUN_DEPENDS only so perl's configure does not complain :) 
- Update pkg-plist 
Changes: http://cpansearch.perl.org/src/VVELOX/ZConf-1.3.1/Changes
>How-To-Repeat:
	
>Fix:

	



--- p5-ZConf.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-ZConf/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	4 Nov 2009 13:26:19 -0000	1.10
+++ Makefile	19 Nov 2009 00:33:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
@@ -16,12 +16,12 @@
 COMMENT=	A configuration system allowing for either file or LDAP backed storage
 
 RUN_DEPENDS=	${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
-		${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \
 		${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \
 		${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \
 		${SITE_PERL}/ZML.pm:${PORTSDIR}/devel/p5-ZML \
 		${SITE_PERL}/Chooser.pm:${PORTSDIR}/devel/p5-Chooser \
 		${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-ZConf/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	4 Nov 2009 13:26:19 -0000	1.9
+++ distinfo	19 Nov 2009 00:33:30 -0000
@@ -1,3 +1,3 @@
-MD5 (ZConf-1.2.1.tar.gz) = 95301460293fad30c60eed7b1e891d8a
-SHA256 (ZConf-1.2.1.tar.gz) = fa3bcfe73d1026ef0f3fcd000a7ffd155bf5fde76ca6b7f93f0b31eed00b6472
-SIZE (ZConf-1.2.1.tar.gz) = 24593
+MD5 (ZConf-1.3.1.tar.gz) = 4372b40b7e35b83270a253b88264b930
+SHA256 (ZConf-1.3.1.tar.gz) = 42d2bc4f0019160234bef37f645cfd4f8fc85de587cd0434879041074f7038f4
+SIZE (ZConf-1.3.1.tar.gz) = 26655
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-ZConf/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	13 Dec 2008 15:33:22 -0000	1.2
+++ pkg-plist	19 Nov 2009 00:33:31 -0000
@@ -2,6 +2,10 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/.packlist
 @dirrmtry %%SITE_PERL%%/ZConf
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
+bin/zcchooser-edit
+bin/zcchooser-get
+bin/zcchooser-run
+bin/zcchooser-set
 bin/zccreate
 bin/zcget
 bin/zcls
--- p5-ZConf.diff ends here ---

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



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