Date: Thu, 2 Jan 2025 15:50:46 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 812ddd37664f - main - textproc/saxon-he: upgrade to 12.5 Message-ID: <202501021550.502FokQg074792@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=812ddd37664f05a803637050b3d9ef64851f676e commit 812ddd37664f05a803637050b3d9ef64851f676e Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-02 15:27:27 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-02 15:40:12 +0000 textproc/saxon-he: upgrade to 12.5 Changelog at https://www.saxonica.com/documentation12/index.html#!changes --- textproc/saxon-he/Makefile | 21 +++++++++++++++------ textproc/saxon-he/distinfo | 6 +++--- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index 7b62afcc9195..3203ae221d69 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -1,7 +1,7 @@ PORTNAME= saxon-he -DISTVERSION= 10-6 +DISTVERSION= 12-5 CATEGORIES= textproc java -MASTER_SITES= SF/saxon/Saxon-HE/${PORTVERSION:R}/Java/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/SaxonHE${DISTVERSION}/ DISTNAME= SaxonHE${DISTVERSION}J MAINTAINER= thierry@FreeBSD.org @@ -11,19 +11,28 @@ WWW= https://www.saxonica.com/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/notices/LICENSE.txt +#USE_GITHUB= yes +GH_ACCOUNT= Saxonica +GH_PROJECT= Saxon-HE + USES= java zip NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes -JARFILES= jline-2.14.6.jar \ - saxon-he-10.6.jar \ - saxon-he-test-10.6.jar +JARFILES= ${JARFILES1} ${JARFILES2} +JARFILES1= saxon-he-12.5.jar \ + saxon-he-test-12.5.jar \ + saxon-he-xqj-12.5.jar +JARFILES2= jline-2.14.6.jar \ + xmlresolver-5.2.2.jar \ + xmlresolver-5.2.2-data.jar PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${JARFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${JARFILES1:S,^,${WRKSRC}/,} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${JARFILES2:S,^,${WRKSRC}/lib/,} ${STAGEDIR}${JAVAJARDIR} .include <bsd.port.mk> diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo index 722ab0b41062..20503f86e3e3 100644 --- a/textproc/saxon-he/distinfo +++ b/textproc/saxon-he/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674812587 -SHA256 (SaxonHE10-6J.zip) = 0e590ede60eef6d8a98e759f72769c20417173f99191ebbc2f9ec4e331dbc296 -SIZE (SaxonHE10-6J.zip) = 5866254 +TIMESTAMP = 1735753758 +SHA256 (SaxonHE12-5J.zip) = 35a46728792bd4cec2fc262d48777b4c79b5cdeef03d2981e3a64ecb3a19f716 +SIZE (SaxonHE12-5J.zip) = 6957606
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021550.502FokQg074792>