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 | a6d191cbc70b170e422cc07a343a57963f3505e8 (diff) | |
download | ports-224c0cb8bf8702d700580f41091e205119c7eae1.tar.gz ports-224c0cb8bf8702d700580f41091e205119c7eae1.zip |
Notes
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 |