mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
af39d6b6c2
commit
36ce604a8e
4 changed files with 8 additions and 23 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= s3fs
|
PORTNAME= s3fs
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.92
|
DISTVERSION= 1.95
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= filesystems
|
CATEGORIES= filesystems
|
||||||
PKGNAMEPREFIX= fusefs-
|
PKGNAMEPREFIX= fusefs-
|
||||||
|
|
||||||
|
@ -15,14 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
|
|
||||||
USES= autoreconf fuse gnome pkgconfig ssl
|
USES= autoreconf fuse gnome pkgconfig ssl
|
||||||
USE_GNOME= libxml2
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= s3fs-fuse
|
GH_ACCOUNT= s3fs-fuse
|
||||||
GH_PROJECT= s3fs-fuse
|
GH_PROJECT= s3fs-fuse
|
||||||
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
|
|
||||||
CONFIGURE_ENV+= ac_cv_prog_GITCMD=no
|
CONFIGURE_ENV+= ac_cv_prog_GITCMD=no
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1685836142
|
TIMESTAMP = 1741376525
|
||||||
SHA256 (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 76ebea3c0784c5c0f6b84e009d555806aff86258886ced39eee316bf02ae8750
|
SHA256 (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 0c97b8922f005500d36f72aee29a1345c94191f61d795e2a7b79fb7e3e6f5517
|
||||||
SIZE (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 283295
|
SIZE (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 285599
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
//---------------------------------------------------------
|
|
|
@ -1,2 +1,3 @@
|
||||||
FUSE-based file system backed by Amazon S3. Mount a bucket as a local
|
FUSE-based file system backed by Amazon S3.
|
||||||
file system read/write. Store files/folders natively and transparently.
|
s3fs makes you operate files and directories in S3 bucket like a local
|
||||||
|
file system read/write. Store files/folders natively and transparently.
|
||||||
|
|
Loading…
Add table
Reference in a new issue