Index: head/sysutils/fusefs-ext4fuse/Makefile =================================================================== --- head/sysutils/fusefs-ext4fuse/Makefile (revision 453161) +++ head/sysutils/fusefs-ext4fuse/Makefile (revision 453162) @@ -1,30 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ 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 USES= fuse pkgconfig gmake USE_GITHUB= yes GH_ACCOUNT= gerard # explicitly empty to fix a cross compiling related issue (PR: 165480) MAKE_ENV+= TARGET_ARCH= ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ext4fuse do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/fusefs-ext4fuse/pkg-descr =================================================================== --- head/sysutils/fusefs-ext4fuse/pkg-descr (revision 453161) +++ head/sysutils/fusefs-ext4fuse/pkg-descr (revision 453162) @@ -1,3 +1,3 @@ -EXT4 implementation for FUSE. +Read-only ext4 implementation for FUSE. WWW: https://github.com/gerard/ext4fuse/ Index: head/sysutils/fusefs-ext4fuse/pkg-message =================================================================== --- head/sysutils/fusefs-ext4fuse/pkg-message (nonexistent) +++ head/sysutils/fusefs-ext4fuse/pkg-message (revision 453162) @@ -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. Property changes on: head/sysutils/fusefs-ext4fuse/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property