diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-09-01 15:07:27 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-09-01 15:07:27 +0800 |
commit | 6a6612179850d27c82b731cdf42af97b680cee55 (patch) | |
tree | a0d2a44780c1b86bc1a10dd82a164db0f9079616 /sysutils | |
parent | d7e722dedb86e88903d423596834f1f27af85467 (diff) | |
download | freebsd-ports-gnome-6a6612179850d27c82b731cdf42af97b680cee55.tar.gz freebsd-ports-gnome-6a6612179850d27c82b731cdf42af97b680cee55.tar.zst freebsd-ports-gnome-6a6612179850d27c82b731cdf42af97b680cee55.zip |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index 14f1fe23598f..253e15972cce 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -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 |