diff --git a/security/py-dfwinreg/Makefile b/security/py-dfwinreg/Makefile index 440e7d516170..e7b1e183f52b 100644 --- a/security/py-dfwinreg/Makefile +++ b/security/py-dfwinreg/Makefile @@ -1,30 +1,30 @@ PORTNAME= dfwinreg -PORTVERSION= 20240316 +PORTVERSION= 20260411 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ \ LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Digital Forensics Windows Registry WWW= https://github.com/log2timeline/dfwinreg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= libcreg>=e:devel/libcreg \ libregf>=a:devel/libregf \ ${PYTHON_PKGNAMEPREFIX}dtfabric>=0:devel/py-dtfabric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} TEST_TARGET= run_tests.py NO_ARCH= yes .include diff --git a/security/py-dfwinreg/distinfo b/security/py-dfwinreg/distinfo index 397ac1afde51..d41522eebb5b 100644 --- a/security/py-dfwinreg/distinfo +++ b/security/py-dfwinreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739799407 -SHA256 (dfwinreg-20240316.tar.gz) = 702445cf517a73a8471586f201739231a876cbf5d1f09bfc334824f86f0bd86d -SIZE (dfwinreg-20240316.tar.gz) = 15313509 +TIMESTAMP = 1779199229 +SHA256 (dfwinreg-20260411.tar.gz) = 13499abd7df8682d1a7929c4b1e632086f40b0547a1e93a4f8ded1b7551c936b +SIZE (dfwinreg-20260411.tar.gz) = 15356723 diff --git a/security/py-dfwinreg/files/patch-pyproject.toml b/security/py-dfwinreg/files/patch-pyproject.toml new file mode 100644 index 000000000000..4f5531224980 --- /dev/null +++ b/security/py-dfwinreg/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2026-04-11 08:47:47 UTC ++++ pyproject.toml +@@ -9,8 +9,7 @@ maintainers = [ + maintainers = [ + { name = "Log2Timeline maintainers", email = "log2timeline-maintainers@googlegroups.com" }, + ] +-license = "Apache-2.0" +-license-files = ["ACKNOWLEDGEMENTS", "AUTHORS", "LICENSE"] ++license = {text = "Apache-2.0"} + readme = "README.md" + classifiers = [ + "Development Status :: 3 - Alpha",