diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2023-03-15 22:06:49 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2023-03-15 22:09:30 +0000 |
commit | 0bbb5551fac5d590d7d4dae1fcc623781c6aecb3 (patch) | |
tree | 006847fe7e79ce970d192c76e292f23cc954c68a /sysutils | |
parent | d084843ca959d05774cdcea7a6c68fee4650802d (diff) | |
download | freebsd-ports-0bbb5551fac5d590d7d4dae1fcc623781c6aecb3.zip |
sysutils/fusefs-securefs: Mark broken and return to the pool
The port became broken recently, and I'm not using it anymore,
so just give it to anyone interested.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-securefs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile index b5f4937584b0..709cf3297971 100644 --- a/sysutils/fusefs-securefs/Makefile +++ b/sysutils/fusefs-securefs/Makefile @@ -4,13 +4,15 @@ PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= skozlov@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Filesystem in userspace with transparent encryption and decryption WWW= https://github.com/netheril96/securefs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN= does not build + LIB_DEPENDS= libutf8proc.so:textproc/utf8proc \ libjsoncpp.so:devel/jsoncpp |