svn commit: r401735 - head/net/py-ldap

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Nov 15 22:17:36 UTC 2015


Author: rm
Date: Sun Nov 15 22:17:35 2015
New Revision: 401735
URL: https://svnweb.freebsd.org/changeset/ports/401735

Log:
  net/py-ldap: update to 2.4.22

Modified:
  head/net/py-ldap/Makefile
  head/net/py-ldap/distinfo

Modified: head/net/py-ldap/Makefile
==============================================================================
--- head/net/py-ldap/Makefile	Sun Nov 15 21:40:23 2015	(r401734)
+++ head/net/py-ldap/Makefile	Sun Nov 15 22:17:35 2015	(r401735)
@@ -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 <bsd.port.options.mk>
@@ -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

Modified: head/net/py-ldap/distinfo
==============================================================================
--- head/net/py-ldap/distinfo	Sun Nov 15 21:40:23 2015	(r401734)
+++ head/net/py-ldap/distinfo	Sun Nov 15 22:17:35 2015	(r401735)
@@ -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


More information about the svn-ports-all mailing list