diff options
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/distinfo | 2 | ||||
-rw-r--r-- | math/parmetis/files/patch-aa | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 3547c8f2f5b7..dcf5d0ee7097 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ParMetis -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= math parallel MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/parmetis/files/ diff --git a/math/parmetis/distinfo b/math/parmetis/distinfo index d55ab524de45..1bd9e88c3412 100644 --- a/math/parmetis/distinfo +++ b/math/parmetis/distinfo @@ -1 +1 @@ -MD5 (ParMetis-3.0.tar.gz) = 0bf146e60d9eb63f70ae388d7b35e6ba +MD5 (ParMetis-3.1.tar.gz) = 15f252eabc397a8c2f56fa1f5ed91354 diff --git a/math/parmetis/files/patch-aa b/math/parmetis/files/patch-aa index 02c0a0e3defc..a5f3a2aa61ef 100644 --- a/math/parmetis/files/patch-aa +++ b/math/parmetis/files/patch-aa @@ -1,10 +1,10 @@ ---- ParMETISLib/stdheaders.h.orig Sun Jun 9 18:06:05 2002 -+++ ParMETISLib/stdheaders.h Sun Jun 9 18:08:02 2002 +--- ParMETISLib/stdheaders.h.orig Wed Oct 8 11:34:41 2003 ++++ ParMETISLib/stdheaders.h Wed Oct 8 11:34:53 2003 @@ -14,7 +14,6 @@ #include <stdio.h> #include <stdlib.h> -#include <malloc.h> - #include <strings.h> #include <string.h> #include <ctype.h> + #include <math.h> |