summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-04-01 21:15:23 +0000
committerwiz <wiz>2014-04-01 21:15:23 +0000
commit793be10537bf0e5bc1fb8526d30608301299e2b9 (patch)
tree7b64fbdf2b491bac31c8068b38e992efb106223e /databases/py-ldap/Makefile
parent4132f4cbf56faf6f277a5c7249970e29c7f2b57d (diff)
downloadpkgsrc-793be10537bf0e5bc1fb8526d30608301299e2b9.tar.gz
Update to 2.4.15.
Replace interpreter path in installed file. Released 2.4.15 2014-03-24 Changes since 2.4.14: Lib/ * Added missing modules ldap.controls.openldap and ldap.controls.pwdpolicy to setup.py * Added missing imports to ldap.controls.pwdpolicy * Fixed ldap.controls.pwdpolicy.decodeControlValue() to decode string of digits * Support for X-SUBST in schema element class LDAPSyntax * Support for X-ORDERED and X-ORIGIN in schema element class AttributeType * ldapurl: New scope 'subordinates' defined in draft-sermersheim-ldap-subordinate-scope Modules/ * New constant ldap.SCOPE_SUBORDINATE derived from ldap.h for draft-sermersheim-ldap-subordinate-scope * Fixed constant ldap.sasl.CB_GETREALM (thanks to Martin Pfeifer)
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 906527af693..d1a3e917216 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2014/03/03 17:01:34 adam Exp $
+# $NetBSD: Makefile,v 1.55 2014/04/01 21:15:23 wiz Exp $
-DISTNAME= python-ldap-2.4.14
+DISTNAME= python-ldap-2.4.15
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/
@@ -31,11 +31,14 @@ USE_TOOLS+= pax
INSTALLATION_DIRS= ${PY_LDAP_DOCDIR}
+REPLACE_PYTHON= Lib/ldap/controls/readentry.py
+
post-install:
cd ${WRKSRC} && pax -s,.cvsignore,, -rw CHANGES README INSTALL TODO Demo \
${DESTDIR}${PY_LDAP_DOCDIR}
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"