diff options
author | sno <sno@pkgsrc.org> | 2010-09-09 21:12:07 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-09 21:12:07 +0000 |
commit | c95de215e10ce723be614a4833df1d16ac94c5c0 (patch) | |
tree | 836774bb9c98eb1a22d82564405f9cbe5a78cf07 /databases/p5-perl-ldap | |
parent | 0713ddfcfb8e9169fb0ae53e9b109368da4a9976 (diff) | |
download | pkgsrc-c95de215e10ce723be614a4833df1d16ac94c5c0.tar.gz |
Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01
pkgsrc changes:
- mark dependencies satisfied by Perl5 Core
- add license definition
Upstream changes:
0.4001 -- Wed Mar 24 14:54:35 CDT 2010
* Update Module::Install and generate META.yml
0.40 -- Thu Mar 11 20:56:28 CST 2010
* Avoid 'cookie parsing error' on OpenLDAP 2.3 [Mathieu Parent]
* Added e-syncRefreshRequired constant [Mathieu Parent]
* Minor typo fix in documentation [Quanah Gibson-Mount]
* Update CREDITS for Mathieu Parent
* Remove runtime dependency on DATA handle for constants
* Clarify documentation for gen_password
* Allow caller to pass Authen::SASL client_new object
* fix typo [Peter Marschall]
* use current IO::Socket::SSL's method start_SSL instead of deprecated
function socketToSSL; raise required IO::Socket:SSL version
appropriately [Peter Marschall]
* FilterMatch.pm: fix regex treatment in _{cis,exact}_substrings().
[Peter Marschall]
* FilterMatch.pm: correct # of args in function declarations/definitions
[Peter Marschall]
* Don't duplicate documentation [Mathieu Parent]
* Added numcmp option to compare attributes numerically. [Kartik Subbarao]
* Avoid infinite loop when authenticating with EXTERNAL mechanism
* Add Net::LDAP::Extension::Refresh as described in RFC2589
[Etienne Bagnoud]
* RT#40068 Fix tests to work with 2.4.11
* Add ldif method to Net::LDAP::Entry
* RT#46111 Make LWP::Protocol::ldap return ldif when requested
* RT#51165 Compact multiple consecutive spaces in
Net::LDAP::Util::canonical_dn
* RT#46125 Add LWP::Protocol::ldaps to support ldaps: urls
* RT#44110 Fix Net::LDAP::LDIF->current_lines
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-perl-ldap/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 3239eb0c24d..31ec446989f 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2010/08/21 16:33:06 seb Exp $ +# $NetBSD: Makefile,v 1.40 2010/09/09 21:12:07 sno Exp $ -DISTNAME= perl-ldap-0.39 -PKGNAME= p5-perl-ldap-0.39 -PKGREVISION= 1 +DISTNAME= perl-ldap-0.4001 +PKGNAME= p5-${DISTNAME:S/4001/40.01/} SVR4_PKGNAME= pldap CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ldap.perl.org/ COMMENT= Perl class to access LDAP servers +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +17,7 @@ BUILD_DEFS+= IPV6_READY DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.8.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer @@ -29,7 +29,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-perl-ldap .if !empty(PKG_OPTIONS:Msasl) DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.8.0,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 .endif .if !empty(PKG_OPTIONS:Minet6) diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index 75ebb736833..a475a37a8be 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/02/14 07:49:50 seb Exp $ +$NetBSD: distinfo,v 1.14 2010/09/09 21:12:07 sno Exp $ -SHA1 (perl-ldap-0.39.tar.gz) = 8d232a977b250eb362af6df4f0e2444253819d56 -RMD160 (perl-ldap-0.39.tar.gz) = f6d3f6a07c910bf3609d6aa499be75a9ad620b58 -Size (perl-ldap-0.39.tar.gz) = 259143 bytes +SHA1 (perl-ldap-0.4001.tar.gz) = 22caf31ca3eddc4f6fe5793bc8928e1f3bc118ca +RMD160 (perl-ldap-0.4001.tar.gz) = fb57675bcb06c3815fb6318fe51e8e19becb23ff +Size (perl-ldap-0.4001.tar.gz) = 254232 bytes |