aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-11-10 07:34:53 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-11-10 07:34:53 +0000
commit83bd2b982733c5ba1808c551e4002e5e31bb0a8b (patch)
tree2eb93f7e3fdec292a15e991b8d7c0bb9b9bd3971
parenta79118c74d12885ed5f35285832126b8a429421f (diff)
downloadports-83bd2b982733c5ba1808c551e4002e5e31bb0a8b.tar.gz
ports-83bd2b982733c5ba1808c551e4002e5e31bb0a8b.zip
py-qt6*: Correct COMMENT
-rw-r--r--devel/py-qt6-pyqt/Makefile2
-rw-r--r--x11-toolkits/py-qt6-chart/Makefile2
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}