git: 6e6a1c451e93 - main - math/suitesparse: upgrade to v7.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 10:14:58 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6a1c451e93c368b85c6d4faaf6585c5f3f3708
commit 6e6a1c451e93c368b85c6d4faaf6585c5f3f3708
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-10-19 18:15:30 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-10-20 10:11:14 +0000
math/suitesparse: upgrade to v7.2.2
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.2>
It seems that only CHOLMOD is really updated.
---
math/suitesparse-config/pkg-plist | 2 +-
math/suitesparse/Makefile | 2 +-
math/suitesparse/bsd.suitesparse.mk | 4 +++-
math/suitesparse/distinfo | 6 +++---
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist
index 354316d32334..f5852a04ba21 100644
--- a/math/suitesparse-config/pkg-plist
+++ b/math/suitesparse-config/pkg-plist
@@ -13,7 +13,7 @@ lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake
lib/libsuitesparseconfig.a
lib/libsuitesparseconfig.so
lib/libsuitesparseconfig.so.7
-lib/libsuitesparseconfig.so.7.2.1
+lib/libsuitesparseconfig.so.%%VER%%
libdata/pkgconfig/SuiteSparse_config.pc
%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md
%%PORTDOCS%%%%DOCSDIR%%/config_README.txt
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 802fcf26fef7..3db65cdacb37 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -1,5 +1,5 @@
PORTNAME= suitesparse
-PORTVERSION= 7.2.1
+PORTVERSION= 7.2.2
CATEGORIES= math
MAINTAINER= fortran@FreeBSD.org
diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk
index 6a2b0364712e..925e8ef86d0e 100644
--- a/math/suitesparse/bsd.suitesparse.mk
+++ b/math/suitesparse/bsd.suitesparse.mk
@@ -4,7 +4,7 @@
PKGNAMEPREFIX= suitesparse-
SSPNAME= suitesparse
-SSPVERSION= 7.2.1
+SSPVERSION= 7.2.2
DISTVERSIONPREFIX= v
MAINTAINER= fortran@FreeBSD.org
@@ -51,6 +51,8 @@ LDFLAGS+= -L${WRKSRC}/lib # prevent linking with shared libs from the preinstall
INSTALL_TARGET= install # skip USES=cmake
INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST_SUB+= VER=${PORTVERSION}
+
# FIXME: wont work if .CURDIR contains spaces
DISTINFO_FILE= ${.CURDIR}/../../math/suitesparse/distinfo
diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo
index 9a7b464e8e3e..d112f2c5d6cc 100644
--- a/math/suitesparse/distinfo
+++ b/math/suitesparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697272278
-SHA256 (suitesparse/v7.2.1.tar.gz) = 304e959a163ff74f8f4055dade3e0b5498d9aa3b1c483633bb400620f521509f
-SIZE (suitesparse/v7.2.1.tar.gz) = 65392568
+TIMESTAMP = 1697738812
+SHA256 (suitesparse/v7.2.2.tar.gz) = ec0ece3348ce410d938543dc94f63fc7816016610f2d0d5cfc633c8f86597e02
+SIZE (suitesparse/v7.2.2.tar.gz) = 65392248