diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-25 21:23:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-25 21:23:10 +0000 |
commit | 20687bc303083c2807ddba53c54c769ed4213b15 (patch) | |
tree | 9964d079e5512213c6113a3672b9ba4e5333b097 /net/py-ldap2 | |
parent | 36e598b80cf55cac73ebe0f450ef3d3dadeb42e6 (diff) |
Notes
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 8 | ||||
-rw-r--r-- | net/py-ldap2/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 9fcae0da73d6..76dab968fd7f 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.0.0pre21 +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap @@ -21,9 +21,9 @@ USE_OPENLDAP= yes USE_REINPLACE= yes do-configure: - @${REINPLACE_CMD} -e "s=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=" \ - -e "s=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=" \ - -e "s=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=" \ + @${REINPLACE_CMD} -e "s=/usr/local/openldap-OPENLDAP_REL_ENG_2_2/lib=${LOCALBASE}/lib=" \ + -e "s=/usr/local/openldap-OPENLDAP_REL_ENG_2_2/include=${LOCALBASE}/include=" \ + -e "s=ldap_r lber ssl crypto sasl2=ldap_r lber ssl crypto=" \ ${WRKSRC}/setup.cfg .include <bsd.port.mk> diff --git a/net/py-ldap2/distinfo b/net/py-ldap2/distinfo index 3a7fef1a4db0..c96c0693e966 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap2/distinfo @@ -1,2 +1,2 @@ -MD5 (python-ldap-2.0.0pre21.tar.gz) = 8593cb3fe5b29ca06106ff6072015a3b -SIZE (python-ldap-2.0.0pre21.tar.gz) = 64711 +MD5 (python-ldap-2.0.6.tar.gz) = 59fd9345a77451b7749a28a458406695 +SIZE (python-ldap-2.0.6.tar.gz) = 66029 |