diff options
author | gerald <gerald@FreeBSD.org> | 2009-09-13 08:08:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-09-13 08:08:01 +0800 |
commit | 1c3907bb1d0398521432edac556a43517c23e5e3 (patch) | |
tree | e74147114f5b0f3c0ad788a30003a50bc136fc0a /net | |
parent | 2dcebfe867e43f06e91f18e302cc215dd2fdbb9f (diff) | |
download | freebsd-ports-gnome-1c3907bb1d0398521432edac556a43517c23e5e3.tar.gz freebsd-ports-gnome-1c3907bb1d0398521432edac556a43517c23e5e3.tar.zst freebsd-ports-gnome-1c3907bb1d0398521432edac556a43517c23e5e3.zip |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/mpich2/Makefile | 1 | ||||
-rw-r--r-- | net/openmpi/Makefile | 1 | ||||
-rw-r--r-- | net/pvm/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-mpi/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 7de2d9d8071a..0c6d71709992 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpich2 DISTVERSION= 1.1.1p1 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= net parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index aeb1d33b87d1..9e6441ffdb56 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -10,6 +10,7 @@ PORTNAME= openmpi DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.3/downloads/ diff --git a/net/pvm/Makefile b/net/pvm/Makefile index 5e80616f7aaa..ab8e976ce715 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= pvm PORTVERSION= 3.4.5 -PORTREVISION= 4 +PORTREVISION= 5 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 ae0f48a3fe26..4ec671bdc0bb 100644 --- a/net/ruby-mpi/Makefile +++ b/net/ruby-mpi/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpi PORTVERSION= 0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net ruby MASTER_SITES= SF/${PORTNAME}ruby/${PORTNAME}ruby/${PORTNAME}ruby-${PORTVERSION} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |