diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-08-25 21:23:03 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-08-25 21:23:03 +0000 |
commit | 224c0cb8bf8702d700580f41091e205119c7eae1 (patch) | |
tree | e014ec50a8450f97673d78a48dd96a9125b70343 /net/py-ldap2/Makefile | |
parent | a6d191cbc70b170e422cc07a343a57963f3505e8 (diff) |
Update to 2.3.9.
Changes since 2.3.8:
Lib/
* All modules (ldap, ldif, dsml and ldapurl) have common version number now
* Non-exported function ldif.needs_base64() was abandoned and is now
implemented as method LDIFWriter._needs_base64_encoding().
This allows sub-classes of LDIFWriter to implement determining whether
attribute values have to be base64-encoded in a different manner and is
the same approach like in class dsml.DSMLWriter.
* LDAPUrlExtension._parse() now gracefully handles LDAP URL extensions
without explicit exvalue as being set with implicit value None.
Modules/
* New LDAP option constant ldap.OPT_X_SASL_NOCANON supported
in LDAPObject.get/set_option()
Submitted by: bsam
Notes
Notes:
svn path=/head/; revision=240326
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 5fd8175ee62a..b7f850ced7be 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,7 @@ USE_OPENLDAP= yes PYDISTUTILS_PKGNAME= python-ldap PYEASYINSTALL_ARCHDEP= yes -REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \ - -e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,' +REPLACE_ARGS= -e 's,/opt/openldap-RE24,${LOCALBASE},' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes |