mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 0.25
PR: 41333 Submitted by: Ian Logan <ian@nmsu.edu> Approved by: maintainer timeout (6 months)
This commit is contained in:
parent
b8dd3b052d
commit
32e9939fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75912
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= perl-ldap
|
||||
PORTVERSION= 0.22
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
@ -17,7 +17,8 @@ MAINTAINER= scrappy@FreeBSD.org
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -29,6 +30,7 @@ MAN3= Net::LDAP::Control::VLVResponse.3 \
|
||||
Authen::SASL.3 \
|
||||
Bundle::Net::LDAP.3 \
|
||||
Net::LDAP::Search.3 \
|
||||
Net::LDAP::Security.3 \
|
||||
Net::LDAP::Control::SortResult.3 \
|
||||
Net::LDAP::LDIF.3 \
|
||||
Net::LDAP::Schema.3 \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (perl-ldap-0.22.tar.gz) = 5a77ffcf5333b9bf4fc6449522aa0090
|
||||
MD5 (perl-ldap-0.25.tar.gz) = e5eed7fabb6303e824af2cd5fdf45299
|
||||
|
@ -3,12 +3,14 @@ lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/CRAM_MD5.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/EXTERNAL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAPS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Security.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pm
|
||||
@ -24,6 +26,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Examples.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extension.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extra.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/FAQ.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Message.pm
|
||||
@ -36,6 +39,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/SortResult.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLVResponse.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLV.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Paged.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/ProxyAuth.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML
|
||||
|
Loading…
Reference in New Issue
Block a user