diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-18 06:15:19 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-18 06:15:19 +0000 |
commit | b69d904d5c876392cdbefe72a532ac5cdb19c5ad (patch) | |
tree | d27a88e6a31cd258d6a17dd6e54262830a1a12ab /net/mpich/Makefile | |
parent | 8dbe54a136d4f723d5637d40775b066d2adc9cc2 (diff) | |
download | ports-b69d904d5c876392cdbefe72a532ac5cdb19c5ad.tar.gz ports-b69d904d5c876392cdbefe72a532ac5cdb19c5ad.zip |
Notes
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 01ab9c7eee31..800a9cf1f5b7 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: mpich (portable mpi standard imp.) # Date created: 2 May 1998 -# Whom: dbader@eece.unm.edu +# Whom: dbader@ece.unm.edu # # $FreeBSD$ # PORTNAME= mpich PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich -MAINTAINER= dbader@eece.unm.edu +MAINTAINER= dbader@ece.unm.edu COMMENT= Message Passing Interface (MPI) Library PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/ -PATCHFILES= 3524 7633 +PATCHFILES= 7633 7629 7791 7814 7829 # 7650 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 |