Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2026 16:44:06 +0000
From:      Fernando Apeste=?utf-8?Q?gu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6cbb8d68c005 - main - cad/openvsp: Update to 3.47.0
Message-ID:  <6974f6d6.38d6c.6013180b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6cbb8d68c00553f8a044c96a6dc09c814d8ce343

commit 6cbb8d68c00553f8a044c96a6dc09c814d8ce343
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2026-01-23 15:13:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2026-01-24 16:43:47 +0000

    cad/openvsp: Update to 3.47.0
    
    ChangeLog:
    https://openvsp.org/blogs/announcements/2026/01/23/openvsp-3-47-0-released
    
    Features:
    
     * Swept Volume Analysis
     * Look-At Visibility Analysis
     * Look-From Visibility now has discrete mode
     * Look-From Visibility supports multiple viewpoints
     * Look-From Visibility supports constrained FOV from each viewpoint
     * Intersect type SubSurfaces
     * Reworked UX for all item browsers and trees regarding
       adding/deleting/renaming
     * Explicit Add and Delete button
     * Auto-name for all recently-added items
     * Rename using name field, no button necessary
     * Inline rename field via item double click, F2, or Enter
     * NASA COBRA Hypersonic reentry body geometry
     * Analytical solution to static blade balance
     * Faster transfer of large vec3d data to NumPy via API
    
    Build System:
    
     * Python 3.9 EOL. Support dropped, supporting 3.11 and 3.13 going forward
     * MacOS 13 EOL, x86 build now using MacOS 14
     * Update FindPythonLibsNew to work with Python 3.12+ — thanks Alasdair Gray
    
    Fixes:
    
     * Fix Deactivate() logic for sliders all over the place
     * New Geom selected correctly when Vehicle initially selected
     * Fixes for *.vspgeom files from CFDMesh
     * All VSPAERO files written with %lg for precision across all magnitudes
     * False positive non-watertight warning in CFDMesh fixes
     * Fix for repeated CompGeom / ParasiteDrag calls from API
     * Write BOX beam section types correctly to CalculiX files
     * Don’t clobber XSecCurve name when changing XSec type
---
 cad/openvsp/Makefile | 3 +--
 cad/openvsp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 06f7ab68ceaa..4cdef9379a63 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	openvsp
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-DISTVERSION=	3.46.0
-PORTREVISION=	1
+DISTVERSION=	3.47.0
 CATEGORIES=	cad
 
 MAINTAINER=	fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 000a49ef0aac..c4d970e2b7f2 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759298809
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.46.0_GH0.tar.gz) = ea0e34cd785f0bd535a6123e5b63e6cc223e1f6d465955fad57b02dada443c85
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.46.0_GH0.tar.gz) = 205182004
+TIMESTAMP = 1769181200
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.47.0_GH0.tar.gz) = 009b33e7cce82f89f24dc8d77f3c29dccf677745e6eca1d5c80d62aff7276b34
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.47.0_GH0.tar.gz) = 208376092


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6974f6d6.38d6c.6013180b>