Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 00:02:29 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449321 - head/cad/openvsp
Message-ID:  <201709060002.v8602TEm035902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Sep  6 00:02:28 2017
New Revision: 449321
URL: https://svnweb.freebsd.org/changeset/ports/449321

Log:
  cad/openvsp: update to 3.13.2
  
  Features:
  - Body of revolution component
  - Spin control for fuselage and stack
  - VSPAERO Update to 4.1.1
    * Added ground effect model
    * Reflect symmetric half geometry in viewer
    * Show XYZ planes in viewer
  
  Bug Fixes:
  - Clean up logic in STEP/IGES export -- may help some importers
  - VSPAERO GUI now creates half-mesh for panel method with symmetry
  - VSPAERO Update to 4.1.1
    * Fix drag integration inconsistency for alpha vs. rotation
    * Fix memory crash w/ periodic wakes (ducts)
    * Fix pressure anomaly w/ periodic wakes (ducts)
    * Fix problem with symmetry calculations
    * Fix high AR Cp near centerline
    * Fix high AR Cp out span
    * Fix slicer on Windows
    * Set minimum Mach to 0.001 -- fixes Cp min/max range in viewer
  
  Changelog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.13.2
  
  PR:		222009
  Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)

Modified:
  head/cad/openvsp/Makefile
  head/cad/openvsp/distinfo

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Tue Sep  5 23:49:46 2017	(r449320)
+++ head/cad/openvsp/Makefile	Wed Sep  6 00:02:28 2017	(r449321)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	openvsp
-PORTVERSION=	3.13.1
+PORTVERSION=	3.13.2
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	fernando.apesteguia@gmail.com

Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo	Tue Sep  5 23:49:46 2017	(r449320)
+++ head/cad/openvsp/distinfo	Wed Sep  6 00:02:28 2017	(r449321)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501767480
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.13.1_GH0.tar.gz) = 97de20086cfcbfefd930a88c2146dac87b004598107a9bf305314186f39691e3
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.13.1_GH0.tar.gz) = 34137904
+TIMESTAMP = 1504363950
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.13.2_GH0.tar.gz) = 33956c3b0b75e542bc4028020a7e864506fcf72f655b7db68820a28696700722
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.13.2_GH0.tar.gz) = 34153468



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709060002.v8602TEm035902>