From f4dd1a98e8e15a310954372ee34ab857a55e527f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Fri, 25 Jan 2019 17:41:45 +0000 Subject: [PATCH] cad/gmsh: update to 4.1.3 Changes since 4.1.0: https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt * Improved quad meshing * New options for automatic full-quad meshes * Save nodesets also for physical points (Abaqus, Tochnog) * New getPartitions, unpartition and removePhysicalName functions in API * Small bug fixes. * fixed full-quad subdivision if Mesh.SecondOrderLinear is set * Fixed packing of parallelograms regression in 4.1.1. * Added support for general affine transformations with OpenCASCADE kernel * Improved handling of boolean tolerance (snap vertices) * Faster crossfield calculation by default (e.g. for DelQuad algorithm) * Fixed face vertices for PyramidN * Renamed ONELAB "Action" and "Button" parameters "ONELAB/Action" and "ONELAB/Button" * Added support for actions on any ONELAB button * Added API functions for selections in user interface. Reported by: portscout --- cad/gmsh/Makefile | 2 +- cad/gmsh/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 2efa48e747a1..c1ba45748328 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.3 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index 7394d488931a..01f1eea91b43 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547924334 -SHA256 (gmsh/gmsh-4.1.0-source.tgz) = 35c603770bd051197fecb1e8ea579bcc80b913086a8e95e154915548b499a34c -SIZE (gmsh/gmsh-4.1.0-source.tgz) = 12695774 +TIMESTAMP = 1548346312 +SHA256 (gmsh/gmsh-4.1.3-source.tgz) = bd4e4108437a25bd7a917570a6d3801d23eea49df7c78937a90c7a1637f54d5d +SIZE (gmsh/gmsh-4.1.3-source.tgz) = 12689442