git: 2bb2e6fe05f8 - main - filesystems/py-dfvfs: update to 20260411
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 May 2026 14:56:28 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2bb2e6fe05f8a693e974fd375ccd7630b510800f
commit 2bb2e6fe05f8a693e974fd375ccd7630b510800f
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-05-20 14:54:36 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-05-20 14:56:13 +0000
filesystems/py-dfvfs: update to 20260411
---
filesystems/py-dfvfs/Makefile | 4 ++--
filesystems/py-dfvfs/distinfo | 6 +++---
filesystems/py-dfvfs/files/patch-pyproject.toml | 12 ++++++++++++
3 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/filesystems/py-dfvfs/Makefile b/filesystems/py-dfvfs/Makefile
index b8d79628df65..b0bf7cf7ab53 100644
--- a/filesystems/py-dfvfs/Makefile
+++ b/filesystems/py-dfvfs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dfvfs
-PORTVERSION= 20240505
+PORTVERSION= 20260411
CATEGORIES= filesystems security devel python
MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
LOCAL/antoine
@@ -41,7 +41,7 @@ RUN_DEPENDS= libbde>=a:filesystems/libbde \
libvslvm>=e:devel/libvslvm \
${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dtfabric>=0:devel/py-dtfabric@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytsk3>=0:sysutils/py-pytsk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR}
diff --git a/filesystems/py-dfvfs/distinfo b/filesystems/py-dfvfs/distinfo
index 8d1f8d603842..b4e61a4be209 100644
--- a/filesystems/py-dfvfs/distinfo
+++ b/filesystems/py-dfvfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739783519
-SHA256 (dfvfs-20240505.tar.gz) = 5b60f302d57f5d771859c5718f2c7cba5bdaadba93b815a999c8e0a72f596d2e
-SIZE (dfvfs-20240505.tar.gz) = 98086812
+TIMESTAMP = 1779284832
+SHA256 (dfvfs-20260411.tar.gz) = 8868a9932fb2da8ae42afdd302d466c20e475cf88e3069d022180cdd9682e920
+SIZE (dfvfs-20260411.tar.gz) = 98056482
diff --git a/filesystems/py-dfvfs/files/patch-pyproject.toml b/filesystems/py-dfvfs/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4073954b9f8e
--- /dev/null
+++ b/filesystems/py-dfvfs/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2026-04-11 14:14:46 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",