Skip to content

Commit

Permalink
sysutils/fusefs-s3fs: Update version 1.91=>1.92
Browse files Browse the repository at this point in the history
This update is required to fix build with OpenSSL 3.0.0 and later.

Changelog: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.92
Approved by:	portmgr (blanket)
  • Loading branch information
Daniel Engberg authored and 5u623l20 committed Jun 5, 2023
1 parent 24bf1fe commit cae6e6b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
4 changes: 3 additions & 1 deletion sysutils/fusefs-s3fs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= s3fs
DISTVERSIONPREFIX= v
DISTVERSION= 1.91
DISTVERSION= 1.92
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

Expand All @@ -22,6 +22,8 @@ GH_PROJECT= s3fs-fuse

GNU_CONFIGURE= yes

CONFIGURE_ENV+= ac_cv_prog_GITCMD=no

PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz

post-patch:
Expand Down
6 changes: 3 additions & 3 deletions sysutils/fusefs-s3fs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1651063532
SHA256 (s3fs-fuse-s3fs-fuse-v1.91_GH0.tar.gz) = f130fec375dc6972145c56f53e83ea7c98c82621406d0208a328989e5d900b0f
SIZE (s3fs-fuse-s3fs-fuse-v1.91_GH0.tar.gz) = 242590
TIMESTAMP = 1685836142
SHA256 (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 76ebea3c0784c5c0f6b84e009d555806aff86258886ced39eee316bf02ae8750
SIZE (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 283295
13 changes: 13 additions & 0 deletions sysutils/fusefs-s3fs/files/patch-test_mknod__test.c
@@ -0,0 +1,13 @@
--- 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

//---------------------------------------------------------

0 comments on commit cae6e6b

Please sign in to comment.