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 +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