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,23 +1,22 @@ PORTNAME= ldapdomaindump -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= active directory information dumper via ldap WWW= https://github.com/dirkjanm/ldapdomaindump LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE 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 .include 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"