Date: Mon, 26 Jan 2026 18:58:38 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Paavo-Einari Kaipila <pkaipila@gmail.com> Subject: git: 488855654f2e - main - filesystems/s3fs: Update 1.95 => 1.97, take maintainership Message-ID: <6977b95e.a8ec.5ef390b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=488855654f2e3b31e6788bbf0bd703c5f850b628 commit 488855654f2e3b31e6788bbf0bd703c5f850b628 Author: Paavo-Einari Kaipila <pkaipila@gmail.com> AuthorDate: 2026-01-26 18:53:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-01-26 18:58:23 +0000 filesystems/s3fs: Update 1.95 => 1.97, take maintainership Changelogs: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.96 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.97 PR: 292722 --- filesystems/s3fs/Makefile | 10 +++++----- filesystems/s3fs/distinfo | 6 +++--- filesystems/s3fs/files/patch-src_s3fs.cpp | 10 ++++++++++ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/filesystems/s3fs/Makefile b/filesystems/s3fs/Makefile index 5600c536edfe..0dc444ebdad3 100644 --- a/filesystems/s3fs/Makefile +++ b/filesystems/s3fs/Makefile @@ -1,11 +1,10 @@ PORTNAME= s3fs DISTVERSIONPREFIX= v -DISTVERSION= 1.95 -PORTREVISION= 1 +DISTVERSION= 1.97 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pkaipila@gmail.com COMMENT= FUSE-based file system backed by Amazon S3 WWW= https://github.com/s3fs-fuse/s3fs-fuse @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= autoreconf fuse gnome pkgconfig ssl +USES= autoreconf compiler:c++14-lang fuse:3 gnome pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse GH_PROJECT= s3fs-fuse @@ -24,7 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_prog_GITCMD=no -PLIST_FILES= bin/s3fs share/man/man1/s3fs.1.gz +PLIST_FILES= bin/s3fs \ + share/man/man1/s3fs.1.gz post-patch: @${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac diff --git a/filesystems/s3fs/distinfo b/filesystems/s3fs/distinfo index 64e42c9f2787..72c60a505622 100644 --- a/filesystems/s3fs/distinfo +++ b/filesystems/s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741376525 -SHA256 (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 0c97b8922f005500d36f72aee29a1345c94191f61d795e2a7b79fb7e3e6f5517 -SIZE (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 285599 +TIMESTAMP = 1769393644 +SHA256 (s3fs-fuse-s3fs-fuse-v1.97_GH0.tar.gz) = 28413457cbf923b9b81e546caffabb8edd5c18f263e698ad86f564fd4b5b344d +SIZE (s3fs-fuse-s3fs-fuse-v1.97_GH0.tar.gz) = 307251 diff --git a/filesystems/s3fs/files/patch-src_s3fs.cpp b/filesystems/s3fs/files/patch-src_s3fs.cpp new file mode 100644 index 000000000000..471fe6ae5c01 --- /dev/null +++ b/filesystems/s3fs/files/patch-src_s3fs.cpp @@ -0,0 +1,10 @@ +--- src/s3fs.cpp.orig 2026-01-26 04:28:46 UTC ++++ src/s3fs.cpp +@@ -32,6 +32,7 @@ + #include <dirent.h> // NOLINT(misc-include-cleaner) + #include <sys/types.h> + #include <getopt.h> // NOLINT(misc-include-cleaner) ++#include <sys/wait.h> // WEXITSTATUS + + #include "common.h" + #include "s3fs.h" // NOLINT(misc-include-cleaner)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6977b95e.a8ec.5ef390b>
