diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-07 16:34:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-07 16:34:27 +0000 |
commit | 05a2cbc2b4065df619532438fa1273548077e37e (patch) | |
tree | ffe8dc35739c0dc07e44a2c2fc8227a6fd376cb7 /net | |
parent | 171453ccf2d9ef87f9483a6cfa6dc4a62e374495 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/mpich/Makefile | 2 | ||||
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/openmpi/Makefile | 2 | ||||
-rw-r--r-- | net/pvm/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-mpi/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index d7bee186f527..48ab4185a9aa 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpich DISTVERSION= 1.2.7p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 41275c385f04..28c50af89556 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpich2 PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= net parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/ diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index e94286329a64..6350d4b914e0 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -10,7 +10,7 @@ PORTNAME= openmpi DISTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.2/downloads/ diff --git a/net/pvm/Makefile b/net/pvm/Makefile index 220eaa221ac4..5e80616f7aaa 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= pvm PORTVERSION= 3.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net parallel MASTER_SITES= http://www.netlib.org/pvm3/ \ ftp://ftp.chg.ru/pub/prog/parallel/pvm3/ diff --git a/net/ruby-mpi/Makefile b/net/ruby-mpi/Makefile index 35a5f3227e0a..b7a48d6caa3f 100644 --- a/net/ruby-mpi/Makefile +++ b/net/ruby-mpi/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpi PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}ruby |