Date: Sun, 27 Oct 2024 13:25:56 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df97e542a7b7 - main - sysutils/fusefs-sqlfs: Deprecate and set expiration date to 2024-12-31 Message-ID: <202410271325.49RDPuD5085726@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df97e542a7b72462aa372b0aa105541283888b45 commit df97e542a7b72462aa372b0aa105541283888b45 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-27 13:21:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-27 13:25:38 +0000 sysutils/fusefs-sqlfs: Deprecate and set expiration date to 2024-12-31 Abandoned upstream, there are active forks such as https://github.com/ChatSecure/libsqlfs/tree/1.3.2-chatsecure however (not ported) --- sysutils/fusefs-sqlfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/fusefs-sqlfs/Makefile b/sysutils/fusefs-sqlfs/Makefile index 164e87194d10..2b74b42b6124 100644 --- a/sysutils/fusefs-sqlfs/Makefile +++ b/sysutils/fusefs-sqlfs/Makefile @@ -14,6 +14,9 @@ WWW= https://www.nongnu.org/libsqlfs/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, superseded by forks +EXPIRATION_DATE=2024-12-31 + USES= fuse sqlite PORTDOCS= README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410271325.49RDPuD5085726>