diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-11 22:38:26 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-12 19:39:38 +0100 |
commit | b73e90aeb08ede9fee4866c5e0f31388a4f96a2b (patch) | |
tree | 19c5537d6e62cfca61f6574590c126dcac750d20 | |
parent | www/node: Update to 18.12.1 (diff) |
cad/openvsp: update to 3.31.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.31.1
Features:
* Add ResetMeshDisplay button to StructScreen
* Structural assemblies can now be inserted with rest of vsp3 file.
* Measure probes and rulers can now be inserted with rest of vsp3 file.
* Drop Ubuntu 18.04 from automated build system.
VSPAERO Updates and Fixes:
* Adding sensitivities for reference quantities.
* Improve setting CpSteadyMin/Max in steady flow.
* Bump and synchronize versions to 6.4.5.
Bug Fixes:
* Improve Calculix handling of beam elements.
* Fix crash when writing *.vspgeom file from imported mesh.
* Fix Vinf activation with stability choice. Thanks Daniel R.
* Fix tags for CompGeom half*mesh. Fixes *.vspgeom half*mesh panel mode.
* Fix consistency of StructScreen current structure choice.
* Fix StructAssemblyScreen height for various recent changes.
* Fix writing of ghost nodes for half*geom *.vspgeom files.
* Fix ID handling for copy/paste and insert of structures. Thanks Bryan.
* Fix subsurface tagging bug with quad meshes.
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | cad/openvsp/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index e352786aa88b..0f3819df4218 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ -DISTVERSION= 3.31.0 +DISTVERSION= 3.31.1 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index 4513bb989df7..aa0a99c68172 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667600233 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 56a42af72820bfffb990e811293b4b081cc46c6227266185d3c4ea064333fea8 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 142961324 +TIMESTAMP = 1668202490 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.31.1_GH0.tar.gz) = f1cd377b43edd99ec4456a546ca7a56222f7dbfe34bce7f748756a39a5c467a8 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.31.1_GH0.tar.gz) = 142962571 |