git: ed2a038f4f05 - main - security/py-dfdatetime: update to 20260411
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 14:56:22 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed2a038f4f05dfe908e0b8e79d43dc033a158c2f
commit ed2a038f4f05dfe908e0b8e79d43dc033a158c2f
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-05-20 14:48:08 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-05-20 14:56:05 +0000
security/py-dfdatetime: update to 20260411
---
security/py-dfdatetime/Makefile | 2 +-
security/py-dfdatetime/distinfo | 6 +++---
security/py-dfdatetime/files/patch-pyproject.toml | 12 ++++++++++++
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/security/py-dfdatetime/Makefile b/security/py-dfdatetime/Makefile
index 091446a150ec..dbcf9c69f01c 100644
--- a/security/py-dfdatetime/Makefile
+++ b/security/py-dfdatetime/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dfdatetime
-PORTVERSION= 20240504
+PORTVERSION= 20260411
CATEGORIES= security devel python
MASTER_SITES= PYPI \
https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/
diff --git a/security/py-dfdatetime/distinfo b/security/py-dfdatetime/distinfo
index beb93f04b7d7..f0608e792a84 100644
--- a/security/py-dfdatetime/distinfo
+++ b/security/py-dfdatetime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739783030
-SHA256 (dfdatetime-20240504.tar.gz) = 584ffa5011299144afda4cabb55acec4fe0693645aca628641610f413f6b6b6d
-SIZE (dfdatetime-20240504.tar.gz) = 76377
+TIMESTAMP = 1779198090
+SHA256 (dfdatetime-20260411.tar.gz) = dcb04ed40df6520a8b3306a49b2c3db28d6a03439d48b1c84077e2b145463003
+SIZE (dfdatetime-20260411.tar.gz) = 55597
diff --git a/security/py-dfdatetime/files/patch-pyproject.toml b/security/py-dfdatetime/files/patch-pyproject.toml
new file mode 100644
index 000000000000..eb5be5fc6c8a
--- /dev/null
+++ b/security/py-dfdatetime/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2026-04-11 08:41:25 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",