diff options
author | Sebastian <sko@rostwald.de> | 2025-05-19 18:28:07 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-05-19 18:36:21 +0200 |
commit | f3547eda97f94a5cd3da3a0579d5da5b3643e71c (patch) | |
tree | 7cc7b9235742ce717b6fbdb2e98111c86d9b01e4 | |
parent | security/vuxml: Add firefox{-esr} vulnerabilities (diff) |
math/suitesparse-cholmod: fix the build
The previous upgrade of SuiteSparse silently updated CHOLMOD.
PR: 286926
-rw-r--r-- | math/suitesparse-cholmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index e5a3d98139ce..0fd1e378006a 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package |