diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-16 10:09:24 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-16 18:29:08 +0000 |
commit | ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c (patch) | |
tree | 917c913b497b7ce2cc5a7754d790847e73e076f3 | |
parent | 6af25c3e3fbfb93dcc9bca2487ff6927ab6fc758 (diff) | |
download | ports-ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c.tar.gz ports-ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c.zip |
filesystems/encfs: Deprecate and set expiration date to 2024-12-31
Unmaintained upstream as of May 26 2024, upstream recommends switching
to GoCryptFS (not ported)
PR: 282351
Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r-- | filesystems/encfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystems/encfs/Makefile b/filesystems/encfs/Makefile index a78fbf67063c..036aab455910 100644 --- a/filesystems/encfs/Makefile +++ b/filesystems/encfs/Makefile @@ -12,6 +12,9 @@ WWW= http://www.arg0.net/encfs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained upstream as of May 26 2024 +EXPIRATION_DATE=2024-12-31 + USES= cmake compiler:c++11-lib cpe fuse ssl CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes |