diff options
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-libs/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/fusefs-libs/pkg-message | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index eb8a7dfde2fa..ac559125d1d6 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -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 diff --git a/sysutils/fusefs-libs/pkg-descr b/sysutils/fusefs-libs/pkg-descr index a100624147f5..92d886597300 100644 --- a/sysutils/fusefs-libs/pkg-descr +++ b/sysutils/fusefs-libs/pkg-descr @@ -2,4 +2,4 @@ FUSE makes it possible to implement a filesystem in a userspace program. 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 diff --git a/sysutils/fusefs-libs/pkg-message b/sysutils/fusefs-libs/pkg-message index d40be03aa3ab..3e54fcf60f9c 100644 --- a/sysutils/fusefs-libs/pkg-message +++ b/sysutils/fusefs-libs/pkg-message @@ -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 } ] |