git: c5b819cc26a3 - main - *: chase textproc/saxon-he update to 12.8

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Mon, 14 Jul 2025 12:06:05 UTC
The branch main has been updated by mandree:

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

commit c5b819cc26a35c9394d326fadeb028d84670eab9
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-07-14 12:04:18 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-07-14 12:04:57 +0000

    *: chase textproc/saxon-he update to 12.8
    
    scilab also needs changes but is currently broken and needs more TLC
    
    MFH:            2025Q3
---
 textproc/apache-xmlbeans/Makefile | 3 ++-
 www/jmeter/Makefile               | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile
index 3db35cd1b265..1f89a0952ad0 100644
--- a/textproc/apache-xmlbeans/Makefile
+++ b/textproc/apache-xmlbeans/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xmlbeans
 DISTVERSION=	5.3.0 # Do not upgrade without checking compatibility with math/R-cran-XLConnect
+PORTREVISION=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	https://archive.apache.org/dist/poi/xmlbeans/release/bin/
 PKGNAMEPREFIX=	apache-
@@ -32,7 +33,7 @@ PORTEXAMPLES=	*
 OPTIONS_DEFINE=		DOCS EXAMPLES SAXON
 OPTIONS_DEFAULT=	SAXON
 SAXON_DESC=		Saxon XQuery processor for full XQuery and XPath support
-SAXON_RUN_DEPENDS=	saxon-he=12.6:textproc/saxon-he
+SAXON_RUN_DEPENDS=	saxon-he>=12:textproc/saxon-he
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|'	\
diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile
index e82157d7c7a2..6485e7aa979c 100644
--- a/www/jmeter/Makefile
+++ b/www/jmeter/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	apache-jmeter
 DISTVERSION=	5.6.3
+PORTREVISION=	1
 CATEGORIES=	www benchmarks java
 MASTER_SITES=	https://archive.apache.org/dist/jmeter/binaries/
 
@@ -58,7 +59,7 @@ RUN_DEPENDS=	\
 		${JAVALIBDIR}/log4j-slf4j-impl.jar:devel/apache-log4j2 \
 		${JAVALIBDIR}/mail.jar:java/javamail \
 		${_JAVADIR}/rhino/rhino.jar:lang/rhino \
-		${JAVALIBDIR}/saxon-he-12.6.jar:textproc/saxon-he \
+		saxon-he>=12:textproc/saxon-he \
 		${JAVALIBDIR}/serializer.jar:textproc/xalan-j \
 		${_JAVADIR}/slf4j/slf4j-api.jar:devel/slf4j \
 		${JAVALIBDIR}/xalan.jar:textproc/xalan-j \