diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-12-19 16:49:24 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-12-19 16:49:24 +0000 |
commit | a8995fc1b40e064e76ed1d8d2fd415538f7cdf6b (patch) | |
tree | 4eb099ca432452b67acea90dd7e25d3c33123ae1 /net/py-ldap2 | |
parent | 1280da4b4a803fcb86bba75beae82981c1c30be9 (diff) | |
download | ports-a8995fc1b40e064e76ed1d8d2fd415538f7cdf6b.tar.gz ports-a8995fc1b40e064e76ed1d8d2fd415538f7cdf6b.zip |
Notes
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 12 | ||||
-rw-r--r-- | net/py-ldap2/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 078344ee69ff..d7f0bdb41b0a 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.2.0 -CATEGORIES= net +PORTVERSION= 2.2.1 +CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,13 +19,13 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_OPENLDAP= yes -REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=' \ - -e 's=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=' +REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \ + -e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes -REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/lib=${LOCALBASE}/lib/sasl2=' \ - -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl=' +REPLACE_ARGS+= -e 's,${LOCALBASE}/lib,${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2,' \ + -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' CONFLICTS+= openldap2[23]-client-2.* .else REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=' diff --git a/net/py-ldap2/distinfo b/net/py-ldap2/distinfo index 56db7335c461..852601b155db 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap2/distinfo @@ -1,3 +1,3 @@ -MD5 (python-ldap-2.2.0.tar.gz) = f17b02ef1dc6ab12d819bfef9c036627 -SHA256 (python-ldap-2.2.0.tar.gz) = 143e42559817d139ae4cbc01e52bba339531a146e3f739641604b96045adc784 -SIZE (python-ldap-2.2.0.tar.gz) = 70993 +MD5 (python-ldap-2.2.1.tar.gz) = d674ce378d7612ceffe16e93d83e0404 +SHA256 (python-ldap-2.2.1.tar.gz) = eb8ce76c6df7a3f5139baad0b1e5c2d7e1cee73eead992a77deea0ffa00979c4 +SIZE (python-ldap-2.2.1.tar.gz) = 73122 |