svn commit: r419560 - head/cad/openvsp

Pawel Pekala pawel at FreeBSD.org
Wed Aug 3 22:25:58 UTC 2016


Author: pawel
Date: Wed Aug  3 22:25:57 2016
New Revision: 419560
URL: https://svnweb.freebsd.org/changeset/ports/419560

Log:
  Update to version 3.8.1
  
  From the announcement:
  
  Propellers for all!
  
  This release adds a new propeller component and fixes a pair of unrelated bugs.
  Though it may seem like a small change, the propeller component constructs its
  surface differently from other components.  It represents a surprisingly large
  amount of work.
  
  Instead of defining the blade shape (chord, twist) at specified stations, these
  are instead specified as continuious curves.
  
  The propeller component comes with a bunch of related accessories -- the blade
  activity factor is calculated on-the-fly, there is a one-click option to switch
  to a counter-rotating prop, propeller folding is built-in -- with a
  user-defined fold axis, there is a blade element export/import capability,
  and the BEM data is available through the API.
  
  Features:
   - New propeller component
   - Blade element import/export and API
  
  Bug Fixes:
   - Fix DegenGeom crash on Matlab export
   - Fix GUI output of mass properties calculation
  
  PR:		211555
  Submitted by:	maintainer

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

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Wed Aug  3 21:56:47 2016	(r419559)
+++ head/cad/openvsp/Makefile	Wed Aug  3 22:25:57 2016	(r419560)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openvsp
-PORTVERSION=	3.8.0
+PORTVERSION=	3.8.1
 DISTVERSIONPREFIX=	${GH_PROJECT}_
 CATEGORIES=	cad
 MASTER_SITES=	GH

Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo	Wed Aug  3 21:56:47 2016	(r419559)
+++ head/cad/openvsp/distinfo	Wed Aug  3 22:25:57 2016	(r419560)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468855552
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.8.0_GH0.tar.gz) = 6271c68578ea37974ce7e616da283903f29f5d9b1d954fcce2102712b6be7a6d
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.8.0_GH0.tar.gz) = 32644020
+TIMESTAMP = 1470080361
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.8.1_GH0.tar.gz) = 107d2f6f18817fa5f690f60bc2799418469862ff374963a6a559f6b755df3416
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.8.1_GH0.tar.gz) = 32679615


More information about the svn-ports-all mailing list