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 e26ad835ae)
This commit is contained in:
Rafael Grether 2025-03-08 23:25:31 +03:00 committed by Vladimir Druzenko
parent af39d6b6c2
commit 36ce604a8e
4 changed files with 8 additions and 23 deletions

View file

@ -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

View file

@ -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

View file

@ -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
//---------------------------------------------------------

View file

@ -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.