Date: Thu, 2 Jan 2025 15:50:47 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: cd4202841eb8 - main - math/scilab: chase Saxon-HE Message-ID: <202501021550.502FolL4074830@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=cd4202841eb88ac7bfb5ad3f4f0d6eb76f82308c commit cd4202841eb88ac7bfb5ad3f4f0d6eb76f82308c Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-02 15:28:41 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-02 15:40:12 +0000 math/scilab: chase Saxon-HE --- math/scilab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5886be28df75..62c4acdd6196 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab PORTVERSION= 6.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -83,7 +83,7 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils ${LOCALBASE}/bin/splint:devel/splint # Documentation building: _GUI_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/javahelp/javahelp.xsl:textproc/docbook-xsl \ - ${JAVALIBDIR}/saxon-he-10.6.jar:textproc/saxon-he \ + ${JAVALIBDIR}/saxon-he-12.5.jar:textproc/saxon-he \ ${JAVALIBDIR}/xml-apis-ext.jar:textproc/xml-commons \ xsltproc:textproc/libxslt # Other gui deps:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501021550.502FolL4074830>