svn commit: r510683 - head/sysutils/fusefs-ext4fuse

Emanuel Haupt ehaupt at FreeBSD.org
Sun Sep 1 07:07:28 UTC 2019


Author: ehaupt
Date: Sun Sep  1 07:07:27 2019
New Revision: 510683
URL: https://svnweb.freebsd.org/changeset/ports/510683

Log:
  Mark DEPRECATED.
  
  Please consider using sysutils/fusefs-ext2 as upstream development is stalled.
  Contrary to what its name suggests it supports ext2, ext3, ext4 in read/write
  mode.

Modified:
  head/sysutils/fusefs-ext4fuse/Makefile

Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile	Sun Sep  1 06:50:05 2019	(r510682)
+++ head/sysutils/fusefs-ext4fuse/Makefile	Sun Sep  1 07:07:27 2019	(r510683)
@@ -14,6 +14,12 @@ COMMENT=	Read-only ext4 implementation for FUSE
 
 LICENSE=	GPLv2
 
+# PR associated with deprecation: 239564
+DEPRECATED=	Please consider using sysutils/fusefs-ext2 as upstream development is stalled. \
+		Contrary to what its name suggests it supports ext2, ext3, ext4 in read/write \
+		mode.
+EXPIRATION_DATE=2019-12-01
+
 USES=		fuse pkgconfig gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	gerard


More information about the svn-ports-all mailing list