diff options
author | krion <krion@FreeBSD.org> | 2004-11-14 09:44:19 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-14 09:44:19 +0000 |
commit | 687e3ec491dd5fff7068adf19faf8cc033f145de (patch) | |
tree | 49fe469295d26ce0b44598f53ef601606886a3bf /cad | |
parent | 18e40ddde583421a7a54529aef1c3555880d25c1 (diff) | |
download | FreeBSD-ports-687e3ec491dd5fff7068adf19faf8cc033f145de.zip FreeBSD-ports-687e3ec491dd5fff7068adf19faf8cc033f145de.tar.gz |
Update to version 1.56.2
PR: ports/73899
Submitted by: Ports Fury
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 2 | ||||
-rw-r--r-- | cad/gmsh/distinfo | 4 | ||||
-rw-r--r-- | cad/gmsh/files/patch-Common::AdaptiveViews.cpp | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 58095f9..9dd978e 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 1.56.1 +PORTVERSION= 1.56.2 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://cm.bell-labs.com/netlib/voronoi/:triangle diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index 2137573..4596c8d 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,2 +1,2 @@ -MD5 (gmsh-1.56.1-source.tgz) = fedcc6642bdc7195ee73b44ed4964f10 -SIZE (gmsh-1.56.1-source.tgz) = 1730809 +MD5 (gmsh-1.56.2-source.tgz) = 1eafb2b57e4736d5bdc74934f8ed3151 +SIZE (gmsh-1.56.2-source.tgz) = 1727273 diff --git a/cad/gmsh/files/patch-Common::AdaptiveViews.cpp b/cad/gmsh/files/patch-Common::AdaptiveViews.cpp new file mode 100644 index 0000000..339a5ef --- /dev/null +++ b/cad/gmsh/files/patch-Common::AdaptiveViews.cpp @@ -0,0 +1,10 @@ +--- Common/AdaptiveViews.cpp.orig Thu Nov 11 07:45:16 2004 ++++ Common/AdaptiveViews.cpp Thu Nov 11 16:11:29 2004 +@@ -23,6 +23,7 @@ + + #include <stdio.h> + #include <math.h> ++#include <time.h> + #include <list> + #include <set> + #include "Views.h" |