From: Kurt Miller Subject: devel/dex2jar: Update to 2.4 and use jdk 11+ To: ports@openbsd.org, rpointel@openbsd.org Date: Tue, 16 Dec 2025 21:06:06 +0000 Update to 2.4 and switch to jdk 11+. Only superficially tested as I don't have andriod .dex files to test with. okay? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/dex2jar/Makefile,v diff -u -p -u -r1.9 Makefile --- Makefile 21 Sep 2023 09:49:52 -0000 1.9 +++ Makefile 16 Dec 2025 21:02:50 -0000 @@ -1,7 +1,8 @@ COMMENT = tools to work with android .dex and java .class files -DISTNAME = dex2jar-2.0 -REVISION = 4 +V = 2.4 +PKGNAME = dex2jar-$V +DISTNAME = dex-tools-v$V CATEGORIES = devel security @@ -12,23 +13,41 @@ MAINTAINER = Remi Pointel