aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-11 19:54:43 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-11 19:54:43 +0000
commit8f98f18dd3b5bbb53b14e351e827a3d2bc0ad0e5 (patch)
treea81ef26230770012bf2600afbc94357e19bbe5e2 /net
parent7a27dd51c792f1fc0d67da51c50e1101e32053d3 (diff)
downloadports-8f98f18dd3b5bbb53b14e351e827a3d2bc0ad0e5.tar.gz
ports-8f98f18dd3b5bbb53b14e351e827a3d2bc0ad0e5.zip
Update to 0.32
Notes
Notes: svn path=/head/; revision=113417
Diffstat (limited to 'net')
-rw-r--r--net/p5-perl-ldap/Makefile10
-rw-r--r--net/p5-perl-ldap/distinfo4
-rw-r--r--net/p5-perl-ldap/pkg-plist3
3 files changed, 14 insertions, 3 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index 416d8865326d..c300075bae88 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= perl-ldap
-PORTVERSION= 0.31
+PORTVERSION= 0.32
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -28,7 +28,10 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAP.3 \
Net::LDAP::Constant.3 \
Net::LDAP::Control.3 \
+ Net::LDAP::Control::EntryChange.3 \
+ Net::LDAP::Control::ManageDsaIT.3 \
Net::LDAP::Control::Paged.3 \
+ Net::LDAP::Control::PersistentSearch.3 \
Net::LDAP::Control::ProxyAuth.3 \
Net::LDAP::Control::Sort.3 \
Net::LDAP::Control::SortResult.3 \
@@ -37,6 +40,7 @@ MAN3= Bundle::Net::LDAP.3 \
Net::LDAP::DSML.3 \
Net::LDAP::Entry.3 \
Net::LDAP::Examples.3 \
+ Net::LDAP::Extension::SetPassword.3 \
Net::LDAP::Extra.3 \
Net::LDAP::FAQ.3 \
Net::LDAP::Filter.3 \
@@ -54,6 +58,10 @@ MAN3= Bundle::Net::LDAP.3 \
.include <bsd.port.pre.mk>
+pre-configure:
+ @${PERL} -ni'.bak' -e 'next if 2../^__END__$$/; print' \
+ '${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}'
+
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
diff --git a/net/p5-perl-ldap/distinfo b/net/p5-perl-ldap/distinfo
index 99a89cac2187..1a62ac2fbd06 100644
--- a/net/p5-perl-ldap/distinfo
+++ b/net/p5-perl-ldap/distinfo
@@ -1,2 +1,2 @@
-MD5 (perl-ldap-0.31.tar.gz) = b3107452e2bb4d74d4b9892d61d50137
-SIZE (perl-ldap-0.31.tar.gz) = 221782
+MD5 (perl-ldap-0.32.tar.gz) = e975df97d371933537ece153113ea686
+SIZE (perl-ldap-0.32.tar.gz) = 220935
diff --git a/net/p5-perl-ldap/pkg-plist b/net/p5-perl-ldap/pkg-plist
index 549a63b07365..4caf27d4d25e 100644
--- a/net/p5-perl-ldap/pkg-plist
+++ b/net/p5-perl-ldap/pkg-plist
@@ -6,7 +6,10 @@
%%SITE_PERL%%/Net/LDAP/Bind.pm
%%SITE_PERL%%/Net/LDAP/Constant.pm
%%SITE_PERL%%/Net/LDAP/Control.pm
+%%SITE_PERL%%/Net/LDAP/Control/EntryChange.pm
+%%SITE_PERL%%/Net/LDAP/Control/ManageDsaIT.pm
%%SITE_PERL%%/Net/LDAP/Control/Paged.pm
+%%SITE_PERL%%/Net/LDAP/Control/PersistentSearch.pm
%%SITE_PERL%%/Net/LDAP/Control/ProxyAuth.pm
%%SITE_PERL%%/Net/LDAP/Control/Sort.pm
%%SITE_PERL%%/Net/LDAP/Control/SortResult.pm