diff options
author | maho <maho@FreeBSD.org> | 2006-09-02 06:58:02 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-02 06:58:02 +0000 |
commit | 5a1909f49e91cf6605f7ee5f6e94d3eaf582edaa (patch) | |
tree | 5dd98493077cd44cb8814adf48fa8a6f170c66b3 /math | |
parent | b3f44b4c809df71749c054b6cbca0fe9bca2d467 (diff) | |
download | FreeBSD-ports-5a1909f49e91cf6605f7ee5f6e94d3eaf582edaa.zip FreeBSD-ports-5a1909f49e91cf6605f7ee5f6e94d3eaf582edaa.tar.gz |
Make use of DIST_SUBDIR since author uses the filename
UFsparse.tar.gz regardless of actual versions; 2.0.0beta,
2.0 and 2.1 to prepare to avoid conflicts for updating to 2.1.
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse/Makefile | 1 | ||||
-rw-r--r-- | math/suitesparse/distinfo | 6 | ||||
-rw-r--r-- | math/ufsparse/Makefile | 1 | ||||
-rw-r--r-- | math/ufsparse/distinfo | 6 |
4 files changed, 8 insertions, 6 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 813d696..51e924c 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.0.0.b CATEGORIES= math MASTER_SITES= http://www.cise.ufl.edu/research/sparse/UFsparse/v2.0.0beta/ DISTNAME= UFsparse +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= UFspace is a set of packages for sparse matrices calculation diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index bb0bc22..2eabfa4 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -MD5 (UFsparse.tar.gz) = 9267081abf635b581a8ae4ba4309a79d -SHA256 (UFsparse.tar.gz) = fdb59e8deb0a40bb5c311a0d9be406494ec6427eff7276c3fd3f650a96951341 -SIZE (UFsparse.tar.gz) = 7765937 +MD5 (ufsparse/2.0.0.b/UFsparse.tar.gz) = 9267081abf635b581a8ae4ba4309a79d +SHA256 (ufsparse/2.0.0.b/UFsparse.tar.gz) = fdb59e8deb0a40bb5c311a0d9be406494ec6427eff7276c3fd3f650a96951341 +SIZE (ufsparse/2.0.0.b/UFsparse.tar.gz) = 7765937 diff --git a/math/ufsparse/Makefile b/math/ufsparse/Makefile index 813d696..51e924c 100644 --- a/math/ufsparse/Makefile +++ b/math/ufsparse/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.0.0.b CATEGORIES= math MASTER_SITES= http://www.cise.ufl.edu/research/sparse/UFsparse/v2.0.0beta/ DISTNAME= UFsparse +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= UFspace is a set of packages for sparse matrices calculation diff --git a/math/ufsparse/distinfo b/math/ufsparse/distinfo index bb0bc22..2eabfa4 100644 --- a/math/ufsparse/distinfo +++ b/math/ufsparse/distinfo @@ -1,3 +1,3 @@ -MD5 (UFsparse.tar.gz) = 9267081abf635b581a8ae4ba4309a79d -SHA256 (UFsparse.tar.gz) = fdb59e8deb0a40bb5c311a0d9be406494ec6427eff7276c3fd3f650a96951341 -SIZE (UFsparse.tar.gz) = 7765937 +MD5 (ufsparse/2.0.0.b/UFsparse.tar.gz) = 9267081abf635b581a8ae4ba4309a79d +SHA256 (ufsparse/2.0.0.b/UFsparse.tar.gz) = fdb59e8deb0a40bb5c311a0d9be406494ec6427eff7276c3fd3f650a96951341 +SIZE (ufsparse/2.0.0.b/UFsparse.tar.gz) = 7765937 |