summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-01-12 11:46:29 +0000
committeradam <adam@pkgsrc.org>2015-01-12 11:46:29 +0000
commit83a580c1d509d2be8a7d55565095a2f6f7059878 (patch)
tree2997ff31aa78e90b6c856995a9682bae0290d6b5 /databases/py-ldap/Makefile
parent195bef9827cee1400338500df9f8eda5fa65e042 (diff)
downloadpkgsrc-83a580c1d509d2be8a7d55565095a2f6f7059878.tar.gz
Changes 2.4.19:
* Fixed missing ReconnectLDAPObject._reconnect_lock when pickling * Added ldap.controls.pagedresults which is pure Python implementation of Simple Paged Results Control (see RFC 2696) and delivers the correct result size
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 3640feb39ab..6a3c3de9b41 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2014/12/31 13:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2015/01/12 11:46:29 adam Exp $
-DISTNAME= python-ldap-2.4.18
+DISTNAME= python-ldap-2.4.19
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/
@@ -24,18 +24,10 @@ SUBST_SED.setup= -e 's|@PY_LDAP_LIBRARY_DIRS@|${PY_LDAP_LIBRARY_DIRS:Q}|'
SUBST_SED.setup+= -e 's|@PY_LDAP_INCLUDE_DIRS@|${PY_LDAP_INCLUDE_DIRS:Q}|'
SUBST_SED.setup+= -e 's|@PY_LDAP_LIBS@|${PY_LDAP_LIBS}|'
-PY_LDAP_DOCDIR= ${PREFIX}/share/doc/py-ldap
-
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"