diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-01-02 22:06:28 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-01-02 22:06:28 +0000 |
commit | 4a9b0a524aac014f6ef447510bf11d0bcdf6ead6 (patch) | |
tree | 3db495298329d995502f894dd261f6427d600b0b | |
parent | - Do not try to get VmSize on -CURRENT (diff) |
cad/openvsp: update to 3.20.0
ChangeLog: http://openvsp.org/blogs/announcements/2019/12/29/openvsp-3-20-0-released
Features:
* Smart Input for simple math in input boxes
* API examples in documentation
* Draw cg from mass prop screen
* CEDIT improvements
* Make wing section projected area an output Parm
* Add get parent/child to API
* Fix VSPAERO crash for Uber CRM example case
* Lots of cleanups identified through static analysis
* Travis deployment
* Update Travis MacOS build to match release builds
Library Updates:
* Include expparse simple expression parsing library
Bug Fixes:
* Don't crash structures STEP/IGES output when no structure defined
* Parasite drag for identically named geoms
* DegenGeom crash when subsurfaces extended beyond [0,1]
* CEDIT fixes
-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 9b304d21fecb..5c02ddaa56e0 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ -DISTVERSION= 3.19.1 +DISTVERSION= 3.20.0 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index e0534cf6c5c9..d2ced7a6ad45 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574184915 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.19.1_GH0.tar.gz) = 6d70401c659d5c7ec0ae93d1df4c96396d5015e24b45a329f63732bf8e69a375 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.19.1_GH0.tar.gz) = 112199180 +TIMESTAMP = 1577742241 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.20.0_GH0.tar.gz) = a4b10cbd79d46b706a46afe04651f0ce0c5fc0931b0d489cfaedc46585694152 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.20.0_GH0.tar.gz) = 112232950 |