git: 17667e451eef - main - filesystems/encfs: add EOL message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Dec 2024 09:06:32 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17667e451eeff54655285fd20f2639a25eda01ca
commit 17667e451eeff54655285fd20f2639a25eda01ca
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-12-06 11:45:32 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-10 08:51:34 +0000
filesystems/encfs: add EOL message
---
filesystems/encfs/Makefile | 4 ++--
filesystems/encfs/pkg-message | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/filesystems/encfs/Makefile b/filesystems/encfs/Makefile
index 5b88944caf41..4589efb7883a 100644
--- a/filesystems/encfs/Makefile
+++ b/filesystems/encfs/Makefile
@@ -1,13 +1,13 @@
PORTNAME= encfs
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
MAINTAINER= fuz@FreeBSD.org
COMMENT= Encrypted pass-through FUSE filesystem
-WWW= http://www.arg0.net/encfs
+WWW= https://vgough.github.io/encfs/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/filesystems/encfs/pkg-message b/filesystems/encfs/pkg-message
new file mode 100644
index 000000000000..f1dd003f1270
--- /dev/null
+++ b/filesystems/encfs/pkg-message
@@ -0,0 +1,4 @@
+As of May 2024, upstream has discontinued the development of this
+project with no more support being provided. This port remains
+available for existing users or to migrate your files to a different
+encrypted file system. Use in new deployments is not recommended.