git: bad69aab4e93 - main - filesystems/encfs: undeprecate and adopt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Dec 2024 14:28:16 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bad69aab4e9335fb95b69ad2c330ed2d6fff52eb
commit bad69aab4e9335fb95b69ad2c330ed2d6fff52eb
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-11-29 09:07:15 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-02 14:27:29 +0000
filesystems/encfs: undeprecate and adopt
While this port is unmaintained up stream, it is useful to people
accessing directories encrypted with encfs. The recommended
alternative, gocryptfs, currently does not build on FreeBSD due to
missing platform-specific bits. Keep the port around at least until
gocryptfs has FreeBSD support.
PR: 282351
Approved by: dmgk (maintainer timeout)
---
filesystems/encfs/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/filesystems/encfs/Makefile b/filesystems/encfs/Makefile
index 036aab455910..5b88944caf41 100644
--- a/filesystems/encfs/Makefile
+++ b/filesystems/encfs/Makefile
@@ -5,16 +5,13 @@ PORTREVISION= 9
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
-MAINTAINER= dmgk@FreeBSD.org
+MAINTAINER= fuz@FreeBSD.org
COMMENT= Encrypted pass-through FUSE filesystem
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