git: 468d59bfbffd - main - devel/vitables: Switch to Qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jun 2026 06:37:11 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=468d59bfbffd1ba422ee387524a4ae85abc6d918
commit 468d59bfbffd1ba422ee387524a4ae85abc6d918
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-01 06:34:30 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-01 06:36:46 +0000
devel/vitables: Switch to Qt6
PR: 295756
---
devel/vitables/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/vitables/Makefile b/devel/vitables/Makefile
index bbc82a8d257a..aaf256526c96 100644
--- a/devel/vitables/Makefile
+++ b/devel/vitables/Makefile
@@ -1,7 +1,7 @@
PORTNAME= vitables
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel science python
MAINTAINER= yuri@FreeBSD.org
@@ -17,9 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}QtPy>=2.2:devel/py-QtPy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tables>=3.0:devel/py-tables@${PY_FLAVOR}
-USES= dos2unix python pyqt:5
+USES= dos2unix python pyqt:6
USE_PYTHON= pep517 cython noflavors autoplist pytest # 3 tests fail, see https://github.com/uvemas/ViTables/issues/124
-USE_PYQT= pyqt5:run
+USE_PYQT= pyqt6:run
USE_GITHUB= yes
GH_ACCOUNT= uvemas