git: 2d37abf0cbf1 - main - cad/py-gmsh: chase CGNS

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Tue, 06 May 2025 16:07:55 UTC
The branch main has been updated by thierry:

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

commit 2d37abf0cbf176c8f3d5c1c8718a8c35f81d6f26
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-05-06 15:05:51 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-05-06 16:07:47 +0000

    cad/py-gmsh: chase CGNS
    
    Use the patches from Gmsh.
---
 cad/py-gmsh/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile
index 958adaa4b313..1e85a9f45ff2 100644
--- a/cad/py-gmsh/Makefile
+++ b/cad/py-gmsh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmsh
 DISTVERSION=	4.13.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad python
 MASTER_SITES=	https://gmsh.info/src/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -32,6 +32,8 @@ USE_GL=		gl glu
 USE_XORG=	ice sm x11 xext
 USE_LDCONFIG=	${PYTHON_SITELIBDIR}
 
+PATCHDIR=	${PORTSDIR}/cad/gmsh/files
+
 CMAKE_ON=	ENABLE_WRAP_PYTHON ENABLE_PRIVATE_API ENABLE_OCC
 CMAKE_ARGS=	-DOCC_INC=${LOCALBASE}/include/OpenCASCADE