mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
ae4d160b5c
commit
bad69aab4e
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue