Date: Fri, 25 Jan 2019 17:41:46 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491162 - head/cad/gmsh Message-ID: <201901251741.x0PHfkOl010987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Fri Jan 25 17:41:45 2019 New Revision: 491162 URL: https://svnweb.freebsd.org/changeset/ports/491162 Log: 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 Modified: head/cad/gmsh/Makefile head/cad/gmsh/distinfo Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Fri Jan 25 17:09:22 2019 (r491161) +++ head/cad/gmsh/Makefile Fri Jan 25 17:41:45 2019 (r491162) @@ -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 Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Fri Jan 25 17:09:22 2019 (r491161) +++ head/cad/gmsh/distinfo Fri Jan 25 17:41:45 2019 (r491162) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901251741.x0PHfkOl010987>