Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 08:46:43 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: b147ad9b86b6 - 2026Q2 - devel/py-qtconsole: Switch to Qt6
Message-ID:  <6a2a75f3.26279.7cb2ad3b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q2 has been updated by makc:

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

commit b147ad9b86b69e5385890a4bced04209ceb56626
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-11 08:45:16 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-11 08:45:16 +0000

    devel/py-qtconsole: Switch to Qt6
    
    (cherry picked from commit 79ce3b539e473bd4b5dd7f92be969ffed561c521)
---
 devel/py-qtconsole/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile
index 08ff75a169cb..948dca061f43 100644
--- a/devel/py-qtconsole/Makefile
+++ b/devel/py-qtconsole/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qtconsole
 DISTVERSION=	5.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel@${PY_FLAVO
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR}
 
-USES=		pyqt:5 python
-USE_PYQT=	pyqt5
+USES=		pyqt:6 python
+USE_PYQT=	pyqt6
 USE_PYTHON=	autoplist distutils pytest
 
 NO_ARCH=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2a75f3.26279.7cb2ad3b>