git: 35637b8725d8 - main - textproc/apache-xmlbeans: add a recommended option for Saxon-HE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 16:29:27 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=35637b8725d828872abce07e0c9a7d6835535618
commit 35637b8725d828872abce07e0c9a7d6835535618
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-01-27 16:26:23 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-01-27 16:29:23 +0000
textproc/apache-xmlbeans: add a recommended option for Saxon-HE
---
textproc/apache-xmlbeans/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile
index 6c0df4c360b4..faa77376d9a2 100644
--- a/textproc/apache-xmlbeans/Makefile
+++ b/textproc/apache-xmlbeans/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xmlbeans
DISTVERSION= 5.1.1 # 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-
@@ -26,7 +27,10 @@ OTHERDOCS= LICENSE.txt NOTICE.txt README.txt
PORTDOCS= *
PORTEXAMPLES= *
-OPTIONS_DEFINE= DOCS EXAMPLES
+OPTIONS_DEFINE= DOCS EXAMPLES SAXON
+OPTIONS_DEFAULT= SAXON
+SAXON_DESC= Saxon XQuery processor for full XQuery and XPath support
+SAXON_RUN_DEPENDS= saxon-he=10.6:textproc/saxon-he
pre-configure:
${REINPLACE_CMD} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \