Update to p5-ldap-0.3202
maintainer timeout ok brad@
This commit is contained in:
parent
3509cdad33
commit
2faf7915d4
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:06 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/08 05:55:13 msf Exp $
|
||||
|
||||
COMMENT= "client interface to LDAP servers"
|
||||
|
||||
VERSION= 0.26
|
||||
VERSION= 0.3202
|
||||
DISTNAME= perl-ldap-${VERSION}
|
||||
PKGNAME= p5-ldap-${VERSION}
|
||||
CATEGORIES= databases perl5
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (perl-ldap-0.26.tar.gz) = fe0810d663b9d04c536e6dfab8f55777
|
||||
RMD160 (perl-ldap-0.26.tar.gz) = 68454c49c10ae38d7fb19549af7f2b8d30ec7d33
|
||||
SHA1 (perl-ldap-0.26.tar.gz) = acaa6cadba712d7b83bf5f4197b80f9205c27ae7
|
||||
MD5 (perl-ldap-0.3202.tar.gz) = 57dc6214d06b4e9e2a3b0f778aa40261
|
||||
RMD160 (perl-ldap-0.3202.tar.gz) = 87385925237c17563b9a135d0767efb6fb499d37
|
||||
SHA1 (perl-ldap-0.3202.tar.gz) = 2d5f418fdae1338b0a3c57f2d60f9fa1d7bd1d7c
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2004/09/14 23:31:46 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2004/12/08 05:55:13 msf Exp $
|
||||
${P5SITE}/Bundle/
|
||||
${P5SITE}/Bundle/Net/
|
||||
${P5SITE}/Bundle/Net/LDAP.pm
|
||||
@ -12,10 +12,12 @@ ${P5SITE}/Net/LDAP.pod
|
||||
${P5SITE}/Net/LDAP/ASN.pm
|
||||
${P5SITE}/Net/LDAP/Bind.pm
|
||||
${P5SITE}/Net/LDAP/Constant.pm
|
||||
${P5SITE}/Net/LDAP/Constant.pod
|
||||
${P5SITE}/Net/LDAP/Control/
|
||||
${P5SITE}/Net/LDAP/Control.pm
|
||||
${P5SITE}/Net/LDAP/Control/EntryChange.pm
|
||||
${P5SITE}/Net/LDAP/Control/ManageDsaIT.pm
|
||||
${P5SITE}/Net/LDAP/Control/Paged.pm
|
||||
${P5SITE}/Net/LDAP/Control/PersistentSearch.pm
|
||||
${P5SITE}/Net/LDAP/Control/ProxyAuth.pm
|
||||
${P5SITE}/Net/LDAP/Control/Sort.pm
|
||||
${P5SITE}/Net/LDAP/Control/SortResult.pm
|
||||
@ -38,18 +40,23 @@ ${P5SITE}/Net/LDAP/Message.pm
|
||||
${P5SITE}/Net/LDAP/Message.pod
|
||||
${P5SITE}/Net/LDAP/RFC.pod
|
||||
${P5SITE}/Net/LDAP/Reference.pod
|
||||
${P5SITE}/Net/LDAP/RootDSE.pm
|
||||
${P5SITE}/Net/LDAP/Schema.pm
|
||||
${P5SITE}/Net/LDAP/Schema.pod
|
||||
${P5SITE}/Net/LDAP/Search.pm
|
||||
${P5SITE}/Net/LDAP/Search.pod
|
||||
${P5SITE}/Net/LDAP/Security.pod
|
||||
${P5SITE}/Net/LDAP/Util.pm
|
||||
${P5SITE}/Net/LDAPI.pm
|
||||
${P5SITE}/Net/LDAPS.pm
|
||||
@man man/man3p/Bundle::Net::LDAP.3p
|
||||
@man man/man3p/Net::LDAP.3p
|
||||
@man man/man3p/Net::LDAP::Constant.3p
|
||||
@man man/man3p/Net::LDAP::Control.3p
|
||||
@man man/man3p/Net::LDAP::Control::EntryChange.3p
|
||||
@man man/man3p/Net::LDAP::Control::ManageDsaIT.3p
|
||||
@man man/man3p/Net::LDAP::Control::Paged.3p
|
||||
@man man/man3p/Net::LDAP::Control::PersistentSearch.3p
|
||||
@man man/man3p/Net::LDAP::Control::ProxyAuth.3p
|
||||
@man man/man3p/Net::LDAP::Control::Sort.3p
|
||||
@man man/man3p/Net::LDAP::Control::SortResult.3p
|
||||
@ -58,6 +65,7 @@ ${P5SITE}/Net/LDAPS.pm
|
||||
@man man/man3p/Net::LDAP::DSML.3p
|
||||
@man man/man3p/Net::LDAP::Entry.3p
|
||||
@man man/man3p/Net::LDAP::Examples.3p
|
||||
@man man/man3p/Net::LDAP::Extension::SetPassword.3p
|
||||
@man man/man3p/Net::LDAP::Extra.3p
|
||||
@man man/man3p/Net::LDAP::FAQ.3p
|
||||
@man man/man3p/Net::LDAP::Filter.3p
|
||||
@ -65,8 +73,10 @@ ${P5SITE}/Net/LDAPS.pm
|
||||
@man man/man3p/Net::LDAP::Message.3p
|
||||
@man man/man3p/Net::LDAP::RFC.3p
|
||||
@man man/man3p/Net::LDAP::Reference.3p
|
||||
@man man/man3p/Net::LDAP::RootDSE.3p
|
||||
@man man/man3p/Net::LDAP::Schema.3p
|
||||
@man man/man3p/Net::LDAP::Search.3p
|
||||
@man man/man3p/Net::LDAP::Security.3p
|
||||
@man man/man3p/Net::LDAP::Util.3p
|
||||
@man man/man3p/Net::LDAPI.3p
|
||||
@man man/man3p/Net::LDAPS.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user