diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index 5541e88a6006..14f1fe23598f 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -4,12 +4,13 @@ PORTNAME= ext4fuse PORTVERSION= 0.1.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- MAINTAINER= ehaupt@FreeBSD.org -COMMENT= EXT4 implementation for FUSE +COMMENT= Read-only ext4 implementation for FUSE LICENSE= GPLv2 diff --git a/sysutils/fusefs-ext4fuse/pkg-descr b/sysutils/fusefs-ext4fuse/pkg-descr index 92e8b616b9a1..585242b2210c 100644 --- a/sysutils/fusefs-ext4fuse/pkg-descr +++ b/sysutils/fusefs-ext4fuse/pkg-descr @@ -1,3 +1,3 @@ -EXT4 implementation for FUSE. +Read-only ext4 implementation for FUSE. WWW: https://github.com/gerard/ext4fuse/ diff --git a/sysutils/fusefs-ext4fuse/pkg-message b/sysutils/fusefs-ext4fuse/pkg-message new file mode 100644 index 000000000000..7450c30f7720 --- /dev/null +++ b/sysutils/fusefs-ext4fuse/pkg-message @@ -0,0 +1,3 @@ +Please note that that this port only supports ext4 in read-only mode. +You might want to consider using sysutils/fusefs-ext2 which supports +ext2, ext3 and ext4 with read write support.