git: 36ce604a8ee4 - 2025Q1 - filesystems/s3fs: Update 1.92 → 1.95, unbreak - fix coredump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 20:43:23 UTC
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=36ce604a8ee4d921ca8aff0bbb83e3a209fa3905 commit 36ce604a8ee4d921ca8aff0bbb83e3a209fa3905 Author: Rafael Grether <devnull@apt322.org> AuthorDate: 2025-03-08 20:25:31 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-03-08 20:43:11 +0000 filesystems/s3fs: Update 1.92 → 1.95, unbreak - fix coredump Changelogs: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.93 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.94 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.95 Improve port: - remove GNU_CONFIGURE_MANPREFIX; - pet portclippy; - improve description. PR: 285261 281071 Approved by: dmgk (maintainer, timeout > 6 months, implicit - unbreak) MFH: 2025Q1 (cherry picked from commit e26ad835aecd0ffb22bc9f3dec51e097e7138a1a) --- filesystems/s3fs/Makefile | 7 ++----- filesystems/s3fs/distinfo | 6 +++--- filesystems/s3fs/files/patch-test_mknod__test.c | 13 ------------- filesystems/s3fs/pkg-descr | 5 +++-- 4 files changed, 8 insertions(+), 23 deletions(-) diff --git a/filesystems/s3fs/Makefile b/filesystems/s3fs/Makefile index b72ce0134ef8..9a4f8a63c137 100644 --- a/filesystems/s3fs/Makefile +++ b/filesystems/s3fs/Makefile @@ -1,7 +1,6 @@ PORTNAME= s3fs DISTVERSIONPREFIX= v -DISTVERSION= 1.92 -PORTREVISION= 1 +DISTVERSION= 1.95 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- @@ -15,14 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl USES= autoreconf fuse gnome pkgconfig ssl -USE_GNOME= libxml2 - USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse GH_PROJECT= s3fs-fuse +USE_GNOME= libxml2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV+= ac_cv_prog_GITCMD=no diff --git a/filesystems/s3fs/distinfo b/filesystems/s3fs/distinfo index 0b27b3158f5a..64e42c9f2787 100644 --- a/filesystems/s3fs/distinfo +++ b/filesystems/s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685836142 -SHA256 (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 76ebea3c0784c5c0f6b84e009d555806aff86258886ced39eee316bf02ae8750 -SIZE (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 283295 +TIMESTAMP = 1741376525 +SHA256 (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 0c97b8922f005500d36f72aee29a1345c94191f61d795e2a7b79fb7e3e6f5517 +SIZE (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 285599 diff --git a/filesystems/s3fs/files/patch-test_mknod__test.c b/filesystems/s3fs/files/patch-test_mknod__test.c deleted file mode 100644 index c3e06b5e0bae..000000000000 --- a/filesystems/s3fs/files/patch-test_mknod__test.c +++ /dev/null @@ -1,13 +0,0 @@ ---- test/mknod_test.c.orig 2023-05-21 23:25:50 UTC -+++ test/mknod_test.c -@@ -28,7 +28,10 @@ - #include <string.h> - #include <errno.h> - #ifndef __APPLE__ -+#elif -+#ifndef __FreeBSD__ - #include <sys/sysmacros.h> -+#endif - #endif - - //--------------------------------------------------------- diff --git a/filesystems/s3fs/pkg-descr b/filesystems/s3fs/pkg-descr index 67900733a8f9..7271da7f052c 100644 --- a/filesystems/s3fs/pkg-descr +++ b/filesystems/s3fs/pkg-descr @@ -1,2 +1,3 @@ -FUSE-based file system backed by Amazon S3. Mount a bucket as a local -file system read/write. Store files/folders natively and transparently. +FUSE-based file system backed by Amazon S3. +s3fs makes you operate files and directories in S3 bucket like a local +file system read/write. Store files/folders natively and transparently.