Date: Mon, 26 Dec 2022 15:08:16 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: 615d2f6632ac - main - math/suitesparse: upgrade to v6.0.3 Message-ID: <202212261508.2BQF8GaO055032@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=615d2f6632acad39843ba933a86f66335b5a7e63 commit 615d2f6632acad39843ba933a86f66335b5a7e63 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-12-26 14:18:31 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-12-26 15:04:30 +0000 math/suitesparse: upgrade to v6.0.3 Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.3>. --- math/suitesparse-config/pkg-plist | 2 +- math/suitesparse/Makefile | 2 +- math/suitesparse/bsd.suitesparse.mk | 2 +- math/suitesparse/distinfo | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist index b946071ef523..80590f58d11c 100644 --- a/math/suitesparse-config/pkg-plist +++ b/math/suitesparse-config/pkg-plist @@ -3,6 +3,6 @@ lib/cmake/SuiteSparse/FindSuiteSparse_config.cmake lib/libsuitesparseconfig.a lib/libsuitesparseconfig.so lib/libsuitesparseconfig.so.6 -lib/libsuitesparseconfig.so.6.0.2 +lib/libsuitesparseconfig.so.6.0.3 %%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md %%PORTDOCS%%%%DOCSDIR%%/config_README.txt diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 0f0e59dde0fe..003134a85134 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 6.0.2 +PORTVERSION= 6.0.3 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 8d5ae1541bea..465910b925f8 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 6.0.2 +SSPVERSION= 6.0.3 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 8b2457e2049a..af20683aeb10 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671126021 -SHA256 (suitesparse/v6.0.2.tar.gz) = c5d960cd210279c3c83a27747aca2fdeb2e4a13af42870ca0635739accdc6847 -SIZE (suitesparse/v6.0.2.tar.gz) = 64792847 +TIMESTAMP = 1672063568 +SHA256 (suitesparse/v6.0.3.tar.gz) = 7111b505c1207f6f4bd0be9740d0b2897e1146b845d73787df07901b4f5c1fb7 +SIZE (suitesparse/v6.0.3.tar.gz) = 64809992
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212261508.2BQF8GaO055032>