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 | |
| parent | - Oops checked in the wrong Makefile (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')
| -rw-r--r-- | net/py-ldap2/Makefile | 5 | ||||
| -rw-r--r-- | net/py-ldap2/distinfo | 6 |
2 files changed, 5 insertions, 6 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 diff --git a/net/py-ldap2/distinfo b/net/py-ldap2/distinfo index 3b86b39d2281..d412ce0a709e 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap2/distinfo @@ -1,3 +1,3 @@ -MD5 (python-ldap-2.3.8.tar.gz) = 645ef46405e4eb3963cea34f2e114f96 -SHA256 (python-ldap-2.3.8.tar.gz) = 059aa79791576f878f95174b57bb2e72915b585bd3a84ca99ea4e7ddfc874b47 -SIZE (python-ldap-2.3.8.tar.gz) = 99884 +MD5 (python-ldap-2.3.9.tar.gz) = a9f9f16338288d118a1ae6266c993247 +SHA256 (python-ldap-2.3.9.tar.gz) = 62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4 +SIZE (python-ldap-2.3.9.tar.gz) = 108209 |
