svn commit: r491162 - head/cad/gmsh

Fernando Apesteguía fernape at FreeBSD.org
Fri Jan 25 17:41:47 UTC 2019


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


More information about the svn-ports-head mailing list