diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-12 14:08:12 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-12 14:08:12 +0800 |
commit | 0496b9ef5ac588b67d895770e4b2ad2349fb033f (patch) | |
tree | c47e0fa4f1098a5d5fb3bda8d6319eafc2f5a4ce /net/openmpi | |
parent | 0ea4bfc0c4bea58fc533b3838921d813371d44a8 (diff) | |
download | freebsd-ports-gnome-0496b9ef5ac588b67d895770e4b2ad2349fb033f.tar.gz freebsd-ports-gnome-0496b9ef5ac588b67d895770e4b2ad2349fb033f.tar.zst freebsd-ports-gnome-0496b9ef5ac588b67d895770e4b2ad2349fb033f.zip |
Upgrade to 1.0.1. Fix MASTER_SITES (they added another directory to the
path).
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 6 | ||||
-rw-r--r-- | net/openmpi/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 2be765c72b94..9bf58d24b226 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -10,17 +10,15 @@ # - etc/*.sample support PORTNAME= openmpi -DISTVERSION= 1.0.1rc2 +DISTVERSION= 1.0.1 CATEGORIES= net parallel -MASTER_SITES= http://www.open-mpi.org/software/v1.0/downloads/ +MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.0/downloads/ MAINTAINER= brooks@FreeBSD.org COMMENT= A High Performance Message Passing Library LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -BROKEN= Unfetchable - USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/openmpi/distinfo b/net/openmpi/distinfo index dba783ab44db..cf5ecf03e4cb 100644 --- a/net/openmpi/distinfo +++ b/net/openmpi/distinfo @@ -1,3 +1,3 @@ -MD5 (openmpi-1.0.1rc2.tar.bz2) = a4a6eecc01309482b9d2a866c1200989 -SHA256 (openmpi-1.0.1rc2.tar.bz2) = b396bbb53b0ed48302c113ba64fee04ecb0a1270585405c3869efb3848e9ab5c -SIZE (openmpi-1.0.1rc2.tar.bz2) = 3049536 +MD5 (openmpi-1.0.1.tar.bz2) = 8abccca5cdddc81a6d9d9e22b3bb6db9 +SHA256 (openmpi-1.0.1.tar.bz2) = f801b7c8ea6c485ac0709a628a479aeafa718a205ed6bc0cf2c684bc0cc73253 +SIZE (openmpi-1.0.1.tar.bz2) = 3027217 |