diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-31 15:02:19 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-31 15:31:07 +0100 |
commit | 47866d53fb9b7f71937c91cd219a3aacc8ad0801 (patch) | |
tree | 0063b797df9a364c54578736e4ca24dc65d0328b /math | |
parent | c40c38cfcb2ee78bcfa81ea6322c7cd3514b5f3a (diff) | |
download | freebsd-ports-47866d53fb9b7f71937c91cd219a3aacc8ad0801.zip |
math/suitesparse-colamd: upgrade to 3.3.0
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse-colamd/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse-colamd/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index ff386f170e2c..b1ba554f00d4 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= math COMMENT= Column approximate minimum degree ordering algorithm diff --git a/math/suitesparse-colamd/pkg-plist b/math/suitesparse-colamd/pkg-plist index 41e87684f66c..71655a9ae6ff 100644 --- a/math/suitesparse-colamd/pkg-plist +++ b/math/suitesparse-colamd/pkg-plist @@ -6,6 +6,6 @@ lib/cmake/COLAMD/COLAMDTargets.cmake lib/libcolamd.a lib/libcolamd.so lib/libcolamd.so.3 -lib/libcolamd.so.3.2.1 +lib/libcolamd.so.%%VER%% libdata/pkgconfig/COLAMD.pc %%PORTDOCS%%%%DOCSDIR%%/COLAMD_README.txt |