git: ae5d973accb1 - main - net/py-ldapdomaindump: Update to 0.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 07:33:33 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae5d973accb15f551ae2fcf96eb1038497693520
commit ae5d973accb15f551ae2fcf96eb1038497693520
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-06-23 07:33:08 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-06-23 07:33:08 +0000
net/py-ldapdomaindump: Update to 0.10.0
---
net/py-ldapdomaindump/Makefile | 5 ++---
net/py-ldapdomaindump/distinfo | 6 +++---
net/py-ldapdomaindump/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/net/py-ldapdomaindump/Makefile b/net/py-ldapdomaindump/Makefile
index 9994f42c0dca..305e830774a8 100644
--- a/net/py-ldapdomaindump/Makefile
+++ b/net/py-ldapdomaindump/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ldapdomaindump
-PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTVERSION= 0.10.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
-USES= python
+USES= dos2unix python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
diff --git a/net/py-ldapdomaindump/distinfo b/net/py-ldapdomaindump/distinfo
index 35d839fa8ce8..d7ea1421e555 100644
--- a/net/py-ldapdomaindump/distinfo
+++ b/net/py-ldapdomaindump/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695274828
-SHA256 (ldapdomaindump-0.9.4.tar.gz) = 99dcda17050a96549966e53bc89e71da670094d53d9542b3b0d0197d035e6f52
-SIZE (ldapdomaindump-0.9.4.tar.gz) = 18933
+TIMESTAMP = 1782199443
+SHA256 (ldapdomaindump-0.10.0.tar.gz) = cbc66b32a7787473ffd169c5319acde46c02fdc9d444556e6448e0def91d3299
+SIZE (ldapdomaindump-0.10.0.tar.gz) = 19445
diff --git a/net/py-ldapdomaindump/files/patch-pyproject.toml b/net/py-ldapdomaindump/files/patch-pyproject.toml
new file mode 100644
index 000000000000..e6fdc01cb323
--- /dev/null
+++ b/net/py-ldapdomaindump/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-06-23 07:30:29 UTC
++++ pyproject.toml
+@@ -11,7 +11,7 @@ requires-python = ">=3.6"
+ ]
+ urls = { "Homepage" = "https://github.com/dirkjanm/ldapdomaindump/" }
+ requires-python = ">=3.6"
+-license = "MIT"
++license = { text = "MIT" }
+ dependencies = [
+ "dnspython",
+ "ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6"