Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 07:07:27 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510683 - head/sysutils/fusefs-ext4fuse
Message-ID:  <201909010707.x8177R5X070686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909010707.x8177R5X070686>