summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-10-25 17:09:33 +0000
committerdrochner <drochner>2005-10-25 17:09:33 +0000
commit7c69147ac1c44d0804b9cf1217074c0ff2c3cd7c (patch)
tree56c3c82006468c557cb6a2a695bab9b91c26a0ad /databases/py-ldap/Makefile
parent94d53d27ccf98308ce8ce9e2e46bf65df921ed36 (diff)
downloadpkgsrc-7c69147ac1c44d0804b9cf1217074c0ff2c3cd7c.tar.gz
update to 2.0.10
changes: * Switched back to old implementation of ldap.schema.tokenizer.split_tokens() since the new one had a bug which deletes the spaces from DESC * ldap.INSUFFICIENT_ACCESS is now ignored in ldap.ldapobject.LDAPObject.search_subschemasubentry_s()
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 4db34cec22a..ec5f6dcc5fd 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2005/08/04 11:17:04 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/25 17:09:33 drochner Exp $
-DISTNAME= python-ldap-2.0.9
+DISTNAME= python-ldap-2.0.10
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
@@ -15,8 +15,8 @@ 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/local/cyrus-sasl/include|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
+SUBST_SED.setup= -e "s|@EXTRALIBS@|${BUILDLINK_PREFIX.cyrus-sasl}/lib ${BUILDLINK_PREFIX.openldap}/lib|" \
+ -e "s|@EXTRAINCS@|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl ${BUILDLINK_PREFIX.openldap}/include|"
.include "../../databases/openldap/buildlink3.mk"
.include "../../security/cyrus-sasl2/buildlink3.mk"