aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-10-19 18:15:30 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-10-20 10:11:14 +0000
commit6e6a1c451e93c368b85c6d4faaf6585c5f3f3708 (patch)
tree91c98c52ea66af8a7ff561ec69dd1bc23a50af0d
parent6a311f77ac4b737e6de3f0f9f0c1f9726517ac04 (diff)
downloadports-6e6a1c451e93c368b85c6d4faaf6585c5f3f3708.tar.gz
ports-6e6a1c451e93c368b85c6d4faaf6585c5f3f3708.zip
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.
-rw-r--r--math/suitesparse-config/pkg-plist2
-rw-r--r--math/suitesparse/Makefile2
-rw-r--r--math/suitesparse/bsd.suitesparse.mk4
-rw-r--r--math/suitesparse/distinfo6
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