Date: Mon, 5 Jun 2023 14:23:24 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cae6e6be4831 - main - sysutils/fusefs-s3fs: Update version 1.91=>1.92 Message-ID: <202306051423.355ENOZa000516@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=cae6e6be48311faf390f84ebf1fa38f99d6fa099 commit cae6e6be48311faf390f84ebf1fa38f99d6fa099 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-05 14:20:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-05 14:23:08 +0000 sysutils/fusefs-s3fs: Update version 1.91=>1.92 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) --- sysutils/fusefs-s3fs/Makefile | 4 +++- sysutils/fusefs-s3fs/distinfo | 6 +++--- sysutils/fusefs-s3fs/files/patch-test_mknod__test.c | 13 +++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index d0e4bc9d1b24..345fca01834b 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -1,6 +1,6 @@ PORTNAME= s3fs DISTVERSIONPREFIX= v -DISTVERSION= 1.91 +DISTVERSION= 1.92 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -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: diff --git a/sysutils/fusefs-s3fs/distinfo b/sysutils/fusefs-s3fs/distinfo index 343c0192629a..0b27b3158f5a 100644 --- a/sysutils/fusefs-s3fs/distinfo +++ b/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 diff --git a/sysutils/fusefs-s3fs/files/patch-test_mknod__test.c b/sysutils/fusefs-s3fs/files/patch-test_mknod__test.c new file mode 100644 index 000000000000..c3e06b5e0bae --- /dev/null +++ b/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 + + //---------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051423.355ENOZa000516>