git: 020281bef16d - main - archivers/fastjar: remove undue deprecation of maintained port
Date: Sat, 30 Mar 2024 05:38:09 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=020281bef16d866a64bac35850f21ae27f956b5c
commit 020281bef16d866a64bac35850f21ae27f956b5c
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-03-30 05:36:18 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-03-30 05:36:18 +0000
archivers/fastjar: remove undue deprecation of maintained port
Despite its age the program still works fine and is indeed much
faster than reference implementation: e.g., packing the game's
resources for `games/sokobano' port can take over half a second
with /usr/local/openjdk8/bin/jar on my laptop, depending on the
system's load, while it's ~0.03 with fastjar.
---
archivers/fastjar/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 46edb54098e5..75a0d9ee80c3 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -8,10 +8,7 @@ MAINTAINER= java@FreeBSD.org
COMMENT= Version of JDK's `jar' command written entirely in C
WWW= https://fastjar.sourceforge.net/
-LICENSE= GPLv2
-
-DEPRECATED= Abandonware, last release in 2006 and is no longer being developed
-EXPIRATION_DATE=2024-03-31
+LICENSE= GPLv2+
USES= gmake makeinfo perl5 tar:bzip2
USE_PERL5= build