diff options
author | maho <maho@FreeBSD.org> | 2006-10-06 11:53:42 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-10-06 11:53:42 +0800 |
commit | 9a16bea9574eaefc31ec1c46f9754572e0c9b4e8 (patch) | |
tree | 0d26ee50d82d27bba853df5008beb8fc4bb432cd /math | |
parent | 824d2754ca59da63cd4a5ff4aa5ee39af05f0a5d (diff) | |
download | freebsd-ports-gnome-9a16bea9574eaefc31ec1c46f9754572e0c9b4e8.tar.gz freebsd-ports-gnome-9a16bea9574eaefc31ec1c46f9754572e0c9b4e8.tar.zst freebsd-ports-gnome-9a16bea9574eaefc31ec1c46f9754572e0c9b4e8.zip |
math/ufsparse has been renamed to math/suitesparse
PR: 103598
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse/distinfo | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/Makefile b/math/Makefile index 5e1039042d40..40e640b60a80 100644 --- a/math/Makefile +++ b/math/Makefile @@ -324,6 +324,7 @@ SUBDIR += spooles-mpich SUBDIR += ss SUBDIR += stepulator + SUBDIR += suitesparse SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf @@ -335,7 +336,6 @@ SUBDIR += triangle SUBDIR += truthtable SUBDIR += tvmet - SUBDIR += ufsparse SUBDIR += umatrix SUBDIR += umfpack SUBDIR += ump diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 7619c21abfe5..c1690b30f65e 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ufsparse +PORTNAME= suitesparse PORTVERSION= 2.1.1 PORTREVISION= 1 CATEGORIES= math diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 1dd7b5ce3b03..1a15580f2f1c 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -MD5 (ufsparse/2.1.1/SuiteSparse.tar.gz) = bc01ef2f26e6ad3eed83b4ad62e46a68 -SHA256 (ufsparse/2.1.1/SuiteSparse.tar.gz) = 200f970f2dc596fffe5c9ff9fe6b9f11d3ce9d28a963df1e209942b3f4012ce1 -SIZE (ufsparse/2.1.1/SuiteSparse.tar.gz) = 7839523 +MD5 (suitesparse/2.1.1/SuiteSparse.tar.gz) = bc01ef2f26e6ad3eed83b4ad62e46a68 +SHA256 (suitesparse/2.1.1/SuiteSparse.tar.gz) = 200f970f2dc596fffe5c9ff9fe6b9f11d3ce9d28a963df1e209942b3f4012ce1 +SIZE (suitesparse/2.1.1/SuiteSparse.tar.gz) = 7839523 |