From 6d516ca881b794d93e9693533af548996706d45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Fri, 7 Feb 2025 08:30:16 +0100 Subject: [PATCH] cad/openvsp: update to 3.42.3 ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.42.3 Fixes: * Fix casting of string literals to bool for NameValData. * Fix RenameAttr in ResultsMgr enforces persistent AttrID. * Attributes API revisions. * Cleanup AttributeExplorer construction. * Link pthread library to cartesian example on linux. * Correctly delegate constructor for NVD bool case. --- 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 f1a6a8e2c07c..31695e93b802 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ -DISTVERSION= 3.42.2 +DISTVERSION= 3.42.3 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index 604e742f2b5b..634316ee9457 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738653661 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.42.2_GH0.tar.gz) = b36e9d6dc9044a7a49b24cfc5cd6f38c7870bbc119eafbd64da004ae8b2d9107 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.42.2_GH0.tar.gz) = 125957365 +TIMESTAMP = 1738913402 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.42.3_GH0.tar.gz) = 3b53e5e882c14c5c51deffd3bd0006eb08f0db8af77668eb6a298f9edb2e0392 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.42.3_GH0.tar.gz) = 125958414