Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 05:44:20 GMT
From:      =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d58a948b0d64 - main - graphics/py-mayavi: use wx 3.2
Message-ID:  <202210250544.29P5iKSv047310@gitrepo.freebsd.org>

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

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

commit d58a948b0d64923b6d3999bfefb909a2699e5c3b
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-09-15 13:41:25 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-10-25 05:44:04 +0000

    graphics/py-mayavi: use wx 3.2
    
    PR:             265093
---
 graphics/py-mayavi/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile
index da3da21e75c7..43c4d2c1829f 100644
--- a/graphics/py-mayavi/Makefile
+++ b/graphics/py-mayavi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mayavi
 DISTVERSION=	4.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,7 +35,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		python:3.6+ shebangfix
 USE_PYTHON=	noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version
 
-USE_WX=		3.1
+USE_WX=		3.2
 WX_COMPS=	python:run
 
 SHEBANG_FILES=	mayavi/tests/csv_files/csv_2_py



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