diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-08-28 16:55:16 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-08-28 16:55:16 +0800 |
commit | f88d055528b88b8129951094402f61390a237d97 (patch) | |
tree | 45d6da3a48dcaf182327cae939987ceae4cf2dcc /net/py-ldap2/Makefile | |
parent | 19b479e1d27e147736e0ce1dfc77c532ef569fce (diff) | |
download | freebsd-ports-gnome-f88d055528b88b8129951094402f61390a237d97.tar.gz freebsd-ports-gnome-f88d055528b88b8129951094402f61390a237d97.tar.zst freebsd-ports-gnome-f88d055528b88b8129951094402f61390a237d97.zip |
Update to 2.0.9.
Take maintainership.
Approved by: mentor (perky)
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index b2e8489afb2f..5444d83cfa9e 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTVERSION= 2.0.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-ldap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vsevolod@FreeBSD.org COMMENT= An LDAP module for python, for OpenLDAP2 USE_PYTHON= yes @@ -22,16 +21,16 @@ USE_OPENLDAP= yes USE_REINPLACE= yes WANT_OPENLDAP_VER= 22 -REPLACE_ARGS= -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_2/include=${LOCALBASE}/include=' +REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes -REPLACE_ARGS+= -e 's=/usr/include/sasl=${LOCALBASE}/include/sasl=' \ - -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_2/lib=${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2=' +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=' CONFLICTS+= openldap22-client-2.* .else -REPLACE_ARGS+= -e 's=ldap_r lber ssl crypto sasl2=ldap_r lber ssl crypto=' \ - -e 's=/opt/openldap-OPENLDAP_REL_ENG_2_2/lib=${LOCALBASE}/lib=' +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=' .endif pre-everything:: |