diff options
-rw-r--r-- | cad/gmsh/Makefile | 10 | ||||
-rw-r--r-- | cad/gmsh/distinfo | 6 | ||||
-rw-r--r-- | cad/gmsh/pkg-plist | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 2f4848cacc6e..e2f0e21b795c 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -28,9 +27,10 @@ TETGEN_SRC= predicates.cxx tetgen.cxx tetgen.h GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ - --with-gsl-prefix=${LOCALBASE} \ - --with-jpeg-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ + --with-gsl-prefix=${LOCALBASE} \ + --with-med-prefix=${LOCALBASE} \ + --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} USE_GMAKE= yes ALL_TARGET= all utils diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index d9589275f25c..27d308190ca8 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,3 +1,3 @@ -MD5 (gmsh-2.1.1-source.tgz) = b6d0c9f680cdd74b73a4b0c9045afd95 -SHA256 (gmsh-2.1.1-source.tgz) = 633cf180e62c9cf4b7152f6d54b8af829f32653c29180ec7532c2c32cd10bf56 -SIZE (gmsh-2.1.1-source.tgz) = 2330715 +MD5 (gmsh-2.2.0-source.tgz) = aa7b264706b0f7462ccd52b67be2f7a3 +SHA256 (gmsh-2.2.0-source.tgz) = 5e489eab58cba5549c6662abdba814b4d982ebc4aa9be5fa09c5f24f390066d3 +SIZE (gmsh-2.2.0-source.tgz) = 2361156 diff --git a/cad/gmsh/pkg-plist b/cad/gmsh/pkg-plist index b84e84fe3d95..b964651fbff1 100644 --- a/cad/gmsh/pkg-plist +++ b/cad/gmsh/pkg-plist @@ -25,7 +25,9 @@ bin/mshsort %%PORTDOCS%%%%EXAMPLESDIR%%/demos/cone.geo %%PORTDOCS%%%%EXAMPLESDIR%%/demos/cube.geo %%PORTDOCS%%%%EXAMPLESDIR%%/demos/encode.script +%%PORTDOCS%%%%EXAMPLESDIR%%/demos/fields.geo %%PORTDOCS%%%%EXAMPLESDIR%%/demos/filter.geo +%%PORTDOCS%%%%EXAMPLESDIR%%/demos/gen_earth_100km.geo %%PORTDOCS%%%%EXAMPLESDIR%%/demos/hex.geo %%PORTDOCS%%%%EXAMPLESDIR%%/demos/isosurf.script %%PORTDOCS%%%%EXAMPLESDIR%%/demos/lowmem-anim.geo |