git: a135c18d31cf - main - cad/openvsp: update to 3.28.0

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 02 Jun 2022 16:51:49 UTC
The branch main has been updated by fernape:

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

commit a135c18d31cfe0cd539d702a45c15b0facffc3a1
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-06-01 05:30:00 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-02 16:49:23 +0000

    cad/openvsp: update to 3.28.0
    
    ChangeLog: http://openvsp.org/blogs/announcements/2022/05/31/openvsp-3-28-0-released
    
    Features
    
     * API RST volumetric coordinate evaluation XYZ=f(RST)
     * API RST coordinate inversion RST=f(XYZ)
     * API LMN/RST coordinate conversion
     * API for component inside/outside check
     * Structures GUI much faster
     * Finite line subsurfaces – also in structures
     * Orthotropic material support in GUI
     * Write orthotropic materials to NASTRAN and CalculiX
     * Specify material orientation method on per-part basis
     * Write material orientation information for CalculiX
     * Node and element offsets for FEA files
     * Add FEA part and mesh trimming by other structural parts
     * Increased verbosity of output during intersection and meshing
    
    Library Updates
    
     * AngelScript updated to 2.35.1
     * nanoflann updated to 1.4.2
    
    Bug Fixes
    
     * Fix specification of fixed points in FEA mesh
     * Rewrite MergeBorderEndPoints to be fast
     * Prevent infinite loop in Triangle that would cause crashes
     * Fix crashes from intersection / meshing console
     * Add more debugging output for intersection / meshing process
     * Fix default Calculix file extension
     * Only write utilized materials to CalculiX files
     * Fix setting airfoil points from Python API
     * Fix problem with CompGeom and negative components with half mesh
     * Many small bug fixes and cleanups
---
 cad/openvsp/Makefile | 6 +++---
 cad/openvsp/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 7c2bf5776690..a4608faea729 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	openvsp
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-DISTVERSION=	3.27.1
-PORTREVISION=	2
+DISTVERSION=	3.28.0
 CATEGORIES=	cad
 
 MAINTAINER=	fernape@FreeBSD.org
@@ -36,7 +35,6 @@ USE_GNOME=	libxml2
 USE_XORG=	ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \
 		xinerama xrender xxf86vm
 
-CXXFLAGS_powerpc64=	-mvsx
 CMAKE_ARGS=	-DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
 		-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \
 		-DVSP_USE_SYSTEM_CODEELI:BOOLEAN=no \
@@ -51,6 +49,8 @@ CMAKE_SOURCE_PATH=	${WRKSRC}/SuperProject
 
 BUILD_PREFIX=	OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${DISTVERSION}-FreeBSD
 
+CXXFLAGS_powerpc64=	-mvsx
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png ${STAGEDIR}${DATADIR}
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 62af76fb04ed..797991b2e66d 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647795857
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.27.1_GH0.tar.gz) = 2ee62e980548d6c0dff3cd88f0b980c66118da735d32cba8ba07367f09975a8a
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.27.1_GH0.tar.gz) = 115561851
+TIMESTAMP = 1654061389
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.28.0_GH0.tar.gz) = e875f22460c03386685ff2ebf94e8fa72a9de30b784459e2a256a65d6a991dd7
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.28.0_GH0.tar.gz) = 115459557