svn commit: r521883 - head/cad/openvsp
Fernando Apesteguía
fernape at FreeBSD.org
Thu Jan 2 22:06:29 UTC 2020
Author: fernape
Date: Thu Jan 2 22:06:28 2020
New Revision: 521883
URL: https://svnweb.freebsd.org/changeset/ports/521883
Log:
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
Modified:
head/cad/openvsp/Makefile
head/cad/openvsp/distinfo
Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile Thu Jan 2 21:50:40 2020 (r521882)
+++ head/cad/openvsp/Makefile Thu Jan 2 22:06:28 2020 (r521883)
@@ -2,7 +2,7 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
-DISTVERSION= 3.19.1
+DISTVERSION= 3.20.0
CATEGORIES= cad
MAINTAINER= fernape at FreeBSD.org
Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo Thu Jan 2 21:50:40 2020 (r521882)
+++ head/cad/openvsp/distinfo Thu Jan 2 22:06:28 2020 (r521883)
@@ -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
More information about the svn-ports-all
mailing list