git: ffe6eb9e5298 - main - filesystems/encfs: Deprecate and set expiration date to 2024-12-31
Date: Sat, 16 Nov 2024 18:30:39 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c
commit ffe6eb9e5298575e3d7fb6a7d3cbb2469311cc3c
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-16 10:09:24 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-16 18:29:08 +0000
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