diff options
author | delphij <delphij@FreeBSD.org> | 2006-12-20 00:49:24 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-12-20 00:49:24 +0800 |
commit | dff406c0f35528e53de9b59595dde6e8d4b03ab9 (patch) | |
tree | 04d0cf3b754ca8211e7351c1a9c40322477de056 /net/py-ldap2 | |
parent | 2c597b9181e597f0319504ade3fe814361b7b71b (diff) | |
download | freebsd-ports-gnome-dff406c0f35528e53de9b59595dde6e8d4b03ab9.tar.gz freebsd-ports-gnome-dff406c0f35528e53de9b59595dde6e8d4b03ab9.tar.zst freebsd-ports-gnome-dff406c0f35528e53de9b59595dde6e8d4b03ab9.zip |
Update to 2.2.1
Submitted by: Li-Wen Hsu <lwhsu at lwhsu org>
PR: ports/106923
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 |