From owner-svn-ports-head@freebsd.org Wed Aug 3 22:25:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91017BAE5FE; Wed, 3 Aug 2016 22:25:58 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A03E1B0E; Wed, 3 Aug 2016 22:25:58 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u73MPvnv000526; Wed, 3 Aug 2016 22:25:57 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u73MPvNB000524; Wed, 3 Aug 2016 22:25:57 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608032225.u73MPvNB000524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 3 Aug 2016 22:25:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419560 - head/cad/openvsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 22:25:58 -0000 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