git: c6d0e4762080 - main - filesystems/sshfs: Update version 3.7.3=>3.7.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Nov 2025 16:21:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6d0e476208012b318442791bbfbc299a51ee11c
commit c6d0e476208012b318442791bbfbc299a51ee11c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-11-13 15:39:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-11-13 16:21:15 +0000
filesystems/sshfs: Update version 3.7.3=>3.7.5
Changelog: https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.5
---
filesystems/sshfs/Makefile | 3 +--
filesystems/sshfs/distinfo | 6 +++---
filesystems/sshfs/files/patch-meson.build | 7 +++----
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/filesystems/sshfs/Makefile b/filesystems/sshfs/Makefile
index 0793ab3cbaed..74017fc4b0ca 100644
--- a/filesystems/sshfs/Makefile
+++ b/filesystems/sshfs/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sshfs
-PORTVERSION= 3.7.3
-PORTREVISION= 3
+DISTVERSION= 3.7.5
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
diff --git a/filesystems/sshfs/distinfo b/filesystems/sshfs/distinfo
index 10d8cf33b962..77fe64cd4b17 100644
--- a/filesystems/sshfs/distinfo
+++ b/filesystems/sshfs/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1655312051
-SHA256 (libfuse-sshfs-sshfs-3.7.3_GH0.tar.gz) = 52a1a1e017859dfe72a550e6fef8ad4f8703ce312ae165f74b579fd7344e3a26
-SIZE (libfuse-sshfs-sshfs-3.7.3_GH0.tar.gz) = 63968
+TIMESTAMP = 1763048001
+SHA256 (libfuse-sshfs-sshfs-3.7.5_GH0.tar.gz) = 99d294101f1b8997653a84c35674c2e50c18323ea2c449412c0ed46b9d31ac35
+SIZE (libfuse-sshfs-sshfs-3.7.5_GH0.tar.gz) = 61693
SHA256 (a73501f2159875aef082ab0a61731a8b7673d477.patch) = ef0fc2d7d292eb1bef4c2c63d0f5c1be00f29f9f4360cefe27fed70f69a31d10
SIZE (a73501f2159875aef082ab0a61731a8b7673d477.patch) = 3032
diff --git a/filesystems/sshfs/files/patch-meson.build b/filesystems/sshfs/files/patch-meson.build
index 34209e1f6504..fb7b0a229872 100644
--- a/filesystems/sshfs/files/patch-meson.build
+++ b/filesystems/sshfs/files/patch-meson.build
@@ -1,4 +1,4 @@
---- meson.build.orig 2018-12-22 14:33:52 UTC
+--- meson.build.orig 2025-11-11 19:46:43 UTC
+++ meson.build
@@ -19,12 +19,7 @@ int main(void) {
(void) get_4();
@@ -11,9 +11,9 @@
-
rst2man = find_program('rst2man', 'rst2man.py', required: false)
-
+
cfg = configuration_data()
-@@ -62,11 +57,6 @@ if rst2man.found()
+@@ -63,10 +58,5 @@ endif
else
message('rst2man not found, not building manual page.')
endif
@@ -24,4 +24,3 @@
-
subdir('test')
-