diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-28 23:20:16 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-28 23:20:16 +0000 |
commit | f2f995071bde3f01b33c8a56f3fe21dcfc46b383 (patch) | |
tree | 73931ba451b5dd302f595d32ea2a8e76ad9feb57 /net/py-ldap2 | |
parent | 3e949e031a094653be5cc07f1da0959d16c5da5a (diff) | |
download | ports-f2f995071bde3f01b33c8a56f3fe21dcfc46b383.tar.gz ports-f2f995071bde3f01b33c8a56f3fe21dcfc46b383.zip |
Notes
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 12 | ||||
-rw-r--r-- | net/py-ldap2/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 5444d83cfa9e..acc10bde5984 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap @@ -21,16 +21,16 @@ USE_OPENLDAP= yes USE_REINPLACE= yes WANT_OPENLDAP_VER= 22 -REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=' +REPLACE_ARGS= -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/include=${LOCALBASE}/include=' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes -REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl=' \ - -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2=' +REPLACE_ARGS+= -e 's=/opt/sasl/include/sasl=${LOCALBASE}/include/sasl=' \ + -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/lib=${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2=' CONFLICTS+= openldap22-client-2.* .else -REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=' \ - -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=' +REPLACE_ARGS+= -e 's=ldap_r lber ssl crypto sasl2=ldap_r lber ssl crypto=' \ + -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_3/lib=${LOCALBASE}/lib=' .endif pre-everything:: diff --git a/net/py-ldap2/distinfo b/net/py-ldap2/distinfo index 405f5e1809ab..ad116c933eb6 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap2/distinfo @@ -1,2 +1,2 @@ -MD5 (python-ldap-2.0.9.tar.gz) = c67807f734ba904262145985ae940186 -SIZE (python-ldap-2.0.9.tar.gz) = 72165 +MD5 (python-ldap-2.0.10.tar.gz) = 6bae44766e9d7e0b03a1ea5efb5a4382 +SIZE (python-ldap-2.0.10.tar.gz) = 80655 |