pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-perl-ldap Update to version 0.3202 as pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebcb1e28c9ec
branches:  trunk
changeset: 493825:ebcb1e28c9ec
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun May 15 17:12:09 2005 +0000

description:
Update to version 0.3202 as package version 0.32.02.

Package change: convert to the options framework.

Changes since last packaged version (0.30):

perl-ldap 0.3202 -- Mon Jul 19 11:44:08 BST 2004
Bug Fixes
  * Fixed case typo in Makefile.PL

perl-ldap 0.3201 -- Wed Jul 14 21:52:59 BST 2004
Bug Fixes
  * Fixed dependancies in Makefile.PL

perl-ldap 0.32 --
Bug Fixes
  * Documentation updates
  * Fixed LDIF output from ldapsearch command
  * Return an error if no filter is passed to Net::LDAP::filter->parse
  * Fixed bug handling comments in LDIF parser
  * Fix to ldapsearch for passing scope with -s
  * Do not send a fake userid in SASL binds
  * Net::LDAP::Schema->parse() now returns undef on errors
Enhancements
  * Added supportedFeatures to the default list of attributes
    fetched by ->root_dse
  * Added option to sort attributes in LDIF output, with objectclass
    being first floowed by all other attributes in alphabetical order
  * Add escape/unescape filters/DN utility functions
  * Added support for reading LDIF URL attributes using file://
  * The socket created by new can now be bound to a local address & port
  * Any controls returned by the server with each entry as a result from a
    search are now available in the callback function
  * Added classes for EntryChange, PersistentSearch and ManageDsaIT controls
  * Allow options passed to Net::LDAP::Entry-.update to be passed to the
    Net::LDAP method that is finally called

perl-ldap 0.31  1 Jan 2004
==========================
* Fixed bug that could cause methods to return an integer instead of an object
* Fixed bug causing Schema.pm to ignore superior classes that had no attributes
* Documentation updates
* Updates to LDIF module

diffstat:

 databases/p5-perl-ldap/Makefile |  17 ++++++++++-------
 databases/p5-perl-ldap/distinfo |   8 ++++----
 2 files changed, 14 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r ba4dde00f9d3 -r ebcb1e28c9ec databases/p5-perl-ldap/Makefile
--- a/databases/p5-perl-ldap/Makefile   Sun May 15 17:11:04 2005 +0000
+++ b/databases/p5-perl-ldap/Makefile   Sun May 15 17:12:09 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:13 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/15 17:12:09 seb Exp $
 #
 
-DISTNAME=      perl-ldap-0.30
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      perl-ldap-0.3202
+PKGNAME=       p5-perl-ldap-0.32.02
 SVR4_PKGNAME=  pldap
 CATEGORIES=    databases net devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=LWP/}
@@ -18,14 +17,18 @@
 DEPENDS+=      p5-URI>=1.08:../../www/p5-URI
 DEPENDS+=      p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
 
-.include "../../mk/bsd.prefs.mk"
+MAKE_PARAMS+=  --skip  # skip CPAN auto installation of modules
 
-.if defined(USE_SASL) && ${USE_SASL} == "YES"
+PKG_SUPPORTED_OPTIONS= sasl
+PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-perl-ldap
+.include "../../mk/bsd.options.mk"
+
+.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
 .endif
 
-PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/perl-ldap/.packlist
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/LDAP/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ba4dde00f9d3 -r ebcb1e28c9ec databases/p5-perl-ldap/distinfo
--- a/databases/p5-perl-ldap/distinfo   Sun May 15 17:11:04 2005 +0000
+++ b/databases/p5-perl-ldap/distinfo   Sun May 15 17:12:09 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 16:33:08 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/05/15 17:12:09 seb Exp $
 
-SHA1 (perl-ldap-0.30.tar.gz) = 924f3fcf51bc745789d371a66c3de8c47bdb3828
-RMD160 (perl-ldap-0.30.tar.gz) = a976d1a09972de93c180968e900e747051bcd443
-Size (perl-ldap-0.30.tar.gz) = 221013 bytes
+SHA1 (perl-ldap-0.3202.tar.gz) = 2d5f418fdae1338b0a3c57f2d60f9fa1d7bd1d7c
+RMD160 (perl-ldap-0.3202.tar.gz) = 87385925237c17563b9a135d0767efb6fb499d37
+Size (perl-ldap-0.3202.tar.gz) = 226344 bytes



Home | Main Index | Thread Index | Old Index