diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-02 14:58:02 +0800 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-02 14:58:02 +0800 |
commit | 2fc37958abcc9b4df27709e0753c13ec5ae8418d (patch) | |
tree | f4363aa55aa20faef78f67d86df050e8d1994c4c /math | |
parent | cf6972bdade7080f03686c73ddd304dac8b490fc (diff) | |
download | freebsd-ports-gnome-2fc37958abcc9b4df27709e0753c13ec5ae8418d.tar.gz freebsd-ports-gnome-2fc37958abcc9b4df27709e0753c13ec5ae8418d.tar.zst freebsd-ports-gnome-2fc37958abcc9b4df27709e0753c13ec5ae8418d.zip |
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 813d6962c56b..51e924c9559f 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 bb0bc226a54a..2eabfa46edd9 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 813d6962c56b..51e924c9559f 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 bb0bc226a54a..2eabfa46edd9 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 |