pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap update to 2.0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67d7c22015ad
branches:  trunk
changeset: 497776:67d7c22015ad
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 04 11:17:04 2005 +0000

description:
update to 2.0.9
many feature additions and fixes since 2.0.2, see the CHANGES file
in the distribution for details

diffstat:

 databases/py-ldap/Makefile |  9 ++++-----
 databases/py-ldap/PLIST    |  8 +++++++-
 databases/py-ldap/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 46edb505bc34 -r 67d7c22015ad databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Thu Aug 04 10:55:31 2005 +0000
+++ b/databases/py-ldap/Makefile        Thu Aug 04 11:17:04 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/05/20 20:13:56 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2005/08/04 11:17:04 drochner Exp $
 
-DISTNAME=      python-ldap-2.0.2
+DISTNAME=      python-ldap-2.0.9
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
 
@@ -10,14 +9,14 @@
 HOMEPAGE=      http://sourceforge.net/projects/python-ldap/
 COMMENT=       LDAP client API for Python
 
-PYTHON_VERSIONS_ACCEPTED=      21 22 23
+PYTHON_VERSIONS_ACCEPTED=      21 22 23 24
 PYDISTUTILSPKG=                        yes
 
 SUBST_CLASSES+=                        setup
 SUBST_STAGE.setup=             pre-configure
 SUBST_FILES.setup=             setup.cfg
 SUBST_SED.setup=               -e "s|/usr/local/openldap-REL_ENG_2_1|${BUILDLINK_PREFIX.cyrus-sasl}/lib ${BUILDLINK_PREFIX.openldap}|"         \
-                               -e "s|/usr/include/sasl|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
+                               -e "s|/usr/local/cyrus-sasl/include|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
 
 .include "../../databases/openldap/buildlink3.mk"
 .include "../../security/cyrus-sasl2/buildlink3.mk"
diff -r 46edb505bc34 -r 67d7c22015ad databases/py-ldap/PLIST
--- a/databases/py-ldap/PLIST   Thu Aug 04 10:55:31 2005 +0000
+++ b/databases/py-ldap/PLIST   Thu Aug 04 11:17:04 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2004/01/20 05:16:58 cube Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/08/04 11:17:04 drochner Exp $
 ${PYSITELIB}/_ldap.so
 ${PYSITELIB}/dsml.py
 ${PYSITELIB}/dsml.pyc
@@ -12,6 +12,12 @@
 ${PYSITELIB}/ldap/cidict.py
 ${PYSITELIB}/ldap/cidict.pyc
 ${PYSITELIB}/ldap/cidict.pyo
+${PYSITELIB}/ldap/controls.py
+${PYSITELIB}/ldap/controls.pyc
+${PYSITELIB}/ldap/controls.pyo
+${PYSITELIB}/ldap/dn.py
+${PYSITELIB}/ldap/dn.pyc
+${PYSITELIB}/ldap/dn.pyo
 ${PYSITELIB}/ldap/filter.py
 ${PYSITELIB}/ldap/filter.pyc
 ${PYSITELIB}/ldap/filter.pyo
diff -r 46edb505bc34 -r 67d7c22015ad databases/py-ldap/distinfo
--- a/databases/py-ldap/distinfo        Thu Aug 04 10:55:31 2005 +0000
+++ b/databases/py-ldap/distinfo        Thu Aug 04 11:17:04 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 16:33:09 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/08/04 11:17:04 drochner Exp $
 
-SHA1 (python-ldap-2.0.2.tar.gz) = 9d1c9bcfbce35ae86fd97c74bc9d6924d90847dd
-RMD160 (python-ldap-2.0.2.tar.gz) = 2623e48cbdec7b8f2b3c0cb3d3a0558667a3f256
-Size (python-ldap-2.0.2.tar.gz) = 64924 bytes
+SHA1 (python-ldap-2.0.9.tar.gz) = 94078a17ef1dcd483076db903e29ff332ef3585a
+RMD160 (python-ldap-2.0.9.tar.gz) = 0cb164afc7848ba5894d61c45c66f20118c2514b
+Size (python-ldap-2.0.9.tar.gz) = 72165 bytes



Home | Main Index | Thread Index | Old Index