Update p5-perl-ldap to 0.22. Changes include:
* Quick release to fix memory problem with 5.6.0 * Change ->get back to return what 0.19 returned * Deprecate ->get in favor of ->get_value * Net::LDAP::Schema now supports matchingRules * Added experimental onerror option to ->new * New FAQ by Clif Harden * Added INSTALL and CREDITS files * Net::LDAP::Entry ->get and ->attributes methods now support options * Added Net::LDAP::DSML from Mark Wilcox * Added Net::LDAPS from Chris Ridd * Many documentation updates * Several fixes to ::Control::* classes, they should now work as intended. * Net::LDAP::Entry->get now always returns a scalar result as documented. * bin/ldapsearch now requires URI-1.08
This commit is contained in:
parent
3ab1c8f820
commit
7ba4e36013
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.5 2000/08/27 10:37:02 jlam Exp $
|
# $NetBSD: Makefile,v 1.6 2000/10/16 10:13:16 rh Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= perl-ldap-0.19
|
DISTNAME= perl-ldap-0.22
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
CATEGORIES= databases net devel perl5
|
CATEGORIES= databases net devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
||||||
|
@ -13,7 +13,7 @@ DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
|
||||||
DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1
|
DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1
|
||||||
DEPENDS+= p5-libwww-*:../../www/p5-libwww
|
DEPENDS+= p5-libwww-*:../../www/p5-libwww
|
||||||
|
|
||||||
USE_PERL5= # defined
|
USE_PERL5= YES
|
||||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
$NetBSD: md5,v 1.2 2000/06/09 14:32:48 kleink Exp $
|
$NetBSD: md5,v 1.3 2000/10/16 10:13:17 rh Exp $
|
||||||
|
|
||||||
MD5 (perl-ldap-0.19.tar.gz) = 93c9bd25a602206c5ffab73288d59a9f
|
MD5 (perl-ldap-0.22.tar.gz) = 5a77ffcf5333b9bf4fc6449522aa0090
|
||||||
|
|
Loading…
Reference in a new issue