aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2023-11-17 01:24:04 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2023-11-17 01:24:04 +0000
commit9586191373827a5b2aed6ee77e9aa8cb63b36594 (patch)
treeccad651b5d538bd242c218b42d1831284bb0bbab
parent132921c8f898c5ca11780b9b87543cce6eb406d2 (diff)
downloadports-9586191373827a5b2aed6ee77e9aa8cb63b36594.tar.gz
ports-9586191373827a5b2aed6ee77e9aa8cb63b36594.zip
net/py-ldap: update to 3.4.3
-rw-r--r--net/py-ldap/Makefile2
-rw-r--r--net/py-ldap/distinfo6
-rw-r--r--net/py-ldap/files/patch-setup.cfg11
3 files changed, 4 insertions, 15 deletions
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,5 +1,5 @@
PORTNAME= ldap
-DISTVERSION= 3.4.0
+DISTVERSION= 3.4.3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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