svn commit: r453162 - head/sysutils/fusefs-ext4fuse
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Oct 30 09:55:17 UTC 2017
Author: ehaupt
Date: Mon Oct 30 09:55:15 2017
New Revision: 453162
URL: https://svnweb.freebsd.org/changeset/ports/453162
Log:
Add a message pointing users at sysutils/fusefs-ext2 which is a more modern
read write implementation supporting ext2, ext3 and ext4.
Don't mark DEPRECATED yet to give users a chance to test the newer less mature
implementation.
Added:
head/sysutils/fusefs-ext4fuse/pkg-message (contents, props changed)
Modified:
head/sysutils/fusefs-ext4fuse/Makefile
head/sysutils/fusefs-ext4fuse/pkg-descr
Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile Mon Oct 30 09:44:12 2017 (r453161)
+++ head/sysutils/fusefs-ext4fuse/Makefile Mon Oct 30 09:55:15 2017 (r453162)
@@ -4,12 +4,13 @@
PORTNAME= ext4fuse
PORTVERSION= 0.1.3
DISTVERSIONPREFIX= v
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= ehaupt at FreeBSD.org
-COMMENT= EXT4 implementation for FUSE
+COMMENT= Read-only ext4 implementation for FUSE
LICENSE= GPLv2
Modified: head/sysutils/fusefs-ext4fuse/pkg-descr
==============================================================================
--- head/sysutils/fusefs-ext4fuse/pkg-descr Mon Oct 30 09:44:12 2017 (r453161)
+++ head/sysutils/fusefs-ext4fuse/pkg-descr Mon Oct 30 09:55:15 2017 (r453162)
@@ -1,3 +1,3 @@
-EXT4 implementation for FUSE.
+Read-only ext4 implementation for FUSE.
WWW: https://github.com/gerard/ext4fuse/
Added: head/sysutils/fusefs-ext4fuse/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/fusefs-ext4fuse/pkg-message Mon Oct 30 09:55:15 2017 (r453162)
@@ -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.
More information about the svn-ports-head
mailing list