git: 028b89dbca72 - main - science/ttk: chase the upgrade of ParaView
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Apr 2023 20:16:38 UTC
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>