diff options
author | drochner <drochner@pkgsrc.org> | 2005-08-04 11:17:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-08-04 11:17:04 +0000 |
commit | d0512ce34d6ec1919e53c10a1f936c9304e89a8d (patch) | |
tree | 4250df579b7992e29af2beb83a18ecc539a3423d /databases/py-ldap | |
parent | 3801b030d813f3f29922fff5c3c98421e39ec4d8 (diff) | |
download | pkgsrc-d0512ce34d6ec1919e53c10a1f936c9304e89a8d.tar.gz |
update to 2.0.9
many feature additions and fixes since 2.0.2, see the CHANGES file
in the distribution for details
Diffstat (limited to 'databases/py-ldap')
-rw-r--r-- | databases/py-ldap/Makefile | 9 | ||||
-rw-r--r-- | databases/py-ldap/PLIST | 8 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index d9278f5f38e..4db34cec22a 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 --git a/databases/py-ldap/PLIST b/databases/py-ldap/PLIST index c1cf67acd77..e4065be5261 100644 --- a/databases/py-ldap/PLIST +++ b/databases/py-ldap/PLIST @@ -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/async.pyo ${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 --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index 3d9106ebc71..acf7ced5f8d 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -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 |