Date: Thu, 16 Apr 2026 02:06:37 +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: ae090fb280cc - main - security/zaproxy: Fix JAVA_VERSION to 17 and 20 Message-ID: <69e0442d.1bf46.4b615818@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=ae090fb280cc09e90d225fda65bfc9d00700bf12 commit ae090fb280cc09e90d225fda65bfc9d00700bf12 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-04-16 02:05:38 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-04-16 02:05:38 +0000 security/zaproxy: Fix JAVA_VERSION to 17 and 20 - 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 164c7702d9c7..57f78812fa2b 100644 --- a/security/zaproxy/Makefile +++ b/security/zaproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= zaproxy DISTVERSIONPREFIX= v DISTVERSION= 2.17.0 -PORTREVISION= 3 +PORTREVISION= 4 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= 17+ +JAVA_VERSION= 17 21 NO_ARCH= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e0442d.1bf46.4b615818>
