Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2023 22:09:56 GMT
From:      Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0bbb5551fac5 - main - sysutils/fusefs-securefs: Mark broken and return to the pool
Message-ID:  <202303152209.32FM9uAq085040@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by skozlov:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0bbb5551fac5d590d7d4dae1fcc623781c6aecb3

commit 0bbb5551fac5d590d7d4dae1fcc623781c6aecb3
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2023-03-15 22:06:49 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2023-03-15 22:09:30 +0000

    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.
---
 sysutils/fusefs-securefs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303152209.32FM9uAq085040>