From 95953e45aee3a298551f3690bf475b320feeaa3f Mon Sep 17 00:00:00 2001 From: rm Date: Sun, 15 Nov 2015 22:17:35 +0000 Subject: net/py-ldap: update to 2.4.22 --- net/py-ldap/Makefile | 9 +-------- net/py-ldap/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile index 0f133f9e7e27..ffa337e15944 100644 --- a/net/py-ldap/Makefile +++ b/net/py-ldap/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ldap -PORTVERSION= 2.4.21 -PORTREVISION= 1 +PORTVERSION= 2.4.22 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,11 +20,6 @@ USE_PYTHON= autoplist distutils USE_OPENLDAP= yes WANT_OPENLDAP_VER= 24 -REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \ - -e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \ - -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' \ - -e 's,/usr/local,${LOCALBASE},' - OPTIONS_DEFINE= SASL .include @@ -36,7 +30,6 @@ CONFLICTS+= openldap24-client-2.* .endif do-configure: - @${REINPLACE_CMD} ${REPLACE_ARGS} ${WRKSRC}/setup.cfg .if ! ${PORT_OPTIONS:MSASL} @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q setopt -c _ldap -s HAVE_TLS -o defines @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q saveopts diff --git a/net/py-ldap/distinfo b/net/py-ldap/distinfo index 41d07b1f9f13..8c7bc3e5fc22 100644 --- a/net/py-ldap/distinfo +++ b/net/py-ldap/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.4.21.tar.gz) = 2a3ce606465d2d5fbd0a620516b6648ffd85c343d9305d49a2a1f7d338b8bbd4 -SIZE (python-ldap-2.4.21.tar.gz) = 121176 +SHA256 (python-ldap-2.4.22.tar.gz) = 9ef5872a95292f3ffe507aa09c805d7e1558b08159da0a81ba9dd04910be50b7 +SIZE (python-ldap-2.4.22.tar.gz) = 121397 -- cgit