diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-21 04:37:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-21 04:37:32 +0800 |
commit | df991b53111a0d42390c30b8ff6f4ef41de3b9c3 (patch) | |
tree | e2a7251ac80aeb3fc1d8fdf22f45cba81fdf4548 /net | |
parent | 589a4380e52e3e7f61a66ac51e1c6ee624e9da16 (diff) | |
download | freebsd-ports-gnome-df991b53111a0d42390c30b8ff6f4ef41de3b9c3.tar.gz freebsd-ports-gnome-df991b53111a0d42390c30b8ff6f4ef41de3b9c3.tar.zst freebsd-ports-gnome-df991b53111a0d42390c30b8ff6f4ef41de3b9c3.zip |
- Update to 1.3.1
PR: 140687
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-ZConf/Makefile | 4 | ||||
-rw-r--r-- | net/p5-ZConf/distinfo | 6 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-plist | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile index ce31064a4bcd..00b6623d552e 100644 --- a/net/p5-ZConf/Makefile +++ b/net/p5-ZConf/Makefile @@ -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 @@ MAINTAINER= vvelox@vvelox.net 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 diff --git a/net/p5-ZConf/distinfo b/net/p5-ZConf/distinfo index 8ab2f884e59a..5efad9138cd8 100644 --- a/net/p5-ZConf/distinfo +++ b/net/p5-ZConf/distinfo @@ -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 diff --git a/net/p5-ZConf/pkg-descr b/net/p5-ZConf/pkg-descr index ab0e36d95d28..ef5993726a82 100644 --- a/net/p5-ZConf/pkg-descr +++ b/net/p5-ZConf/pkg-descr @@ -7,6 +7,9 @@ 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. - +zcchooser-edit Edits the chooser for a config. +zcchooser-get Gets the chooser for a config. +zcchooser-run Return the set that will be used for a config. +zcchooser-set Set the chooser using data in the specified file. WWW: http://search.cpan.org/dist/ZConf/ diff --git a/net/p5-ZConf/pkg-plist b/net/p5-ZConf/pkg-plist index 8e50b95a1923..7da78d916d3e 100644 --- a/net/p5-ZConf/pkg-plist +++ b/net/p5-ZConf/pkg-plist @@ -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 |