diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-06-07 21:20:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-06-07 21:20:58 +0000 |
commit | 786016d9a047f54f97c8aa0aacb23f040feb8856 (patch) | |
tree | 76f371a976b7cc9403abf0de1f8bf6dd6ed81dc7 /net/mpich2 | |
parent | Do the PORTREVISION correctly (ie: old value + 1). Sigh. More coffee. (diff) |
Fix version going backwards since the bump following USE_XLIB -> USE_XORG.
No functional change.
Reported by: kris
Diffstat (limited to 'net/mpich2')
-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 34ef7bc97e9a..50218342841b 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpich2 PORTVERSION= 1.0.7 PORTREVISION= 1 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= net parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/ DIST_SUBDIR= mpich |