Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 17:23:49 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71f67cb87873 - main - cad/openvsp: update to 3.38.0
Message-ID:  <202404201723.43KHNn0j015385@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71f67cb87873d0d44fcbac3c042d103cd09ce958

commit 71f67cb87873d0d44fcbac3c042d103cd09ce958
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-04-18 10:44:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-04-20 17:23:37 +0000

    cad/openvsp: update to 3.38.0
    
    ChangeLog:
    https://openvsp.org/blogs/announcements/2024/04/17/openvsp-3-38-0-released
    
    Features:
    
     * Show Only, Show, NoShow buttons now recurse like everything else.
     * User adjustable number of Sets
     * Measure works with non-surface Geoms (blank and hinge)
     * Unique variable names enforced when renaming advanced link vars
     * Re-worded variable renaming buttons
     * Output multi-line error messages when links are broken
     * Bigger filename at screen bottom
     * Filename in main title bar
     * Integrated flowpath modeling extension now extends to constant X
     * Integrated flowpath modeling extension distance auto determined
     * Height/width/area/aspect sliders for CEdit XSecCurve now displayed
     * Better patch names for unintersected STEP/IGES surface export
     * TE surface merging for STEP/IGES export
    
    Library Updates:
    
     * Update to latest FLTK dev as they approach 1.4.0
    
    Bug Fixes:
    
     * Fix invisible subsurfaces
     * Fix XSecSurf highlights that won’t go away
     * Expand ranges for AR and Span – should fix some odd wings seen in Group
     * Fix some odd scattered indexing bugs
     * Fix some problems with CFDMesh sourcing
---
 cad/openvsp/Makefile | 2 +-
 cad/openvsp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 49bffcc6857d..f3cbbb0ccf98 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openvsp
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-DISTVERSION=	3.37.2
+DISTVERSION=	3.38.0
 CATEGORIES=	cad
 
 MAINTAINER=	fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index e97c034c5735..367147fcd099 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711199486
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.37.2_GH0.tar.gz) = f7457d8e2da6c517bc977b1478f864e1f0497ed11db9f1ab47c5237cb22fb538
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.37.2_GH0.tar.gz) = 124927637
+TIMESTAMP = 1713437021
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.38.0_GH0.tar.gz) = cfaa9adaa7d45d8cc12f73c337aa4b2c95292061849c70cd4ff5414151df7f15
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.38.0_GH0.tar.gz) = 125424063



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