git: ad39fa819ef2 - main - archivers/jzlib: Deprecate and set expiration date to 2023-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Oct 2023 09:54:50 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad39fa819ef236ed55b5bca8713188b02ed10f8e
commit ad39fa819ef236ed55b5bca8713188b02ed10f8e
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 08:14:56 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 09:54:19 +0000
archivers/jzlib: Deprecate and set expiration date to 2023-11-30
Untouched for over 10 years and Java Platform 8+ provides a
Deflater class
---
archivers/jzlib/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/archivers/jzlib/Makefile b/archivers/jzlib/Makefile
index 3a3fab430129..9c661fe2931c 100644
--- a/archivers/jzlib/Makefile
+++ b/archivers/jzlib/Makefile
@@ -10,6 +10,9 @@ WWW= http://www.jcraft.com/jzlib/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Abandonware, untouched for over 10 years and Java Platform 8+ provides a Deflater class
+EXPIRATION_DATE=2023-11-30
+
USES= cpe zip
USE_JAVA= yes
NO_ARCH= yes