From 5d8ba94cdea1f1596f876f7cc73328ddb07b9009 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sun, 23 Nov 2025 01:04:06 +1100 Subject: [PATCH] sshfs: properly switch to release tarball --- fuse/sshfs/Portfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fuse/sshfs/Portfile b/fuse/sshfs/Portfile index 93ac80cbc9b..c75f0374820 100644 --- a/fuse/sshfs/Portfile +++ b/fuse/sshfs/Portfile @@ -6,7 +6,9 @@ PortGroup fuse 1.0 PortGroup meson 1.0 github.setup libfuse sshfs 3.7.5 sshfs- -revision 0 +github.tarball_from releases +use_xz yes +revision 1 categories fuse github.tarball_from releases @@ -22,11 +24,9 @@ long_description This is a filesystem client based on the \ license GPL-2 -checksums rmd160 029684eaed55bc4991796e967f6bfabdb0c9a1f9 \ - sha256 b975121189cb82ed4c675320155a855adf7632abfd7fbdc385ca448d214b581f \ - size 61612 - -worksrcdir ${github.tag_prefix}${github.project}-${github.version} +checksums rmd160 62fab0cf2fb1e07859334e9366572c70a797b982 \ + sha256 0e45db63c2d00919db3174134fa234c6e0682d6fe573c46312d1d53d1d61a8bb \ + size 51604 set python_branch 3.13 set python_version [string map {. ""} ${python_branch}]