aboutsummaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/mergerfs/Makefile6
-rw-r--r--filesystems/mergerfs/distinfo6
-rw-r--r--filesystems/mergerfs/files/patch-libfuse_lib_cpu.hpp16
-rw-r--r--filesystems/mergerfs/files/patch-libfuse_lib_fuse.c14
-rw-r--r--filesystems/mergerfs/files/patch-libfuse_util_fusermount.c15
-rw-r--r--filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp11
-rw-r--r--filesystems/mergerfs/files/patch-src_fs__readahead.cpp14
-rw-r--r--filesystems/mergerfs/files/patch-src_fs__umount2.hpp17
-rw-r--r--filesystems/mergerfs/files/patch-tools_preload.c29
-rw-r--r--filesystems/nbd-client-kmod/Makefile4
-rw-r--r--filesystems/nbd-client-kmod/distinfo6
-rw-r--r--filesystems/openzfs-kmod/Makefile4
-rw-r--r--filesystems/openzfs-kmod/distinfo6
-rw-r--r--filesystems/openzfs/Makefile4
-rw-r--r--filesystems/openzfs/distinfo6
-rw-r--r--filesystems/openzfs/pkg-plist19
-rw-r--r--filesystems/py-fsspec/Makefile4
-rw-r--r--filesystems/py-fsspec/distinfo6
-rw-r--r--filesystems/py-gcsfs/Makefile2
-rw-r--r--filesystems/py-gcsfs/distinfo6
-rw-r--r--filesystems/py-pyfakefs/Makefile2
-rw-r--r--filesystems/py-pyfakefs/distinfo6
-rw-r--r--filesystems/py-s3fs/Makefile2
-rw-r--r--filesystems/py-s3fs/distinfo6
-rw-r--r--filesystems/py-tahoe-lafs/Makefile4
-rw-r--r--filesystems/rubygem-chef-winrm-fs/Makefile5
-rw-r--r--filesystems/rubygem-chef-winrm-fs/distinfo6
-rw-r--r--filesystems/rubygem-chef-winrm-fs/files/patch-gemspec11
-rw-r--r--filesystems/sandboxfs/Makefile2
-rw-r--r--filesystems/sshfs/Makefile3
-rw-r--r--filesystems/sshfs/distinfo6
-rw-r--r--filesystems/sshfs/files/patch-meson.build7
-rw-r--r--filesystems/ufs/Makefile2
-rw-r--r--filesystems/xfuse/Makefile2
-rw-r--r--filesystems/zerofs/Makefile1
-rw-r--r--filesystems/ztop/Makefile2
36 files changed, 74 insertions, 188 deletions
diff --git a/filesystems/mergerfs/Makefile b/filesystems/mergerfs/Makefile
index b774e71a4d12..95afcfdda00d 100644
--- a/filesystems/mergerfs/Makefile
+++ b/filesystems/mergerfs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mergerfs
-DISTVERSION= 2.40.2
+DISTVERSION= 2.41.1
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
@@ -14,7 +14,9 @@ USES= fuse gmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= trapexit
-PLIST_FILES= bin/mergerfs \
+PLIST_FILES= bin/fsck.mergerfs \
+ bin/mergerfs \
+ bin/mergerfs.collect-info \
lib/mergerfs/preload.so \
share/man/man1/mergerfs.1.gz
diff --git a/filesystems/mergerfs/distinfo b/filesystems/mergerfs/distinfo
index 37bfb871ee16..f0e16a0b6d37 100644
--- a/filesystems/mergerfs/distinfo
+++ b/filesystems/mergerfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727772197
-SHA256 (trapexit-mergerfs-2.40.2_GH0.tar.gz) = b4f45e635f29b0a8ba1727e6c1f503356d47943a14af8b4586d3e36350f82464
-SIZE (trapexit-mergerfs-2.40.2_GH0.tar.gz) = 743230
+TIMESTAMP = 1764093165
+SHA256 (trapexit-mergerfs-2.41.1_GH0.tar.gz) = 033dd23bef6c87dd7be8776a2ece6f20120cd3ece1feb1fbad6ba54785854aba
+SIZE (trapexit-mergerfs-2.41.1_GH0.tar.gz) = 1220643
diff --git a/filesystems/mergerfs/files/patch-libfuse_lib_cpu.hpp b/filesystems/mergerfs/files/patch-libfuse_lib_cpu.hpp
deleted file mode 100644
index 953ff7e2e86b..000000000000
--- a/filesystems/mergerfs/files/patch-libfuse_lib_cpu.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- libfuse/lib/cpu.hpp.orig 2024-02-29 20:41:22 UTC
-+++ libfuse/lib/cpu.hpp
-@@ -5,8 +5,12 @@
- #endif
-
- #include <pthread.h>
-+#ifdef __FreeBSD__
-+#define sched_getaffinity(pid, size, set) 0
-+#define pthread_setaffinity_np(thread, size, set) 0
-+#else
- #include <sched.h>
--
-+#endif
- #include <set>
- #include <unordered_map>
- #include <vector>
diff --git a/filesystems/mergerfs/files/patch-libfuse_lib_fuse.c b/filesystems/mergerfs/files/patch-libfuse_lib_fuse.c
deleted file mode 100644
index cdbfe55e710c..000000000000
--- a/filesystems/mergerfs/files/patch-libfuse_lib_fuse.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- libfuse/lib/fuse.c.orig 2024-02-29 20:41:22 UTC
-+++ libfuse/lib/fuse.c
-@@ -48,8 +48,10 @@
- #include <time.h>
- #include <unistd.h>
-
--#ifdef HAVE_MALLOC_TRIM
-+#ifdef __linux__
- #include <malloc.h>
-+#else
-+#define malloc_trim(x) ((void)(x))
- #endif
-
- #define FUSE_UNKNOWN_INO UINT64_MAX
diff --git a/filesystems/mergerfs/files/patch-libfuse_util_fusermount.c b/filesystems/mergerfs/files/patch-libfuse_util_fusermount.c
deleted file mode 100644
index 7657ee4ce378..000000000000
--- a/filesystems/mergerfs/files/patch-libfuse_util_fusermount.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- libfuse/util/fusermount.c.orig 2024-02-29 20:41:22 UTC
-+++ libfuse/util/fusermount.c
-@@ -28,7 +28,12 @@
- #include <sys/fsuid.h>
- #include <sys/socket.h>
- #include <sys/utsname.h>
-+#ifdef __linux__
- #include <sched.h>
-+#else
-+#define sched_getaffinity(pid, size, set) 0
-+#define pthread_setaffinity_np(thread, size, set) 0
-+#endif
-
- #define FUSE_COMMFD_ENV "_FUSE_COMMFD"
-
diff --git a/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp b/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp
deleted file mode 100644
index 05a307ab97bf..000000000000
--- a/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fs_copy_file_range_unsupported.icpp.orig 2025-08-16 08:24:30 UTC
-+++ src/fs_copy_file_range_unsupported.icpp
-@@ -31,7 +31,7 @@ namespace fs
- int64_t *off_in_,
- const int fd_out_,
- int64_t *off_out_,
-- const size_t len_,
-+ const uint64_t len_,
- const unsigned int flags_)
- {
- return (errno=EOPNOTSUPP,-1);
diff --git a/filesystems/mergerfs/files/patch-src_fs__readahead.cpp b/filesystems/mergerfs/files/patch-src_fs__readahead.cpp
deleted file mode 100644
index 3bb873358455..000000000000
--- a/filesystems/mergerfs/files/patch-src_fs__readahead.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/fs_readahead.cpp.orig 2024-02-29 20:41:22 UTC
-+++ src/fs_readahead.cpp
-@@ -25,7 +25,11 @@
- #include <fstream>
- #include <string>
-
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#else
- #include <sys/sysmacros.h>
-+#endif
-
- namespace l
- {
diff --git a/filesystems/mergerfs/files/patch-src_fs__umount2.hpp b/filesystems/mergerfs/files/patch-src_fs__umount2.hpp
deleted file mode 100644
index ce291a314c01..000000000000
--- a/filesystems/mergerfs/files/patch-src_fs__umount2.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/fs_umount2.hpp.orig 2024-02-29 20:41:22 UTC
-+++ src/fs_umount2.hpp
-@@ -19,7 +19,14 @@
- #pragma once
-
- #include <errno.h>
-+#ifdef __linux__
- #include <sys/mount.h>
-+#else
-+#include <sys/param.h>
-+#include <sys/mount.h>
-+#define umount2(target, flags) unmount(target, flags)
-+#define MNT_DETACH 0
-+#endif
-
- #include <string>
-
diff --git a/filesystems/mergerfs/files/patch-tools_preload.c b/filesystems/mergerfs/files/patch-tools_preload.c
index a9a3ad06b3c3..28580071c50d 100644
--- a/filesystems/mergerfs/files/patch-tools_preload.c
+++ b/filesystems/mergerfs/files/patch-tools_preload.c
@@ -1,29 +1,14 @@
---- tools/preload.c.orig 2024-02-29 20:41:22 UTC
+--- tools/preload.c.orig 2025-11-18 14:35:27 UTC
+++ tools/preload.c
-@@ -25,10 +25,25 @@
- #include <string.h>
+@@ -33,7 +33,11 @@
#include <sys/ioctl.h>
- #include <stdarg.h>
--#include <sys/stat.h>
-+#include <sys/stat.h>
-+#ifdef __linux__
-+#define S_IFMT S_IFMT
-+#define S_IFREG S_IFREG
-+#else
-+#define S_IFMT 0
-+#define S_IFREG 0
-+#endif
+ #include <sys/stat.h>
#include <sys/types.h>
- #include <unistd.h>
- #include <fcntl.h>
-+
-+#ifdef __linux__
-+#define O_TMPFILE O_TMPFILE
-+#define O_PATH O_PATH
++#ifdef __FreeBSD__
++#include <sys/extattr.h>
+#else
-+#define O_TMPFILE 0
-+#define O_PATH 0
+ #include <sys/xattr.h>
+#endif
+ #include <unistd.h>
typedef char IOCTL_BUF[4096];
- #define IOCTL_APP_TYPE 0xDF
diff --git a/filesystems/nbd-client-kmod/Makefile b/filesystems/nbd-client-kmod/Makefile
index 5e4091b0a6b4..22fa6868384c 100644
--- a/filesystems/nbd-client-kmod/Makefile
+++ b/filesystems/nbd-client-kmod/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nbd-client
-DISTVERSION= g20251024
+DISTVERSION= g20251120
CATEGORIES= filesystems
PKGNAMESUFFIX= -kmod
@@ -18,7 +18,7 @@ USES= kmod ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= ryan-moeller
GH_PROJECT= kernel-nbd-client
-GH_TAGNAME= ad543b462714b978f47a278a94a404d41b7ccf38
+GH_TAGNAME= 7ab975351a15301fab5d7bbc1cbe83f12c39acbb
USE_RC_SUBR= gnbd
MAKE_ENV= GEOM_CLASS_DIR="${PREFIX}/lib/geom" \
diff --git a/filesystems/nbd-client-kmod/distinfo b/filesystems/nbd-client-kmod/distinfo
index e3fe12731825..ed7fba9c8e04 100644
--- a/filesystems/nbd-client-kmod/distinfo
+++ b/filesystems/nbd-client-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761347192
-SHA256 (ryan-moeller-kernel-nbd-client-g20251024-ad543b462714b978f47a278a94a404d41b7ccf38_GH0.tar.gz) = a9521671e6a9b5f23842150bb8766c6b747f199e1714a659d502cbe1aeb5788f
-SIZE (ryan-moeller-kernel-nbd-client-g20251024-ad543b462714b978f47a278a94a404d41b7ccf38_GH0.tar.gz) = 39480
+TIMESTAMP = 1763853271
+SHA256 (ryan-moeller-kernel-nbd-client-g20251120-7ab975351a15301fab5d7bbc1cbe83f12c39acbb_GH0.tar.gz) = df9eb355b40e6701e26eb2cc78928c68f31ca819aba4a9b4dc42d2d63bb8ec7d
+SIZE (ryan-moeller-kernel-nbd-client-g20251120-7ab975351a15301fab5d7bbc1cbe83f12c39acbb_GH0.tar.gz) = 39789
diff --git a/filesystems/openzfs-kmod/Makefile b/filesystems/openzfs-kmod/Makefile
index 59176e7ec45f..f0b02c7f3ad9 100644
--- a/filesystems/openzfs-kmod/Makefile
+++ b/filesystems/openzfs-kmod/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openzfs
-PORTVERSION= 2.3.4
+PORTVERSION= 2.3.5
PORTEPOCH= 1
CATEGORIES= filesystems sysutils
MASTER_SITES= https://github.com/openzfs/zfs/releases/download/zfs-${PORTVERSION}/
@@ -13,7 +13,7 @@ WWW= https://github.com/openzfs/zfs
LICENSE= CDDL
USES= cpe kmod
-OPENZFS_TAGNAME= 1af41fd20
+OPENZFS_TAGNAME= ab38521f3
KMODTARGET?= openzfs.ko
PLIST_FILES= ${KMODDIR}/${KMODTARGET}
diff --git a/filesystems/openzfs-kmod/distinfo b/filesystems/openzfs-kmod/distinfo
index 12ffc3244f57..7f6b6c721441 100644
--- a/filesystems/openzfs-kmod/distinfo
+++ b/filesystems/openzfs-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756368922
-SHA256 (zfs-2.3.4.tar.gz) = 9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495
-SIZE (zfs-2.3.4.tar.gz) = 34386899
+TIMESTAMP = 1763509982
+SHA256 (zfs-2.3.5.tar.gz) = 326ae0cba8a615afa42c6891640e76acc4bd230f6d6ddec120c11e30b1392067
+SIZE (zfs-2.3.5.tar.gz) = 34379136
diff --git a/filesystems/openzfs/Makefile b/filesystems/openzfs/Makefile
index ad5607d490df..e883895b9314 100644
--- a/filesystems/openzfs/Makefile
+++ b/filesystems/openzfs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openzfs
-PORTVERSION= 2.3.4
+PORTVERSION= 2.3.5
PORTEPOCH= 1
CATEGORIES= filesystems sysutils
MASTER_SITES= https://github.com/openzfs/zfs/releases/download/zfs-${PORTVERSION}/
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --enable-debug --enable-debuginfo
.endif
.if ${PORT_OPTIONS:MPYTHON}
-CONFIGURE_ARGS+= --with-python=${PYTHON_VER}
+CONFIGURE_ARGS+= --with-python=${PYTHON_VER} --enable-pyzfs
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
diff --git a/filesystems/openzfs/distinfo b/filesystems/openzfs/distinfo
index 08e0ba3026a7..c42d08c7641a 100644
--- a/filesystems/openzfs/distinfo
+++ b/filesystems/openzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756368999
-SHA256 (zfs-2.3.4.tar.gz) = 9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495
-SIZE (zfs-2.3.4.tar.gz) = 34386899
+TIMESTAMP = 1763510054
+SHA256 (zfs-2.3.5.tar.gz) = 326ae0cba8a615afa42c6891640e76acc4bd230f6d6ddec120c11e30b1392067
+SIZE (zfs-2.3.5.tar.gz) = 34379136
diff --git a/filesystems/openzfs/pkg-plist b/filesystems/openzfs/pkg-plist
index b292449bab3a..2fad9df246db 100644
--- a/filesystems/openzfs/pkg-plist
+++ b/filesystems/openzfs/pkg-plist
@@ -336,12 +336,12 @@ lib/libzpool.so.6.0.0
%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_nvlist%%PYTHON_TAG%%.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_libzfs_core.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_nvlist.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/PKG-INFO
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/SOURCES.txt
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/dependency_links.txt
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/not-zip-safe
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/requires.txt
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.2.2-py%%PYTHON_VER%%.egg-info/top_level.txt
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/PKG-INFO
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/SOURCES.txt
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/dependency_links.txt
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/not-zip-safe
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/requires.txt
+%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.3.5-py%%PYTHON_VER%%.egg-info/top_level.txt
lib/security/pam_zfs_key.so
libdata/pkgconfig/libzfs.pc
libdata/pkgconfig/libzfs_core.pc
@@ -1313,7 +1313,6 @@ share/zfs/compatibility.d/zol-0.8
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_wait/zfs_wait_deleteq.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_wait/zfs_wait_getsubopt.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zinject/zinject_args.ksh
-%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zinject/zinject_counts.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zinject/zinject_probe.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zhack/library.kshlib
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zhack/zhack_label_repair_001.ksh
@@ -1342,8 +1341,10 @@ share/zfs/compatibility.d/zol-0.8
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_007_neg.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_008_neg.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_009_neg.ksh
-%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_010_pos.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_dryrun_output.ksh
+%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_warn_create.ksh
+%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_warn_degraded.ksh
+%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_warn_removal.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_attach/attach-o_ashift.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_attach/cleanup.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_attach/setup.ksh
@@ -2303,8 +2304,6 @@ share/zfs/compatibility.d/zol-0.8
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/cleanup.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_002_pos.ksh
-%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_003_pos.ksh
-%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_004_pos.ksr
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_expand_001_pos.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_expand_002_pos.ksh
%%TESTS%%share/zfs/zfs-tests/tests/functional/raidz/raidz_expand_003_neg.ksh
diff --git a/filesystems/py-fsspec/Makefile b/filesystems/py-fsspec/Makefile
index 4a296de72e04..a76dc4c943d9 100644
--- a/filesystems/py-fsspec/Makefile
+++ b/filesystems/py-fsspec/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fsspec
-PORTVERSION= 2025.7.0
+PORTVERSION= 2025.10.0
CATEGORIES= filesystems devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/filesystems/py-fsspec/distinfo b/filesystems/py-fsspec/distinfo
index c77540eb70b9..5810a6fd880f 100644
--- a/filesystems/py-fsspec/distinfo
+++ b/filesystems/py-fsspec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753265770
-SHA256 (fsspec-2025.7.0.tar.gz) = 786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58
-SIZE (fsspec-2025.7.0.tar.gz) = 304432
+TIMESTAMP = 1762586846
+SHA256 (fsspec-2025.10.0.tar.gz) = b6789427626f068f9a83ca4e8a3cc050850b6c0f71f99ddb4f542b8266a26a59
+SIZE (fsspec-2025.10.0.tar.gz) = 309285
diff --git a/filesystems/py-gcsfs/Makefile b/filesystems/py-gcsfs/Makefile
index 566b80abdd81..ad0a98e6f77b 100644
--- a/filesystems/py-gcsfs/Makefile
+++ b/filesystems/py-gcsfs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcsfs
-PORTVERSION= 2025.7.0
+PORTVERSION= 2025.10.0
CATEGORIES= filesystems devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/filesystems/py-gcsfs/distinfo b/filesystems/py-gcsfs/distinfo
index 0ecc62300d40..3618f0fcf335 100644
--- a/filesystems/py-gcsfs/distinfo
+++ b/filesystems/py-gcsfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753265772
-SHA256 (gcsfs-2025.7.0.tar.gz) = ad3ff66cf189ae8fc375ac8a2af409003dbca02357621cb94a66e457e02ba420
-SIZE (gcsfs-2025.7.0.tar.gz) = 82659
+TIMESTAMP = 1762586848
+SHA256 (gcsfs-2025.10.0.tar.gz) = 7ac9b16a145bcb1a69fa9cf770ccd3cee7b9a09236911dd586c1d9911b71583d
+SIZE (gcsfs-2025.10.0.tar.gz) = 85595
diff --git a/filesystems/py-pyfakefs/Makefile b/filesystems/py-pyfakefs/Makefile
index 66b4240895f4..b2e45b49ce6f 100644
--- a/filesystems/py-pyfakefs/Makefile
+++ b/filesystems/py-pyfakefs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyfakefs
-PORTVERSION= 5.10.0
+PORTVERSION= 5.10.1
CATEGORIES= filesystems devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/filesystems/py-pyfakefs/distinfo b/filesystems/py-pyfakefs/distinfo
index 558c4e84d3c1..c91d9c63072b 100644
--- a/filesystems/py-pyfakefs/distinfo
+++ b/filesystems/py-pyfakefs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774681
-SHA256 (pyfakefs-5.10.0.tar.gz) = 68b33b8d9338ed332ad0c809417b875559c2e8ac10972fce248cb19b89d325fa
-SIZE (pyfakefs-5.10.0.tar.gz) = 231032
+TIMESTAMP = 1762586850
+SHA256 (pyfakefs-5.10.1.tar.gz) = 4d76c481ba47d5e09d7a32519e837bcbd36f0e2bd7bc09ea75e633167665a4e5
+SIZE (pyfakefs-5.10.1.tar.gz) = 231269
diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile
index f38ddd727d78..1f96a08d816b 100644
--- a/filesystems/py-s3fs/Makefile
+++ b/filesystems/py-s3fs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= s3fs
-PORTVERSION= 2025.7.0
+PORTVERSION= 2025.10.0
CATEGORIES= filesystems devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/filesystems/py-s3fs/distinfo b/filesystems/py-s3fs/distinfo
index e724e4bdfe33..fd0578d06dba 100644
--- a/filesystems/py-s3fs/distinfo
+++ b/filesystems/py-s3fs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753265774
-SHA256 (s3fs-2025.7.0.tar.gz) = 5e7f9ec0cad7745155e3eb86fae15b1481fa29946bf5b3a4ce3a60701ce6022d
-SIZE (s3fs-2025.7.0.tar.gz) = 77795
+TIMESTAMP = 1762586852
+SHA256 (s3fs-2025.10.0.tar.gz) = e8be6cddc77aceea1681ece0f472c3a7f8ef71a0d2acddb1cc92bb6afa3e9e4f
+SIZE (s3fs-2025.10.0.tar.gz) = 80383
diff --git a/filesystems/py-tahoe-lafs/Makefile b/filesystems/py-tahoe-lafs/Makefile
index 2a6ebcadfb3f..cad5e4e8fa5f 100644
--- a/filesystems/py-tahoe-lafs/Makefile
+++ b/filesystems/py-tahoe-lafs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tahoe-lafs
DISTVERSION= 1.20.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= filesystems python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -32,9 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}klein>=0:www/py-klein@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}magic-wormhole>=0:net/py-magic-wormhole@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycddl>=0:textproc/py-pycddl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyopenssl>=0:security/py-pyopenssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyrsistent>=0:devel/py-pyrsistent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyutil>=0:devel/py-pyutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
diff --git a/filesystems/rubygem-chef-winrm-fs/Makefile b/filesystems/rubygem-chef-winrm-fs/Makefile
index b27f43c88394..a0903c1947b1 100644
--- a/filesystems/rubygem-chef-winrm-fs/Makefile
+++ b/filesystems/rubygem-chef-winrm-fs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= chef-winrm-fs
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.4.2
CATEGORIES= filesystems rubygems
MASTER_SITES= RG
@@ -11,7 +10,7 @@ WWW= https://github.com/chef/chef-winrm-fs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-benchmark>=0.4.0<1:benchmarks/rubygem-benchmark \
+RUN_DEPENDS= rubygem-benchmark>=0.5.0<0.6:benchmarks/rubygem-benchmark \
rubygem-chef-winrm>=2.4<3:sysutils/rubygem-chef-winrm \
rubygem-csv>=3.3<4:devel/rubygem-csv \
rubygem-erubi>=1.7:www/rubygem-erubi \
diff --git a/filesystems/rubygem-chef-winrm-fs/distinfo b/filesystems/rubygem-chef-winrm-fs/distinfo
index f7134c415f6b..3c54ef484607 100644
--- a/filesystems/rubygem-chef-winrm-fs/distinfo
+++ b/filesystems/rubygem-chef-winrm-fs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755062608
-SHA256 (rubygem/chef-winrm-fs-1.4.1.gem) = 6316cf87e7398dd0d936ab8f35bc2b7127aa568b1bbba96fce9e96ddaaa6e0c9
-SIZE (rubygem/chef-winrm-fs-1.4.1.gem) = 22016
+TIMESTAMP = 1762587430
+SHA256 (rubygem/chef-winrm-fs-1.4.2.gem) = e8d696faf8eb070cfcd688a580469f9cf3cbd1a4d11a3a001469fcc780b8683a
+SIZE (rubygem/chef-winrm-fs-1.4.2.gem) = 22016
diff --git a/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec b/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec
deleted file mode 100644
index 9955f40fff8c..000000000000
--- a/filesystems/rubygem-chef-winrm-fs/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- chef-winrm-fs.gemspec.orig 2025-10-26 01:08:46 UTC
-+++ chef-winrm-fs.gemspec
-@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
- s.add_runtime_dependency(%q<logging>.freeze, [">= 1.6.1".freeze, "< 3.0".freeze])
- s.add_runtime_dependency(%q<rubyzip>.freeze, ["~> 2.0".freeze])
- s.add_runtime_dependency(%q<csv>.freeze, ["~> 3.3".freeze])
-- s.add_runtime_dependency(%q<benchmark>.freeze, ["~> 0.4.0".freeze])
-+ s.add_runtime_dependency(%q<benchmark>.freeze, ["~> 0.4".freeze])
- s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
- s.add_development_dependency(%q<rake>.freeze, [">= 13.2.1".freeze])
- s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile
index e36cdecb4654..735f8b4e3729 100644
--- a/filesystems/sandboxfs/Makefile
+++ b/filesystems/sandboxfs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sandboxfs
DISTVERSIONPREFIX= sandboxfs-
DISTVERSION= 0.2.0
-PORTREVISION= 51
+PORTREVISION= 52
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
diff --git a/filesystems/sshfs/Makefile b/filesystems/sshfs/Makefile
index 0793ab3cbaed..74017fc4b0ca 100644
--- a/filesystems/sshfs/Makefile
+++ b/filesystems/sshfs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sshfs
-PORTVERSION= 3.7.3
-PORTREVISION= 3
+DISTVERSION= 3.7.5
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
diff --git a/filesystems/sshfs/distinfo b/filesystems/sshfs/distinfo
index 10d8cf33b962..77fe64cd4b17 100644
--- a/filesystems/sshfs/distinfo
+++ b/filesystems/sshfs/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1655312051
-SHA256 (libfuse-sshfs-sshfs-3.7.3_GH0.tar.gz) = 52a1a1e017859dfe72a550e6fef8ad4f8703ce312ae165f74b579fd7344e3a26
-SIZE (libfuse-sshfs-sshfs-3.7.3_GH0.tar.gz) = 63968
+TIMESTAMP = 1763048001
+SHA256 (libfuse-sshfs-sshfs-3.7.5_GH0.tar.gz) = 99d294101f1b8997653a84c35674c2e50c18323ea2c449412c0ed46b9d31ac35
+SIZE (libfuse-sshfs-sshfs-3.7.5_GH0.tar.gz) = 61693
SHA256 (a73501f2159875aef082ab0a61731a8b7673d477.patch) = ef0fc2d7d292eb1bef4c2c63d0f5c1be00f29f9f4360cefe27fed70f69a31d10
SIZE (a73501f2159875aef082ab0a61731a8b7673d477.patch) = 3032
diff --git a/filesystems/sshfs/files/patch-meson.build b/filesystems/sshfs/files/patch-meson.build
index 34209e1f6504..fb7b0a229872 100644
--- a/filesystems/sshfs/files/patch-meson.build
+++ b/filesystems/sshfs/files/patch-meson.build
@@ -1,4 +1,4 @@
---- meson.build.orig 2018-12-22 14:33:52 UTC
+--- meson.build.orig 2025-11-11 19:46:43 UTC
+++ meson.build
@@ -19,12 +19,7 @@ int main(void) {
(void) get_4();
@@ -11,9 +11,9 @@
-
rst2man = find_program('rst2man', 'rst2man.py', required: false)
-
+
cfg = configuration_data()
-@@ -62,11 +57,6 @@ if rst2man.found()
+@@ -63,10 +58,5 @@ endif
else
message('rst2man not found, not building manual page.')
endif
@@ -24,4 +24,3 @@
-
subdir('test')
-
diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile
index b2b77ae34e05..4d6bd767d8b7 100644
--- a/filesystems/ufs/Makefile
+++ b/filesystems/ufs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ufs
DISTVERSION= 0.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= filesystems sysutils
PKGNAMEPREFIX= fusefs-
diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile
index 9eb6bc413433..3d3afd7262a0 100644
--- a/filesystems/xfuse/Makefile
+++ b/filesystems/xfuse/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xfuse
DISTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= CRATESIO
MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION}
diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile
index 4564c0431652..0ded9b0d34a3 100644
--- a/filesystems/zerofs/Makefile
+++ b/filesystems/zerofs/Makefile
@@ -1,6 +1,7 @@
PORTNAME= zerofs
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.2
+PORTREVISION= 1
CATEGORIES= filesystems sysutils
MAINTAINER= stephan@lichtenauer.co.za
diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile
index ffc4b00b3c50..2c753b8bfadc 100644
--- a/filesystems/ztop/Makefile
+++ b/filesystems/ztop/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ztop
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= filesystems sysutils
MAINTAINER= asomers@FreeBSD.org