diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-09-02 05:50:14 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-09-02 05:50:14 +0800 |
commit | 78e2b56a8a68083d22afc700d073631ba82a8239 (patch) | |
tree | 43213d40998f6fb83d7305f230cab7d559c7d364 /math | |
parent | b3b04d5e62258528ac66671272a44d121c60b565 (diff) | |
download | freebsd-ports-gnome-78e2b56a8a68083d22afc700d073631ba82a8239.tar.gz freebsd-ports-gnome-78e2b56a8a68083d22afc700d073631ba82a8239.tar.zst freebsd-ports-gnome-78e2b56a8a68083d22afc700d073631ba82a8239.zip |
- Upgrade to 1.5;
- Bump PORTREVISION for consumers.
Diffstat (limited to 'math')
-rw-r--r-- | math/blacs/Makefile | 2 | ||||
-rw-r--r-- | math/blocksolve95/Makefile | 2 | ||||
-rw-r--r-- | math/mumps/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/scalapack/Makefile | 2 | ||||
-rw-r--r-- | math/sdpara/Makefile | 2 | ||||
-rw-r--r-- | math/spooles/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index ef00f11fad43..c2170bf011a5 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR=blacs diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 54800232a1a8..cf37d14bb52c 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -3,7 +3,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 3f2a6e329b21..f24c14d1a432 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumps PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index bd7e7bdc6794..07d8ff473786 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -3,7 +3,7 @@ PORTNAME= ParMetis PORTVERSION= 4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 7ac0aa093999..29a3194e3cd9 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -3,7 +3,7 @@ PORTNAME= scalapack PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR=${PORTNAME} diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index f5288544c2d6..69c5334ffc01 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdpara PORTVERSION= 7.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math parallel MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE}#${MANUALFILE} diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 86b4dae73d01..da23d0566ff7 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -3,7 +3,7 @@ PORTNAME= spooles PORTVERSION= 2.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MASTER_SITES= http://www.netlib.org/linalg/spooles/ .ifdef WITH_MPI |