From ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 16 Nov 2024 11:09:24 +0100 Subject: [PATCH] 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) --- filesystems/encfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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