Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 13:39:44 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565018 - head/sysutils/fusefs-libs
Message-ID:  <202102121339.11CDdi56075606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Fri Feb 12 13:39:43 2021
New Revision: 565018
URL: https://svnweb.freebsd.org/changeset/ports/565018

Log:
  Adjust package message to include correct kldload example
  
  Submitted by:   adridg

Modified:
  head/sysutils/fusefs-libs/Makefile
  head/sysutils/fusefs-libs/pkg-descr
  head/sysutils/fusefs-libs/pkg-message

Modified: head/sysutils/fusefs-libs/Makefile
==============================================================================
--- head/sysutils/fusefs-libs/Makefile	Fri Feb 12 13:31:48 2021	(r565017)
+++ head/sysutils/fusefs-libs/Makefile	Fri Feb 12 13:39:43 2021	(r565018)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fusefs
 DISTVERSION=	2.9.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
 PKGNAMESUFFIX=	-libs

Modified: head/sysutils/fusefs-libs/pkg-descr
==============================================================================
--- head/sysutils/fusefs-libs/pkg-descr	Fri Feb 12 13:31:48 2021	(r565017)
+++ head/sysutils/fusefs-libs/pkg-descr	Fri Feb 12 13:39:43 2021	(r565018)
@@ -2,4 +2,4 @@ FUSE makes it possible to implement a filesystem in a 
 Features include: simple yet comprehensive API, secure mounting by non-root
 users, support for FreeBSD kernels, multi-threaded operation.
 
-WWW: https://sourceforge.net/projects/fuse/
+WWW: https://github.com/libfuse/libfuse

Modified: head/sysutils/fusefs-libs/pkg-message
==============================================================================
--- head/sysutils/fusefs-libs/pkg-message	Fri Feb 12 13:31:48 2021	(r565017)
+++ head/sysutils/fusefs-libs/pkg-message	Fri Feb 12 13:39:43 2021	(r565018)
@@ -1,7 +1,7 @@
 [
 { type: install
   message: <<EOM
-Install the fuse kernel module to use this port.
+Install the FUSE kernel module (kldload fusefs) to use this port.
 EOM
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121339.11CDdi56075606>