git: a3eecffc328a - main - textproc/opensearch219: Update JAVA_VERSION to 21

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Thu, 12 Feb 2026 07:12:19 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3eecffc328a33dc808fe81d78ab5c239d4aa723

commit a3eecffc328a33dc808fe81d78ab5c239d4aa723
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-02-12 06:59:24 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-02-12 06:59:24 +0000

    textproc/opensearch219: Update JAVA_VERSION to 21
    
    - Bump PORTREVISION
---
 textproc/opensearch219/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/opensearch219/Makefile b/textproc/opensearch219/Makefile
index 16cf37b6c663..48790392bb96 100644
--- a/textproc/opensearch219/Makefile
+++ b/textproc/opensearch219/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opensearch
 DISTVERSION=	2.19.4
-PORTREVISION=	0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-linux-${OPENSEARCH_ARCH}
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
@@ -21,7 +21,7 @@ RUN_DEPENDS=	bash>0:shells/bash \
 CONFLICTS=	opensearch opensearch13 opensearch210 opensearch213 opensearch216
 
 USES=		cpe java shebangfix
-JAVA_VERSION=	17+
+JAVA_VERSION=	21
 USE_RC_SUBR=	${PORTNAME}
 
 SHEBANG_FILES=	bin/opensearch bin/opensearch-cli \