diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile index 80b13b9c0f25..b84ec4926238 100644 --- a/net/py-ldap/Makefile +++ b/net/py-ldap/Makefile @@ -1,27 +1,27 @@ PORTNAME= ldap -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.3 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= LDAP module for python, for OpenLDAP2 WWW= https://www.python-ldap.org LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules@${PY_FLAVOR} USES= ldap python USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ldap*.so .include diff --git a/net/py-ldap/distinfo b/net/py-ldap/distinfo index eec34c140c1a..625aa74a2765 100644 --- a/net/py-ldap/distinfo +++ b/net/py-ldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638441029 -SHA256 (python-ldap-3.4.0.tar.gz) = 60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12 -SIZE (python-ldap-3.4.0.tar.gz) = 376169 +TIMESTAMP = 1700183390 +SHA256 (python-ldap-3.4.3.tar.gz) = ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0 +SIZE (python-ldap-3.4.3.tar.gz) = 377438 diff --git a/net/py-ldap/files/patch-setup.cfg b/net/py-ldap/files/patch-setup.cfg deleted file mode 100644 index 9f2d026245dc..000000000000 --- a/net/py-ldap/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2020-06-29 14:13:36 UTC -+++ setup.cfg -@@ -5,7 +5,7 @@ license_file = LICENCE - defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R - extra_compile_args = - extra_objects = --libs = ldap_r lber -+libs = ldap lber - - [install] - compile = 1