Date: Thu, 02 Apr 2026 22:33:38 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 151e4da4851f - main - security/zaproxy: Update JAVA_VERSION to 17+ Message-ID: <69ceeec2.454f1.4720e872@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=151e4da4851f326f872f7f3b71a5378313abe56f commit 151e4da4851f326f872f7f3b71a5378313abe56f Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-04-02 22:30:30 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-04-02 22:33:31 +0000 security/zaproxy: Update JAVA_VERSION to 17+ - JAVA 22 will be removed soon so 17+ shows us the current java versions supported by zaproxy - Bump PORTREVISION PR: 294176 Reported by: ronald --- security/zaproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/zaproxy/Makefile b/security/zaproxy/Makefile index 9dd154eaed62..164c7702d9c7 100644 --- a/security/zaproxy/Makefile +++ b/security/zaproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= zaproxy DISTVERSIONPREFIX= v DISTVERSION= 2.17.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security java MAINTAINER= acm@FreeBSD.org @@ -14,7 +14,7 @@ BUILD_DEPENDS= gradle8:devel/gradle8 USES= gettext-runtime java USE_GITHUB= yes -JAVA_VERSION= 22 +JAVA_VERSION= 17+ NO_ARCH= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ceeec2.454f1.4720e872>
