Mon Jan 27 20:42:55 2020 UTC ()
fuse: Update HOMEPAGE

There is no https homepage and the http one just redirect to
<https://github.com/libfuse/libfuse>.


(leot)
diff -r1.11 -r1.12 pkgsrc/filesystems/fuse/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/filesystems/fuse/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/fuse/Makefile 2020/01/18 23:30:51 1.11
+++ pkgsrc/filesystems/fuse/Makefile 2020/01/27 20:42:55 1.12
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:51 rillig Exp $ 1# $NetBSD: Makefile,v 1.12 2020/01/27 20:42:55 leot Exp $
2# 2#
3 3
4DISTNAME= fuse-2.9.3 4DISTNAME= fuse-2.9.3
5CATEGORIES= filesystems 5CATEGORIES= filesystems
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://fuse.sourceforge.net/ 9HOMEPAGE= https://github.com/libfuse/libfuse
10COMMENT= Filesystem in Userspace 10COMMENT= Filesystem in Userspace
11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15# FUSE the implementation only builds on Linux and FreeBSD. 15# FUSE the implementation only builds on Linux and FreeBSD.
16ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-* 16ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-*
17# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE 17# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
18# interface expected by filesystem implementations and therefore this 18# interface expected by filesystem implementations and therefore this
19# implementation is not needed. This FUSE implementation can also be 19# implementation is not needed. This FUSE implementation can also be
20# used with the perfuse package on NetBSD. 20# used with the perfuse package on NetBSD.
21 21
22USE_TOOLS+= gmake pkg-config 22USE_TOOLS+= gmake pkg-config