Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2022 07:36:08 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 83bd2b982733 - main - py-qt6*: Correct COMMENT
Message-ID:  <202211100736.2AA7a8EI005708@gitrepo.freebsd.org>

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

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

commit 83bd2b982733c5ba1808c551e4002e5e31bb0a8b
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-11-10 07:34:53 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-11-10 07:34:53 +0000

    py-qt6*: Correct COMMENT
---
 devel/py-qt6-pyqt/Makefile         | 2 +-
 x11-toolkits/py-qt6-chart/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/py-qt6-pyqt/Makefile b/devel/py-qt6-pyqt/Makefile
index 2a0dcd3ba2fe..c60dcce699a9 100644
--- a/devel/py-qt6-pyqt/Makefile
+++ b/devel/py-qt6-pyqt/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	${PYQT_PY_RELNAME}-
 DISTNAME=	${PYQT_DISTNAME}
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Python bindings for the Qt5 toolkit, QtCore module
+COMMENT=	Python bindings for the Qt6 toolkit, QtCore module
 WWW=		https://riverbankcomputing.com/software/pyqt
 
 PYQT_DIST=	yes
diff --git a/x11-toolkits/py-qt6-chart/Makefile b/x11-toolkits/py-qt6-chart/Makefile
index 77d7b071808c..88fb4953d010 100644
--- a/x11-toolkits/py-qt6-chart/Makefile
+++ b/x11-toolkits/py-qt6-chart/Makefile
@@ -8,7 +8,7 @@ DISTNAME=	${PYQTCHART_DISTNAME}
 PYQT_DIST=	yes
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Python bindings for the Qt5 toolkit, QtChart module
+COMMENT=	Python bindings for the Qt6 toolkit, QtChart module
 WWW=		https://riverbankcomputing.com/software/pyqtchart
 
 LICENSE=	${PYQT6_LICENSE}



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