aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap2/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-12-19 16:49:24 +0000
committerXin LI <delphij@FreeBSD.org>2006-12-19 16:49:24 +0000
commita8995fc1b40e064e76ed1d8d2fd415538f7cdf6b (patch)
tree4eb099ca432452b67acea90dd7e25d3c33123ae1 /net/py-ldap2/Makefile
parent1280da4b4a803fcb86bba75beae82981c1c30be9 (diff)
downloadports-a8995fc1b40e064e76ed1d8d2fd415538f7cdf6b.tar.gz
ports-a8995fc1b40e064e76ed1d8d2fd415538f7cdf6b.zip
Update to 2.2.1
Submitted by: Li-Wen Hsu <lwhsu at lwhsu org> PR: ports/106923
Notes
Notes: svn path=/head/; revision=180170
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r--net/py-ldap2/Makefile12
1 files changed, 6 insertions, 6 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='