git: 6b3e374aa8e2 - main - archivers/lzmalib: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 19:57:35 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b3e374aa8e217002c233f2fa779be954c2717f2 commit 6b3e374aa8e217002c233f2fa779be954c2717f2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 19:40:34 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 19:40:37 +0000 archivers/lzmalib: Deprecate and set expiration date to 2024-03-31 Upstream hasn't been active for over 20 years and no users of this library in tree PR: 276958 --- archivers/lzmalib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile index d71975a28260..15bc1760e5c8 100644 --- a/archivers/lzmalib/Makefile +++ b/archivers/lzmalib/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Thin wrapper library of LZMA WWW= https://tokyocabinet.sourceforge.net/ +DEPRECATED= Upstream hasn't been active for over 20 years and no users of this library in tree +EXPIRATION_DATE=2024-03-31 + USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes