aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-09-28 03:41:24 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-09-28 03:41:24 +0000
commit94f7ea6c8f50fefcaa643a379c5418760974f334 (patch)
treee757dad59ec8fcf3bc25f70850a7c505d63f3a41
parent6083c63ce6518b5863e802d6eaea1b21da9f2e2a (diff)
downloadports-94f7ea6c8f50fefcaa643a379c5418760974f334.tar.gz
ports-94f7ea6c8f50fefcaa643a379c5418760974f334.zip
Notes
-rw-r--r--benchmarks/imb/Makefile2
-rw-r--r--benchmarks/mdtest/Makefile2
-rw-r--r--math/blacs/Makefile2
-rw-r--r--math/parmetis/Makefile2
-rw-r--r--math/parmgridgen/Makefile2
-rw-r--r--math/scalapack/Makefile2
-rw-r--r--math/vtk6/Makefile2
-rw-r--r--net/openmpi/Makefile3
-rw-r--r--net/openmpi/distinfo4
-rw-r--r--net/openmpi/pkg-plist8
-rw-r--r--science/dlpoly-classic/Makefile2
-rw-r--r--science/fvcom-mpi/Makefile2
-rw-r--r--science/fvm/Makefile1
-rw-r--r--science/gromacs/Makefile2
-rw-r--r--science/meep/Makefile2
-rw-r--r--science/ncs/Makefile1
-rw-r--r--science/pnetcdf/Makefile2
17 files changed, 21 insertions, 20 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index 6c71bb84da30..7075fe2a5b5d 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= imb
PORTVERSION= 3.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= benchmarks parallel
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://cache-www.intel.com/cd/00/00/32/71/
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile
index 3effaae3db45..dcce7e727939 100644
--- a/benchmarks/mdtest/Makefile
+++ b/benchmarks/mdtest/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mdtest
PORTVERSION= 1.9.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= benchmarks
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
diff --git a/math/blacs/Makefile b/math/blacs/Makefile
index 4c75bc70e4c7..a0d52aa8abc1 100644
--- a/math/blacs/Makefile
+++ b/math/blacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= blacs
PORTVERSION= 1.7
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_NETLIB}
MASTER_SITE_SUBDIR=blacs
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index a277f45115f2..f8b662702b2e 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ParMetis
PORTVERSION= 4.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math parallel
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/
MASTER_SITE_SUBDIR= . OLD
diff --git a/math/parmgridgen/Makefile b/math/parmgridgen/Makefile
index 56aa95e9ffd9..cb07ad3dab4e 100644
--- a/math/parmgridgen/Makefile
+++ b/math/parmgridgen/Makefile
@@ -3,7 +3,7 @@
PORTNAME= parmgridgen
PORTVERSION= 1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math science
MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \
http://www-users.cs.umn.edu/~moulitsa/download/ \
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile
index b58b3d6d017c..375aaff7b403 100644
--- a/math/scalapack/Makefile
+++ b/math/scalapack/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scalapack
PORTVERSION= 2.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_NETLIB}
MASTER_SITE_SUBDIR=${PORTNAME}
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile
index afc0dc430610..875b0c50e372 100644
--- a/math/vtk6/Makefile
+++ b/math/vtk6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vtk
PORTVERSION= 6.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 6
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 6e9e53baab00..a76f47a7e30c 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -4,8 +4,7 @@
# - etc/*.sample support
PORTNAME= openmpi
-DISTVERSION= 1.8.2
-PORTREVISION= 1
+DISTVERSION= 1.8.3
CATEGORIES= net parallel
MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.8/downloads/
diff --git a/net/openmpi/distinfo b/net/openmpi/distinfo
index 553e88397c18..51b492fd2a5e 100644
--- a/net/openmpi/distinfo
+++ b/net/openmpi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (openmpi-1.8.2.tar.bz2) = ab70770faf1bac15ef44301fe2186b02f857646545492dd7331404e364a7d131
-SIZE (openmpi-1.8.2.tar.bz2) = 13268564
+SHA256 (openmpi-1.8.3.tar.bz2) = 2ef02dab61febeb74714ff80d508c00b05defc635b391ed2c8dcc1791fbc88b3
+SIZE (openmpi-1.8.3.tar.bz2) = 13301056
diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist
index 3b55fddac72d..8aa42eb406df 100644
--- a/net/openmpi/pkg-plist
+++ b/net/openmpi/pkg-plist
@@ -227,7 +227,7 @@
%%MPIDIR%%/lib/libmpi.la
%%MPIDIR%%/lib/libmpi.so
%%MPIDIR%%/lib/libmpi.so.1
-%%MPIDIR%%/lib/libmpi.so.1.5.2
+%%MPIDIR%%/lib/libmpi.so.1.6.0
%%MPIDIR%%/lib/libmpi_cxx.la
%%MPIDIR%%/lib/libmpi_cxx.so
%%MPIDIR%%/lib/libmpi_cxx.so.1
@@ -235,7 +235,7 @@
%%MPIDIR%%/lib/libmpi_mpifh.la
%%MPIDIR%%/lib/libmpi_mpifh.so
%%MPIDIR%%/lib/libmpi_mpifh.so.2
-%%MPIDIR%%/lib/libmpi_mpifh.so.2.4.0
+%%MPIDIR%%/lib/libmpi_mpifh.so.2.5.0
%%MPIDIR%%/lib/libmpi_usempi.la
%%MPIDIR%%/lib/libmpi_usempi.so
%%MPIDIR%%/lib/libmpi_usempi.so.1
@@ -247,11 +247,11 @@
%%MPIDIR%%/lib/libopen-pal.la
%%MPIDIR%%/lib/libopen-pal.so
%%MPIDIR%%/lib/libopen-pal.so.6
-%%MPIDIR%%/lib/libopen-pal.so.6.2.0
+%%MPIDIR%%/lib/libopen-pal.so.6.2.1
%%MPIDIR%%/lib/libopen-rte.la
%%MPIDIR%%/lib/libopen-rte.so
%%MPIDIR%%/lib/libopen-rte.so.7
-%%MPIDIR%%/lib/libopen-rte.so.7.0.4
+%%MPIDIR%%/lib/libopen-rte.so.7.0.5
%%MPIDIR%%/lib/mpi.mod
%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la
%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so
diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile
index f086e01f30a9..9ce3df7f37af 100644
--- a/science/dlpoly-classic/Makefile
+++ b/science/dlpoly-classic/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dlpoly
PORTVERSION= 1.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= science java
MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/
PKGNAMESUFFIX= classic
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile
index 0b6710b1fa87..cd271fd0f855 100644
--- a/science/fvcom-mpi/Makefile
+++ b/science/fvcom-mpi/Makefile
@@ -1,7 +1,7 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
-PORTREVISION= 6
+PORTREVISION= 7
PKGNAMESUFFIX= -openmpi
MPIPREFIX= mpi/openmpi/
diff --git a/science/fvm/Makefile b/science/fvm/Makefile
index b7f2ccd06f9c..ff3f7756c7b7 100644
--- a/science/fvm/Makefile
+++ b/science/fvm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fvm
PORTVERSION= 0.15.4
+PORTREVISION= 1
CATEGORIES= science parallel
MASTER_SITES= http://code-saturne.org/releases/
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 0d8869004c0f..ad7dfd1035eb 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gromacs
PORTVERSION= 5.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
diff --git a/science/meep/Makefile b/science/meep/Makefile
index ca56388ffc60..8fd2bda47935 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meep
PORTVERSION= 1.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/meep/
diff --git a/science/ncs/Makefile b/science/ncs/Makefile
index 4836ad6aa75e..f717bddc690d 100644
--- a/science/ncs/Makefile
+++ b/science/ncs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ncs
PORTVERSION= 2.0.7
+PORTREVISION= 1
CATEGORIES= science parallel
MASTER_SITES= http://code-saturne.org/releases/
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index bce9d5743f7f..bbc401f3078f 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pnetcdf
PORTVERSION= 1.5.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science parallel
MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
LOCAL/sunpoet