pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-sshfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  8 14:09:47 UTC 2023

Modified Files:
        pkgsrc/filesystems/fuse-sshfs: Makefile distinfo

Log Message:
fuse-sshfs: switch to a maintained fork

>From the github page:

This is a currently maintained fork of SSHFS

SSHFS (original repo: https://github.com/libfuse/sshfs) has been
declared to be unmaintained and it breaks our heart. So me and some
friends have decided to fork it and give it some love.

Changes:
About 35 commits since the last release.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/fuse-sshfs/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/fuse-sshfs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-sshfs/Makefile
diff -u pkgsrc/filesystems/fuse-sshfs/Makefile:1.10 pkgsrc/filesystems/fuse-sshfs/Makefile:1.11
--- pkgsrc/filesystems/fuse-sshfs/Makefile:1.10 Mon Aug 14 05:24:22 2023
+++ pkgsrc/filesystems/fuse-sshfs/Makefile      Fri Sep  8 14:09:47 2023
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.10 2023/08/14 05:24:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/09/08 14:09:47 wiz Exp $
 
-DISTNAME=      sshfs-3.7.3
-PKGNAME=       fuse-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    filesystems
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=libfuse/}
-GITHUB_PROJECT=        sshfs
-GITHUB_RELEASE=        ${DISTNAME}
-EXTRACT_SUFX=  .tar.xz
+DISTNAME=              sshfs-3.7.3.0.20230311
+PKGNAME=               fuse-${DISTNAME}
+CATEGORIES=            filesystems
+#MASTER_SITES=         ${MASTER_SITE_GITHUB:=libfuse/}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=deadbeefsociety/}
+GITHUB_PROJECT=                sshfs
+GITHUB_TAG=            23b94a5ac5b0253e7b3edd0f2d25cf818a550729
+#GITHUB_RELEASE=       ${DISTNAME}
+#EXTRACT_SUFX=         .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/libfuse/sshfs/
+HOMEPAGE=      https://github.com/deadbeefsociety/sshfs/
 COMMENT=       File system client based on the SFTP protocol
 LICENSE=       gnu-gpl-v2
 

Index: pkgsrc/filesystems/fuse-sshfs/distinfo
diff -u pkgsrc/filesystems/fuse-sshfs/distinfo:1.8 pkgsrc/filesystems/fuse-sshfs/distinfo:1.9
--- pkgsrc/filesystems/fuse-sshfs/distinfo:1.8  Wed Aug 24 22:26:32 2022
+++ pkgsrc/filesystems/fuse-sshfs/distinfo      Fri Sep  8 14:09:47 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2022/08/24 22:26:32 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/09/08 14:09:47 wiz Exp $
 
-BLAKE2s (sshfs-3.7.3.tar.xz) = bdc992bbb7dc10b612f963f066b04f71131aebef2ad76f3e2bb13038ef2284e6
-SHA512 (sshfs-3.7.3.tar.xz) = ba0928f85819984a3eb83d2debab658b2cd4e958ed1c3ba9787e361f452687d42b82d478b7d95e7a7c5580bae5c1cdebe4cf3c9b6cb5eb6a570311f276903d99
-Size (sshfs-3.7.3.tar.xz) = 53596 bytes
+BLAKE2s (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = a5f8716f7dafe536ba23c34a9f45093b444445da4839134d85c6d8f60f4e8e33
+SHA512 (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = 
9650d9184240aac233e6c34a484c8a472670fc90e6e943d1943b6c81c114f22cbdafe29bdd7267a23ba3b97116ae2d07b6a275f87df053a70cad87ad1314f147
+Size (sshfs-3.7.3.0.20230311-23b94a5ac5b0253e7b3edd0f2d25cf818a550729.tar.gz) = 66370 bytes
 SHA1 (patch-cache.c) = 570525d7cae09055537b00e3eeadb639c6f1fa5b
 SHA1 (patch-meson.build) = 2d10515de44239d6fad0fd5f512140d86f4dff7a
 SHA1 (patch-sshfs.c) = 82d7b3618d233ec63adaf555943ce883f6f42c29



Home | Main Index | Thread Index | Old Index