diff options
author | marino <marino@FreeBSD.org> | 2014-08-13 18:16:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-13 18:16:02 +0800 |
commit | 2cb462d5fbd1d70c577d2e51039877e07ff82446 (patch) | |
tree | 539b1d02058104148d635dc8944ba26a1c7c8008 | |
parent | f0050dd3f3890840bd8fadaf8c6b0bb6f1e7e11c (diff) | |
download | freebsd-ports-gnome-2cb462d5fbd1d70c577d2e51039877e07ff82446.tar.gz freebsd-ports-gnome-2cb462d5fbd1d70c577d2e51039877e07ff82446.tar.zst freebsd-ports-gnome-2cb462d5fbd1d70c577d2e51039877e07ff82446.zip |
Reset maintainer of net/mpich2
This port is unstaged. There were PRs discussing it, but no staging
PR existed, so the maintainer should have been reset back in June.
Several staged ports that depend on this one are currently at risk of
being removed with it. It's also very old (ver 1.3.2) and the current
release is at 3.1.2, so it also needs to be updated to the latest
version as well as staged.
Approved by: portmgr (implicit, not staged)
-rw-r--r-- | net/mpich2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 38977e277c50..0d352c839ce8 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -9,7 +9,7 @@ CATEGORIES= net java parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ DIST_SUBDIR= mpich -MAINTAINER= bf@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Portable implementation of MPI-1 and MPI-2 LICENSE= MPICH |