Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 20:16:38 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 028b89dbca72 - main - science/ttk: chase the upgrade of ParaView
Message-ID:  <202304032016.333KGcWg009000@gitrepo.freebsd.org>

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

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

commit 028b89dbca72b04aa59a5af4a8ea563989e28a74
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-04-03 20:14:55 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-04-03 20:16:10 +0000

    science/ttk: chase the upgrade of ParaView
---
 science/ttk/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index b9c14da91a8e..288df0f6626f 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ttk
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -37,5 +38,8 @@ USE_XORG=	x11
 USE_GITHUB=	yes
 GH_ACCOUNT=	topology-tool-kit
 
+post-stage:
+	${RM} ${STAGEDIR}${PREFIX}/include/Python.h
+
 .include <../../science/paraview/Makefile.version>
 .include <bsd.port.mk>



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