Update Qt5 to the latest stable opensource version 5.15.5.
I cleaned up some Makefile, removed non-used helper functions
and create a new openbsd-g++/qmake.conf based on freebsd-g++.
I have tested the update with a lot of Qt5 application without finding
any issues. While here, add me as maintainer.
The qtwebengine update will come separate.
OK?
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.inc,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile.inc
--- Makefile.inc 11 Mar 2022 20:16:58 -0000 1.19
+++ Makefile.inc 6 Jul 2022 05:14:39 -0000
@@ -3,14 +3,16 @@ ONLY_FOR_ARCHS ?= ${GCC4_ARCHS} ${CLANG_
.include "Makefile.version"
# DIST_VERSION should be defined, e.g., when patch distfile gets issued,
-# e.g.: qtbase-everywhere-src-5.5.1-1.tar.gz
+# e.g.: qtbase-everywhere-opensource-src-5.5.1-1.tar.gz
VERSION ?= ${QT5_VERSION}
DIST_VERSION ?= ${QT5_DIST_VERSION}
NEXT_VERSION ?= ${QT5_NEXT_VERSION}
-DISTNAME ?= ${QT5NAME:L}-everywhere-src-${DIST_VERSION}
+DISTNAME ?= ${QT5NAME:L}-everywhere-opensource-src-${DIST_VERSION}
-PKGNAME ?=
${DISTNAME:C/-everywhere-src//:C/-${DIST_VERSION}/-${VERSION}/}
+MAINTAINER ?= Rafael Sadowski <[email protected]>
+
+PKGNAME ?=
${DISTNAME:C/-everywhere-opensource-src//:C/-${DIST_VERSION}/-${VERSION}/}
PKGNAME-main ?= ${PKGNAME}
PKGNAME-examples ?= ${PKGNAME:C/(-[0-9])/-examples\1/}
@@ -60,6 +62,8 @@ MAKE_FLAGS = -B -j ${MAKE_JOBS} \
MAKE_FLAGS += LIB${_l}_VERSION=${_v}
.endfor
+WRKDIST ?= ${WRKDIR}/${DISTNAME:S/opensource-//}
+
# qmake supports so-called "shadow" builds: it's like normal
# out-of-source build but build directory is required to be located
# under source root.
@@ -77,6 +81,7 @@ QT_PLUGINSDIR = ${QT_BASEDIR}/plugins
QT_BINDIR = ${QT_BASEDIR}/bin
QT_PKGCFGDIR = ${QT_BASEDIR}/pkgconfig
QT_CMAKEDIR = ${QT_BASEDIR}/cmake
+QT_QMLDIR = ${QT_BASEDIR}/qml
CONFIGURE_ENV += MAKE=make \
MAKEFLAGS="-j ${MAKE_JOBS}" \
@@ -155,33 +160,4 @@ qt5-post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/qt5/examples
cd ${WRKSRC}/examples; \
pax -rw */ ${PREFIX}/lib/qt5/examples
-.endif
-
-#
-# Helper targets, used during port development.
-#
-
-.PHONY: gen_pkg gen_pkg_plist gen_pkg_descr
-gen_pkg: gen_pkg_plist gen_pkg_descr
-
-# Generates DESCR-* from DESCR-main.
-QT5_DESCR_SRC ?= -main
-QT5_DESCR_SRC := ${PKGDIR}/DESCR${QT5_DESCR_SRC}
-gen_pkg_descr:
- test -e ${QT5_DESCR_SRC}
-.if ${MULTI_PACKAGES:M-examples}
- test X"${QT5_DESCR_SRC}" = X"${PKGDIR}/DESCR-examples" || \
- sed '$$s/.*/This package contains sources for ${QT5NAME} usage
examples./' \
- <${QT5_DESCR_SRC} >${PKGDIR}/DESCR-examples
-.endif
-
-# Generates PLIST-* from PLIST-main.
-# Don't forget to run "rm pkg/PLIST-*; make plist" before this.
-gen_pkg_plist:
- test -e ${PKGDIR}/PLIST-main
-.if ${BUILD_PACKAGES:M-examples}
- echo -n '@comment $$Open' >${PKGDIR}/PLIST-examples
- echo 'BSD$$' >>${PKGDIR}/PLIST-examples
- egrep '^(@.* )?lib/qt5/examples/' ${PKGDIR}/PLIST-main
>>${PKGDIR}/PLIST-examples
- sed -Ei '\,^(@.* )?lib/qt5/examples/,d' ${PKGDIR}/PLIST-main
.endif
Index: Makefile.version
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.version,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile.version
--- Makefile.version 11 Mar 2022 20:16:58 -0000 1.15
+++ Makefile.version 6 Jul 2022 05:14:39 -0000
@@ -1,8 +1,8 @@
# Common source for Qt5 version
-QT5_VERSION = 5.15.2
+QT5_VERSION = 5.15.5
QT5_WEBENGINE_VERSION = 5.15.2
-QT5_DIST_VERSION = 5.15.2
+QT5_DIST_VERSION = 5.15.5
# This one is used for building dependencies for examples and documentation,
# which obviously should be in sync with core packages.
Index: docs/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/docs/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- docs/Makefile 11 Mar 2022 20:16:58 -0000 1.15
+++ docs/Makefile 6 Jul 2022 05:14:39 -0000
@@ -4,7 +4,6 @@ COMMENT-qch = qdoc-compiled documentati
PKGNAME = qt5-docs-${QT5_VERSION}
PKGNAME-html = qt5-html-${QT5_VERSION}
PKGNAME-qch = qt5-qch-${QT5_VERSION}
-REVISION-html = 0
MULTI_PACKAGES = -html -qch
SUBPACKAGE ?= -html
@@ -37,7 +36,7 @@ DOC_COMPONENTS = \
qtx11extras \
qtxmlpatterns
-DISTFILES =
${DOC_COMPONENTS:C/$/-everywhere-src-${QT5_DIST_VERSION}${EXTRACT_SUFX}/}
+DISTFILES =
${DOC_COMPONENTS:C/$/-everywhere-opensource-src-${QT5_DIST_VERSION}${EXTRACT_SUFX}/}
MODQT5_USE_CXX11 = No
CONFIGURE_STYLE = none
@@ -50,6 +49,7 @@ RUN_DEPENDS = x11/qt5/qtbase,-global
NO_TEST = Yes
PKG_ARCH = *
+#WRKDIST = ${WRKDIR}/${DISTNAME:S/opensource-//}
WRKDIST = ${WRKDIR}
ALL_TARGET = html_docs qch_docs
Index: docs/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/docs/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- docs/distinfo 19 Jan 2021 06:16:29 -0000 1.11
+++ docs/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,46 +1,46 @@
-SHA256 (qt/qt3d-everywhere-src-5.15.2.tar.xz) =
A+1qSMgTx1KWwZ9dchGEqxaCgLadJlbPFvh309TFXB0=
-SHA256 (qt/qtcharts-everywhere-src-5.15.2.tar.xz) =
4HUOQZW9iouXWKtNmNQ37b4nPNPSid1qjzJd9tE/PRE=
-SHA256 (qt/qtdoc-everywhere-src-5.15.2.tar.xz) =
pHgJ8A8b1pDKTmmcsy/+dxfUPahOAWfR9WIhDadxTOQ=
-SHA256 (qt/qtgamepad-everywhere-src-5.15.2.tar.xz) =
x3YR94mDJtaRdq1nqbiG9hfN7cNo7CnyI9Y1N9JbB1w=
-SHA256 (qt/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz) =
7I1n9kln1QRkEEkLVJxXb5uei0fsaFlK6EqohwFz3+Q=
-SHA256 (qt/qtimageformats-everywhere-src-5.15.2.tar.xz) =
v4KFx84EKEUnq4I93Hz0ihu3kTHbOnEnNCFn9IFCU9c=
-SHA256 (qt/qtlocation-everywhere-src-5.15.2.tar.xz) =
mE/LCeEI30mo2sNdXObf/EnKr9KsscL4pRc6aiHzkqA=
-SHA256 (qt/qtmultimedia-everywhere-src-5.15.2.tar.xz) =
DDdYgQ5RMaq8925JZeTBi4kRr1TZ7dkwXSqCeNg0bfU=
-SHA256 (qt/qtnetworkauth-everywhere-src-5.15.2.tar.xz) =
/MLsQvqmhWHvqPAM1y5mL7wGVj68beHcQtlrspl6zYU=
-SHA256 (qt/qtpurchasing-everywhere-src-5.15.2.tar.xz) =
hxINMZ/y+BBueJcfcpbXKmbf6R52PSExma6lUEbpMic=
-SHA256 (qt/qtremoteobjects-everywhere-src-5.15.2.tar.xz) =
Z4G2vJCIglTqd86BJzbawAxn+k7rMJX1zWXkucFdz8I=
-SHA256 (qt/qtscript-everywhere-src-5.15.2.tar.xz) =
oplxU2mvvRyqTX+ih11ELquRrcqsr85Uo2kiRCYkZz4=
-SHA256 (qt/qtscxml-everywhere-src-5.15.2.tar.xz) =
YLlZC5pBxgzue4qMhBDuRiXwOJwf+NeYg+xamFY4p9w=
-SHA256 (qt/qtsensors-everywhere-src-5.15.2.tar.xz) =
PwAR+emULK0RkUa1TZYEOPRWiiKidM2tT64Gu04OSDk=
-SHA256 (qt/qtserialbus-everywhere-src-5.15.2.tar.xz) =
rut+XA0/hQMhWyLhqEwAAspnz2OGL248bvRKZ8oxvYg=
-SHA256 (qt/qtserialport-everywhere-src-5.15.2.tar.xz) =
WcVZ10hBcwa8GyzyMVweY+7QEazjitkpRq9x8j4u950=
-SHA256 (qt/qtspeech-everywhere-src-5.15.2.tar.xz) =
yBD7nuywgCZDRCKjLnkmlifzvClBvhmehuxBC9/og/U=
-SHA256 (qt/qtsvg-everywhere-src-5.15.2.tar.xz) =
i8PCwbwmcenGfUIFWJqDCbV5A3Ia0Uxg6iGl0GrLWF4=
-SHA256 (qt/qtvirtualkeyboard-everywhere-src-5.15.2.tar.xz) =
mjGTkTvjDwmoluO4wvlpbS6bP4imOunKjJeieGtoz1U=
-SHA256 (qt/qtwebchannel-everywhere-src-5.15.2.tar.xz) =
En/nnEOzhnE/FR7X1BHNgeReKfnJVVhPKXNveMkwPsE=
-SHA256 (qt/qtwebsockets-everywhere-src-5.15.2.tar.xz) =
oLQthd00/24tI0AOAvg9i4W82A5g79FSHRLZYl1KIz8=
-SHA256 (qt/qtx11extras-everywhere-src-5.15.2.tar.xz) =
cBRwLummRKWpPacISKxHwYhR1PjtYisppy7tkoL8bj4=
-SHA256 (qt/qtxmlpatterns-everywhere-src-5.15.2.tar.xz) =
duohYqfDSRiNfn5PbHe3joogVJTJD+486jSHoa4s8vo=
-SIZE (qt/qt3d-everywhere-src-5.15.2.tar.xz) = 81925416
-SIZE (qt/qtcharts-everywhere-src-5.15.2.tar.xz) = 4251992
-SIZE (qt/qtdoc-everywhere-src-5.15.2.tar.xz) = 5746492
-SIZE (qt/qtgamepad-everywhere-src-5.15.2.tar.xz) = 387084
-SIZE (qt/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz) = 14040900
-SIZE (qt/qtimageformats-everywhere-src-5.15.2.tar.xz) = 1806740
-SIZE (qt/qtlocation-everywhere-src-5.15.2.tar.xz) = 6556764
-SIZE (qt/qtmultimedia-everywhere-src-5.15.2.tar.xz) = 3828172
-SIZE (qt/qtnetworkauth-everywhere-src-5.15.2.tar.xz) = 141688
-SIZE (qt/qtpurchasing-everywhere-src-5.15.2.tar.xz) = 208804
-SIZE (qt/qtremoteobjects-everywhere-src-5.15.2.tar.xz) = 374740
-SIZE (qt/qtscript-everywhere-src-5.15.2.tar.xz) = 2663016
-SIZE (qt/qtscxml-everywhere-src-5.15.2.tar.xz) = 434204
-SIZE (qt/qtsensors-everywhere-src-5.15.2.tar.xz) = 2056944
-SIZE (qt/qtserialbus-everywhere-src-5.15.2.tar.xz) = 356360
-SIZE (qt/qtserialport-everywhere-src-5.15.2.tar.xz) = 321496
-SIZE (qt/qtspeech-everywhere-src-5.15.2.tar.xz) = 101940
-SIZE (qt/qtsvg-everywhere-src-5.15.2.tar.xz) = 1886268
-SIZE (qt/qtvirtualkeyboard-everywhere-src-5.15.2.tar.xz) = 10955076
-SIZE (qt/qtwebchannel-everywhere-src-5.15.2.tar.xz) = 209208
-SIZE (qt/qtwebsockets-everywhere-src-5.15.2.tar.xz) = 259000
-SIZE (qt/qtx11extras-everywhere-src-5.15.2.tar.xz) = 143972
-SIZE (qt/qtxmlpatterns-everywhere-src-5.15.2.tar.xz) = 5209380
+SHA256 (qt/qt3d-everywhere-opensource-src-5.15.5.tar.xz) =
QEysyMM8G215bGkVaZFeV1it32O9xsndw8Bmhko7ftQ=
+SHA256 (qt/qtcharts-everywhere-opensource-src-5.15.5.tar.xz) =
EZNVvmgQVG6+Ulz1e0hcVfIyUWenMuTm8m6dgUIMBXg=
+SHA256 (qt/qtdoc-everywhere-opensource-src-5.15.5.tar.xz) =
UjICgu/xlVbwqyQ0oTkJGk5AG7g+LW71qvCGhkMnfN8=
+SHA256 (qt/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz) =
YJXf4pA628RvQy/yucyTPFWoGC++/VYXuRQWARxqRHE=
+SHA256 (qt/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz) =
I3/V6tUIZhKKeuOCD0VNDmuVXmSIkkKfw7mbi3+x9nc=
+SHA256 (qt/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz) =
SqBY4SO5bCwXzZzxHKu9VHG525UNYc7SP1yqAMUXS/Y=
+SHA256 (qt/qtlocation-everywhere-opensource-src-5.15.5.tar.xz) =
Yp0bqSPTnnZcWhzkIKRgoEjWJXWGEQBnyveN3hmEkFY=
+SHA256 (qt/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz) =
vJ/0bGh1cLLvo/Mbm4IlwNpnLoH0hBZrQfWx7IKP5mA=
+SHA256 (qt/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz) =
wQlZpA6nRCNjDKyqa+GsylNdv1ZAG/0wA+/SXML59TA=
+SHA256 (qt/qtpurchasing-everywhere-opensource-src-5.15.5.tar.xz) =
pzc3actV8QENP9eyOklv9jkbW9zxHf2gKe+NYz+v5hM=
+SHA256 (qt/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz) =
ek4QSYg9GEUy2CHxWaVqoVASBww2SkUaA9bpvihmHdQ=
+SHA256 (qt/qtscript-everywhere-opensource-src-5.15.5.tar.xz) =
9SK21NWroP+nrnFqazM/5FnmaVYnMEqvo/2QyNAF058=
+SHA256 (qt/qtscxml-everywhere-opensource-src-5.15.5.tar.xz) =
F968T757w9mGJLQ9R+IqCouHEXOvevpkR9AEnjWuxXU=
+SHA256 (qt/qtsensors-everywhere-opensource-src-5.15.5.tar.xz) =
bWgdaibuH89tvtwhEBXxD8xIHD+I5yHWitEKoCWpkH4=
+SHA256 (qt/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz) =
Mh3JvdFG5qUlxUUpDi8ATo3GQ2tO/VDEgMA6vGWoD6A=
+SHA256 (qt/qtserialport-everywhere-opensource-src-5.15.5.tar.xz) =
VJ0Jap/SDF1IvQFCAa+4i1cLzivnUq6qwrLIDLls4nU=
+SHA256 (qt/qtspeech-everywhere-opensource-src-5.15.5.tar.xz) =
pF5ZYHOP/xG3mHZgXbr1j/ro5eYPzee/xrZ4+Vu6U3c=
+SHA256 (qt/qtsvg-everywhere-opensource-src-5.15.5.tar.xz) =
xM+eZArUPxV8axTudiQEf1lFKImRrV3oPJ7sZzussDE=
+SHA256 (qt/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz) =
2Wz4IDsTakOMfXWxS95w22YKeR86w79vTQv6aDG/CrY=
+SHA256 (qt/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz) =
TtIxq6ClCyIgQBZspzKfVkjKI0UBO2/UeA9eittlFfE=
+SHA256 (qt/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz) =
ZquLW7LmQ5L+Q3hsocL9S+Mwb7xLlpqhdI5Wi10GIjg=
+SHA256 (qt/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz) =
doXAq35bFbhPAr7C0Sse8ui8UPouhyC8r8jYOa3NunM=
+SHA256 (qt/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz) =
BVe3ESB8T6XO8cKIrvUG/RJ90/J6Xp0ceIzEMl+Quxg=
+SIZE (qt/qt3d-everywhere-opensource-src-5.15.5.tar.xz) = 81935728
+SIZE (qt/qtcharts-everywhere-opensource-src-5.15.5.tar.xz) = 4254052
+SIZE (qt/qtdoc-everywhere-opensource-src-5.15.5.tar.xz) = 5747564
+SIZE (qt/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz) = 388708
+SIZE (qt/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz) = 14043788
+SIZE (qt/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz) = 1829872
+SIZE (qt/qtlocation-everywhere-opensource-src-5.15.5.tar.xz) = 6559912
+SIZE (qt/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz) = 3832656
+SIZE (qt/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz) = 143584
+SIZE (qt/qtpurchasing-everywhere-opensource-src-5.15.5.tar.xz) = 210480
+SIZE (qt/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz) = 377896
+SIZE (qt/qtscript-everywhere-opensource-src-5.15.5.tar.xz) = 2665268
+SIZE (qt/qtscxml-everywhere-opensource-src-5.15.5.tar.xz) = 436640
+SIZE (qt/qtsensors-everywhere-opensource-src-5.15.5.tar.xz) = 2058852
+SIZE (qt/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz) = 358296
+SIZE (qt/qtserialport-everywhere-opensource-src-5.15.5.tar.xz) = 323168
+SIZE (qt/qtspeech-everywhere-opensource-src-5.15.5.tar.xz) = 103640
+SIZE (qt/qtsvg-everywhere-opensource-src-5.15.5.tar.xz) = 1888600
+SIZE (qt/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz) = 10957016
+SIZE (qt/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz) = 210712
+SIZE (qt/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz) = 260676
+SIZE (qt/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz) = 145540
+SIZE (qt/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz) = 5210040
Index: docs/pkg/PLIST-html
===================================================================
RCS file: /cvs/ports/x11/qt5/docs/pkg/PLIST-html,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST-html
--- docs/pkg/PLIST-html 11 Mar 2022 20:16:58 -0000 1.13
+++ docs/pkg/PLIST-html 6 Jul 2022 05:14:39 -0000
@@ -2279,6 +2279,7 @@ share/doc/qt5/qtremoteobjects/qtremoteob
share/doc/qt5/qtremoteobjects/qtremoteobjects-replica.html
share/doc/qt5/qtremoteobjects/qtremoteobjects-source.html
share/doc/qt5/qtremoteobjects/qtremoteobjects-troubleshooting.html
+share/doc/qt5/qtremoteobjects/qtremoteobjects.html
share/doc/qt5/qtremoteobjects/qtroclientfactory.html
share/doc/qt5/qtremoteobjects/qtroserverfactory.html
share/doc/qt5/qtremoteobjects/remoteobjects-example-dynamic-replica.html
Index: qt3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- qt3d/Makefile 11 Mar 2022 20:16:59 -0000 1.18
+++ qt3d/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = Qt3D
COMMENT-main = Qt5 components for 3D graphics
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt53DCore 2.0 # 5.9
@@ -12,7 +9,7 @@ SHARED_LIBS += Qt53DLogic
SHARED_LIBS += Qt53DQuick 2.0 # 5.9
SHARED_LIBS += Qt53DQuickInput 2.0 # 5.9
SHARED_LIBS += Qt53DQuickRender 2.0 # 5.9
-SHARED_LIBS += Qt53DRender 2.0 # 5.9
+SHARED_LIBS += Qt53DRender 2.1 # 5.9
SHARED_LIBS += Qt53DAnimation 1.0 # 5.9
SHARED_LIBS += Qt53DExtras 1.0 # 5.9
SHARED_LIBS += Qt53DQuickAnimation 1.0 # 5.9
Index: qt3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qt3d/distinfo 19 Jan 2021 06:16:29 -0000 1.10
+++ qt3d/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qt3d-everywhere-src-5.15.2.tar.xz) =
A+1qSMgTx1KWwZ9dchGEqxaCgLadJlbPFvh309TFXB0=
-SIZE (qt/qt3d-everywhere-src-5.15.2.tar.xz) = 81925416
+SHA256 (qt/qt3d-everywhere-opensource-src-5.15.5.tar.xz) =
QEysyMM8G215bGkVaZFeV1it32O9xsndw8Bmhko7ftQ=
+SIZE (qt/qt3d-everywhere-opensource-src-5.15.5.tar.xz) = 81935728
Index: qt3d/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST-main
--- qt3d/pkg/PLIST-main 11 Mar 2022 20:16:59 -0000 1.9
+++ qt3d/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -1271,12 +1271,14 @@ lib/qt5/cmake/Qt53DQuickScene2D/Qt53DQui
lib/qt5/cmake/Qt53DRender/
lib/qt5/cmake/Qt53DRender/Qt53DRenderConfig.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRenderConfigVersion.cmake
+lib/qt5/cmake/Qt53DRender/Qt53DRender_AssimpSceneImportPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_GLTFSceneImportPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_OpenGLRendererPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_Scene2DPlugin.cmake
+lib/qt5/examples/
lib/qt5/libQt53DAnimation.la
lib/qt5/libQt53DAnimation.prl
@lib lib/qt5/libQt53DAnimation.so.${LIBQt53DAnimation_VERSION}
@@ -1357,6 +1359,7 @@ lib/qt5/plugins/renderers/
lib/qt5/plugins/renderplugins/
@so lib/qt5/plugins/renderplugins/libscene2d.so
lib/qt5/plugins/sceneparsers/
+@so lib/qt5/plugins/sceneparsers/libassimpsceneimport.so
@so lib/qt5/plugins/sceneparsers/libgltfsceneexport.so
@so lib/qt5/plugins/sceneparsers/libgltfsceneimport.so
lib/qt5/qml/Qt3D/
Index: qtbase/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- qtbase/Makefile 11 Mar 2022 20:16:59 -0000 1.52
+++ qtbase/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,4 +1,4 @@
-DISTNAME = qtbase-everywhere-src-${DIST_VERSION}
+DISTNAME = qtbase-everywhere-opensource-src-${DIST_VERSION}
QT5NAME = Qt5 core
COMMENT-main = C++ general-purpose toolkit
@@ -7,9 +7,6 @@ COMMENT-mysql = MySQL plugin for Qt5
COMMENT-psql = PostgresSQL plugin for Qt5
COMMENT-tds = TDS plugin for Qt5
-REVISION-main = 9
-REVISION-examples = 0
-
PKGNAME-mysql = qt5-mysql-${VERSION}
PKGNAME-global = qt5-global-${VERSION}
PKGNAME-psql = qt5-postgresql-${VERSION}
@@ -21,15 +18,15 @@ PKG_ARCH-examples = *
DPB_PROPERTIES = parallel
SHARED_LIBS += Qt5Concurrent 3.0 # 5.9
-SHARED_LIBS += Qt5Core 3.0 # 5.9
+SHARED_LIBS += Qt5Core 3.1 # 5.9
SHARED_LIBS += Qt5DBus 3.0 # 5.9
SHARED_LIBS += Qt5Gui 3.0 # 5.9
SHARED_LIBS += Qt5Network 4.0 # 5.9
SHARED_LIBS += Qt5OpenGL 3.0 # 5.9
SHARED_LIBS += Qt5PrintSupport 3.0 # 5.9
SHARED_LIBS += Qt5Sql 3.0 # 5.9
-SHARED_LIBS += Qt5Test 3.0 # 5.9
-SHARED_LIBS += Qt5Widgets 3.0 # 5.9
+SHARED_LIBS += Qt5Test 3.1 # 5.9
+SHARED_LIBS += Qt5Widgets 4.0 # 5.9
SHARED_LIBS += Qt5Xml 3.0 # 5.9
SHARED_LIBS += Qt5EglFSDeviceIntegration 1.0 # 5.9
SHARED_LIBS += Qt5EglFsKmsSupport 1.0 # 5.9
@@ -44,7 +41,7 @@ WANTLIB-main += icudata icui18n icuuc jp
WANTLIB-main += pcre2-16 png sqlite3 ssl xcb xcb-glx xcb-icccm xcb-image
WANTLIB-main += xcb-keysyms xcb-randr xcb-render xcb-render-util xcb-shape
WANTLIB-main += xcb-shm xcb-sync xcb-xfixes xcb-xinerama xcb-xinput
-WANTLIB-main += xcb-util xcb-xkb xkbcommon xkbcommon-x11 z zstd
+WANTLIB-main += xcb-xkb xkbcommon xkbcommon-x11 z zstd
WANTLIB-global =
@@ -116,17 +113,6 @@ CONFIGURE_STYLE = simple
FLAVORS = debug
FLAVOR ?=
-# readability macros
-QT_BASEDIR = ${PREFIX}/lib/qt5
-QT_INCDIR = ${PREFIX}/include/X11/qt5
-QT_EXAMPLES = ${QT_BASEDIR}/examples
-QT_DOC = ${PREFIX}/share/doc/qt5
-QT_PLUGINSDIR = ${QT_BASEDIR}/plugins
-QT_BINDIR = ${QT_BASEDIR}/bin
-QT_PKGCFGDIR = ${QT_BASEDIR}/pkgconfig
-QT_CMAKEDIR = ${QT_BASEDIR}/cmake
-QT_QMLDIR = ${QT_BASEDIR}/qml
-
CONFIGURE_ARGS += OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto"
# configure
@@ -239,11 +225,15 @@ CONFIGURE_ARGS += -platform openbsd-g++
TEST_IS_INTERACTIVE = X11
post-extract:
- mkdir -p ${WRKDIST}/mkspecs/openbsd-clang
+ mkdir -p ${WRKDIST}/mkspecs/openbsd-{clang,g++}
cp ${FILESDIR}/clang-qmake.conf \
${WRKDIST}/mkspecs/openbsd-clang/qmake.conf
- cp ${WRKDIST}/mkspecs/openbsd-g++/qplatformdefs.h \
+ cp ${FILESDIR}/g++-qmake.conf \
+ ${WRKDIST}/mkspecs/openbsd-g++/qmake.conf
+ cp ${WRKDIST}/mkspecs/freebsd-clang/qplatformdefs.h \
${WRKDIST}/mkspecs/openbsd-clang/
+ cp ${WRKDIST}/mkspecs/freebsd-g++/qplatformdefs.h \
+ ${WRKDIST}/mkspecs/openbsd-g++/
post-install:
# often-used includes directory
Index: qtbase/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtbase/distinfo 19 Jan 2021 06:16:29 -0000 1.10
+++ qtbase/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtbase-everywhere-src-5.15.2.tar.xz) =
kJ+tJZHuNnmTp11+LqUK1NszLwXhw43XpaJ04Vak4Pg=
-SIZE (qt/qtbase-everywhere-src-5.15.2.tar.xz) = 50179672
+SHA256 (qt/qtbase-everywhere-opensource-src-5.15.5.tar.xz) =
DELHmap8ieR5oHxFG/WjAeKRJmuniega/Bj5UElSTtw=
+SIZE (qt/qtbase-everywhere-opensource-src-5.15.5.tar.xz) = 50247388
Index: qtbase/files/clang-qmake.conf
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/files/clang-qmake.conf,v
retrieving revision 1.2
diff -u -p -r1.2 clang-qmake.conf
--- qtbase/files/clang-qmake.conf 19 Jul 2017 22:30:12 -0000 1.2
+++ qtbase/files/clang-qmake.conf 6 Jul 2022 05:14:39 -0000
@@ -1,22 +1,25 @@
#
# qmake configuration for openbsd-clang
-#
+# Based on freebsd-clang
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = openbsd
-include(../common/gcc-base-unix.conf)
-include(../common/clang.conf)
include(../common/bsd/bsd.conf)
-# Addon software goes into /usr/local on OpenBSD, by default we will look there
LOCALBASE = $$(LOCALBASE)
isEmpty(LOCALBASE) {
LOCALBASE = /usr/local
}
-QMAKE_INCDIR_PREPEND = /usr/include/c++/v1
-QMAKE_INCDIR = $$LOCALBASE/include
-QMAKE_LIBDIR = $$LOCALBASE/lib
+
+# Addon software goes into /usr/local on FreeBSD, by default we will look there
+QMAKE_INCDIR_POST = $$LOCALBASE/include
+QMAKE_LIBDIR_POST = $$LOCALBASE/lib
+
+QMAKE_LFLAGS_NOUNDEF = -Wl,--no-undefined
+
+include(../common/gcc-base-unix.conf)
+include(../common/clang.conf)
# System provided X11 defaults to X11R6 path on OpenBSD
X11BASE = $$(X11BASE)
Index: qtbase/files/g++-qmake.conf
===================================================================
RCS file: qtbase/files/g++-qmake.conf
diff -N qtbase/files/g++-qmake.conf
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ qtbase/files/g++-qmake.conf 6 Jul 2022 05:14:39 -0000
@@ -0,0 +1,41 @@
+#
+# qmake configuration for openbsd-g++
+# Based on freebsd-g++
+
+MAKEFILE_GENERATOR = UNIX
+QMAKE_PLATFORM = openbsd
+
+include(../common/bsd/bsd.conf)
+
+LOCALBASE = $$(LOCALBASE)
+isEmpty(LOCALBASE) {
+ LOCALBASE = /usr/local
+}
+
+# Addon software goes into /usr/local on FreeBSD, by default we will look there
+QMAKE_INCDIR_POST = $$LOCALBASE/include
+QMAKE_LIBDIR_POST = $$LOCALBASE/lib
+
+include(../common/gcc-base-unix.conf)
+include(../common/g++-unix.conf)
+
+# System provided X11 defaults to X11R6 path on OpenBSD
+X11BASE = $$(X11BASE)
+isEmpty(X11BASE) {
+ X11BASE = /usr/X11R6
+}
+QMAKE_INCDIR_X11 = $$X11BASE/include
+QMAKE_LIBDIR_X11 = $$X11BASE/lib
+QMAKE_INCDIR_OPENGL = $$X11BASE/include
+QMAKE_LIBDIR_OPENGL = $$X11BASE/lib
+
+QMAKE_RPATHDIR += $$QMAKE_LIBDIR_X11
+
+QMAKE_OPENBSD_SHLIB = 1
+
+# Reset g++-unix.conf's NOUNDEF flags as OpenBSD libc can't handle environ
+QMAKE_LFLAGS_NOUNDEF =
+QMAKE_LFLAGS_SONAME =
+QMAKE_LFLAGS_NEW_DTAGS =
+
+load(qt_config)
Index: qtbase/patches/patch-mkspecs_features_create_cmake_prf
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtbase/patches/patch-mkspecs_features_create_cmake_prf,v
retrieving revision 1.6
diff -u -p -r1.6 patch-mkspecs_features_create_cmake_prf
--- qtbase/patches/patch-mkspecs_features_create_cmake_prf 11 Mar 2022
20:16:59 -0000 1.6
+++ qtbase/patches/patch-mkspecs_features_create_cmake_prf 6 Jul 2022
05:14:39 -0000
@@ -16,7 +16,7 @@ Index: mkspecs/features/create_cmake.prf
split_incpath {
CMAKE_ADD_SOURCE_INCLUDE_DIRS = true
CMAKE_SOURCE_INCLUDES = \
-@@ -351,10 +351,16 @@ mac {
+@@ -358,10 +358,16 @@ mac {
CMAKE_LIB_FILE_LOCATION_DEBUG = lib$${CMAKE_QT_STEM}.so
CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.so
CMAKE_LIB_SONAME = lib$${CMAKE_QT_STEM}.so
Index: qtbase/patches/patch-mkspecs_openbsd-g++_qmake_conf
===================================================================
RCS file: qtbase/patches/patch-mkspecs_openbsd-g++_qmake_conf
diff -N qtbase/patches/patch-mkspecs_openbsd-g++_qmake_conf
--- qtbase/patches/patch-mkspecs_openbsd-g++_qmake_conf 11 Mar 2022 20:16:59
-0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,61 +0,0 @@
-Index: mkspecs/openbsd-g++/qmake.conf
---- mkspecs/openbsd-g++/qmake.conf.orig
-+++ mkspecs/openbsd-g++/qmake.conf
-@@ -5,28 +5,36 @@
- MAKEFILE_GENERATOR = UNIX
- QMAKE_PLATFORM = openbsd
-
-+include(../common/gcc-base-unix.conf)
-+include(../common/g++-unix.conf)
- include(../common/bsd/bsd.conf)
-
- # Addon software goes into /usr/local on OpenBSD, by default we will look
there
-+LOCALBASE = $$(LOCALBASE)
-+isEmpty(LOCALBASE) {
-+ LOCALBASE = /usr/local
-+}
-+QMAKE_INCDIR_PREPEND =
/usr/local/lib/gcc/x86_64-unknown-openbsd6.6/8.3.0/include
- QMAKE_INCDIR_POST = /usr/local/include
- QMAKE_LIBDIR_POST = /usr/local/lib
-
- # System provided X11 defaults to X11R6 path on OpenBSD
--QMAKE_INCDIR_X11 = /usr/X11R6/include
--QMAKE_LIBDIR_X11 = /usr/X11R6/lib
--QMAKE_INCDIR_OPENGL = /usr/X11R6/include
--QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib
-+X11BASE = $$(X11BASE)
-+isEmpty(X11BASE) {
-+ X11BASE = /usr/X11R6
-+}
-+QMAKE_INCDIR_X11 = $$X11BASE/include
-+QMAKE_LIBDIR_X11 = $$X11BASE/lib
-+QMAKE_INCDIR_OPENGL = $$X11BASE/include
-+QMAKE_LIBDIR_OPENGL = $$X11BASE/lib
-
- QMAKE_RPATHDIR += $$QMAKE_LIBDIR_X11
-
--include(../common/gcc-base-unix.conf)
--include(../common/g++-unix.conf)
--
- # System compiler is gcc 4.2.1 up to OpenBSD 6.0.
- # For proper C++11 support, we need to use a newer gcc from ports/packages,
- # where compiler commands are renamed to egcc/eg++. Therefore, redefine
- # mkspecs/common/g++-base.conf compiler commands
--QMAKE_CC = egcc
-+QMAKE_CC = $$CC
-
- QMAKE_LINK_C = $$QMAKE_CC
- QMAKE_LINK_C_SHLIB = $$QMAKE_CC
-@@ -36,8 +44,12 @@ QMAKE_CXX = eg++
- QMAKE_LINK = $$QMAKE_CXX
- QMAKE_LINK_SHLIB = $$QMAKE_CXX
-
-+QMAKE_OPENBSD_SHLIB = 1
-
- # Reset g++-unix.conf's NOUNDEF flags as OpenBSD libc can't handle environ
-+QMAKE_LFLAGS_SONAME =
-+QMAKE_LFLAGS_NEW_DTAGS =
-+
- QMAKE_LFLAGS_NOUNDEF =
-
- load(qt_config)
Index: qtbase/patches/patch-src_corelib_io_qiodevice_cpp
===================================================================
RCS file: qtbase/patches/patch-src_corelib_io_qiodevice_cpp
diff -N qtbase/patches/patch-src_corelib_io_qiodevice_cpp
--- qtbase/patches/patch-src_corelib_io_qiodevice_cpp 11 Mar 2022 20:16:59
-0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
-https://codereview.qt-project.org/c/qt/qtbase/+/317907
-
-From 6485b6d45ad165cf976138cf8ab683c42515e794 Mon Sep 17 00:00:00 2001
-From: Kai Koehne <[email protected]>
-Date: Tue, 13 Oct 2020 15:47:31 +0200
-Subject: [PATCH] Fix allocated memory of QByteArray returned by
- QIODevice::readLine
-
-Index: src/corelib/io/qiodevice.cpp
---- src/corelib/io/qiodevice.cpp.orig
-+++ src/corelib/io/qiodevice.cpp
-@@ -1480,10 +1480,12 @@ QByteArray QIODevice::readLine(qint64 maxSize)
- } else
- readBytes = readLine(result.data(), result.size());
-
-- if (readBytes <= 0)
-+ if (readBytes <= 0) {
- result.clear();
-- else
-+ } else {
- result.resize(readBytes);
-+ result.squeeze();
-+ }
-
- return result;
- }
Index: qtbase/patches/patch-src_network_ssl_qsslcertificate_openssl_cpp
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtbase/patches/patch-src_network_ssl_qsslcertificate_openssl_cpp,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_network_ssl_qsslcertificate_openssl_cpp
--- qtbase/patches/patch-src_network_ssl_qsslcertificate_openssl_cpp 11 Mar
2022 20:16:59 -0000 1.6
+++ qtbase/patches/patch-src_network_ssl_qsslcertificate_openssl_cpp 6 Jul
2022 05:14:39 -0000
@@ -3,7 +3,7 @@ https://github.com/gentoo/libressl/blob/
Index: src/network/ssl/qsslcertificate_openssl.cpp
--- src/network/ssl/qsslcertificate_openssl.cpp.orig
+++ src/network/ssl/qsslcertificate_openssl.cpp
-@@ -661,7 +661,7 @@ static QMultiMap<QByteArray, QString> _q_mapFromX509Na
+@@ -691,7 +691,7 @@ static QMultiMap<QByteArray, QString> _q_mapFromX509Na
unsigned char *data = nullptr;
int size = q_ASN1_STRING_to_UTF8(&data,
q_X509_NAME_ENTRY_get_data(e));
info.insert(name, QString::fromUtf8((char*)data, size));
Index: qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp,v
retrieving revision 1.12
diff -u -p -r1.12 patch-src_network_ssl_qsslsocket_openssl_symbols_cpp
--- qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 11 Mar
2022 20:16:59 -0000 1.12
+++ qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 6 Jul
2022 05:14:39 -0000
@@ -66,7 +66,7 @@ Index: src/network/ssl/qsslsocket_openss
DEFINEFUNC(void, SSL_free, SSL *a, a, return, DUMMYARG)
DEFINEFUNC(STACK_OF(SSL_CIPHER) *, SSL_get_ciphers, const SSL *a, a, return
nullptr, return)
DEFINEFUNC(const SSL_CIPHER *, SSL_get_current_cipher, SSL *a, a, return
nullptr, return)
-@@ -845,17 +864,21 @@ bool q_resolveOpenSslSymbols()
+@@ -849,17 +868,21 @@ bool q_resolveOpenSslSymbols()
RESOLVEFUNC(ASN1_STRING_get0_data)
RESOLVEFUNC(EVP_CIPHER_CTX_reset)
RESOLVEFUNC(EVP_PKEY_up_ref)
@@ -88,7 +88,7 @@ Index: src/network/ssl/qsslsocket_openss
RESOLVEFUNC(DH_get0_pqg)
RESOLVEFUNC(SSL_CTX_set_options)
RESOLVEFUNC(SSL_CTX_get_security_level)
-@@ -1058,12 +1081,14 @@ bool q_resolveOpenSslSymbols()
+@@ -1062,12 +1085,14 @@ bool q_resolveOpenSslSymbols()
RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
RESOLVEFUNC(SSL_CTX_get_cert_store);
Index: qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_p_h
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_p_h,v
retrieving revision 1.11
diff -u -p -r1.11 patch-src_network_ssl_qsslsocket_openssl_symbols_p_h
--- qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_p_h 11 Mar
2022 20:16:59 -0000 1.11
+++ qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_p_h 6 Jul
2022 05:14:39 -0000
@@ -54,21 +54,7 @@ Index: src/network/ssl/qsslsocket_openss
int q_SSL_session_reused(SSL *a);
unsigned long q_SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
-@@ -269,8 +295,13 @@ int q_DH_bits(DH *dh);
- # define q_SSL_load_error_strings()
q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \
- |
OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL)
-
-+#ifndef LIBRESSL_VERSION_NUMBER
- #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type)
*))q_OPENSSL_sk_num)(st)
- #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *,
int))q_OPENSSL_sk_value)(st, i)
-+#else
-+#define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st)
-+#define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *,
int))q_sk_value)(st, i)
-+#endif // LIBRESSL_VERSION_NUMBER
-
- #define q_OPENSSL_add_all_algorithms_conf()
q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \
- |
OPENSSL_INIT_ADD_ALL_DIGESTS \
-@@ -279,7 +310,11 @@ int q_DH_bits(DH *dh);
+@@ -279,7 +305,11 @@ int q_DH_bits(DH *dh);
|
OPENSSL_INIT_ADD_ALL_DIGESTS, NULL)
int q_OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS
*settings);
@@ -80,7 +66,7 @@ Index: src/network/ssl/qsslsocket_openss
long q_OpenSSL_version_num();
const char *q_OpenSSL_version(int type);
-@@ -497,12 +532,14 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b);
+@@ -497,12 +527,14 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b);
int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b);
int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c);
X509_STORE *q_SSL_CTX_get_cert_store(const SSL_CTX *a);
Index: qtcharts/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcharts/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtcharts/Makefile 11 Mar 2022 20:16:59 -0000 1.13
+++ qtcharts/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtCharts
COMMENT-main = Qt5 components for drawing 2D charts
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Charts 1.0 # 5.9
Index: qtcharts/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcharts/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- qtcharts/distinfo 19 Jan 2021 06:16:30 -0000 1.9
+++ qtcharts/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtcharts-everywhere-src-5.15.2.tar.xz) =
4HUOQZW9iouXWKtNmNQ37b4nPNPSid1qjzJd9tE/PRE=
-SIZE (qt/qtcharts-everywhere-src-5.15.2.tar.xz) = 4251992
+SHA256 (qt/qtcharts-everywhere-opensource-src-5.15.5.tar.xz) =
EZNVvmgQVG6+Ulz1e0hcVfIyUWenMuTm8m6dgUIMBXg=
+SIZE (qt/qtcharts-everywhere-opensource-src-5.15.5.tar.xz) = 4254052
Index: qtconnectivity/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtconnectivity/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtconnectivity/Makefile 11 Mar 2022 20:16:59 -0000 1.13
+++ qtconnectivity/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtConnectivity
COMMENT-main = Bluetooth and NFC support for Qt5
-REVISION-main = 0
-REVISION-examples = 0
-
SHARED_LIBS += Qt5Bluetooth 3.0 # 5.9
SHARED_LIBS += Qt5Nfc 3.0 # 5.9
Index: qtconnectivity/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtconnectivity/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtconnectivity/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtconnectivity/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtconnectivity-everywhere-src-5.15.2.tar.xz) =
A4AyeHH3YQPluMKjBZiNdtNStqmCs+ezvDzcGExkv6A=
-SIZE (qt/qtconnectivity-everywhere-src-5.15.2.tar.xz) = 2815492
+SHA256 (qt/qtconnectivity-everywhere-opensource-src-5.15.5.tar.xz) =
JxU9jgN7q0FVQ6gk0SsoLiXKGSJB2wezDnfJHHi3TSw=
+SIZE (qt/qtconnectivity-everywhere-opensource-src-5.15.5.tar.xz) = 2817040
Index: qtconnectivity/patches/patch-src_nfc_nfc_pro
===================================================================
RCS file: /cvs/ports/x11/qt5/qtconnectivity/patches/patch-src_nfc_nfc_pro,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_nfc_nfc_pro
--- qtconnectivity/patches/patch-src_nfc_nfc_pro 11 Mar 2022 20:16:59
-0000 1.3
+++ qtconnectivity/patches/patch-src_nfc_nfc_pro 6 Jul 2022 05:14:39
-0000
@@ -2,7 +2,7 @@ Let's try to build a functional NFC libr
Index: src/nfc/nfc.pro
--- src/nfc/nfc.pro.orig
+++ src/nfc/nfc.pro
-@@ -56,7 +56,7 @@ SOURCES += \
+@@ -54,7 +54,7 @@ SOURCES += \
qnearfieldsharetarget.cpp \
qnfc.cpp
Index: qtdatavis3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdatavis3d/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtdatavis3d/Makefile 11 Mar 2022 20:16:59 -0000 1.12
+++ qtdatavis3d/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtDataVis3D
COMMENT-main = Qt5 3D data visualization components
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5DataVisualization 1.0 # 5.9
Index: qtdatavis3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdatavis3d/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtdatavis3d/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtdatavis3d/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtdatavis3d-everywhere-src-5.15.2.tar.xz) =
ImplddVzrXispFlwlyLElsI67lJqoMOOt8k7C+oetv0=
-SIZE (qt/qtdatavis3d-everywhere-src-5.15.2.tar.xz) = 5191436
+SHA256 (qt/qtdatavis3d-everywhere-opensource-src-5.15.5.tar.xz) =
/ZyXfbIfx0jlGMxqFy6y7uRqKgS/43Uc902awSjmn2k=
+SIZE (qt/qtdatavis3d-everywhere-opensource-src-5.15.5.tar.xz) = 5193068
Index: qtdeclarative/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdeclarative/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- qtdeclarative/Makefile 7 May 2022 06:08:10 -0000 1.19
+++ qtdeclarative/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,12 +1,11 @@
QT5NAME = QtDeclarative
COMMENT-main = Qt5 Quick and QML components
-REVISION = 0
MULTI_PACKAGES = -main -examples
DPB_PROPERTIES = parallel
-SHARED_LIBS = Qt5Qml 3.0 # 5.9
-SHARED_LIBS += Qt5Quick 3.0 # 5.9
+SHARED_LIBS = Qt5Qml 3.1 # 5.9
+SHARED_LIBS += Qt5Quick 3.1 # 5.9
SHARED_LIBS += Qt5QuickParticles 3.0 # 5.9
SHARED_LIBS += Qt5QuickTest 3.0 # 5.9
SHARED_LIBS += Qt5QuickWidgets 3.0 # 5.9
Index: qtdeclarative/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdeclarative/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtdeclarative/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtdeclarative/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtdeclarative-everywhere-src-5.15.2.tar.xz) =
xgDQlxaUD3XWhPYcW9rO15f2I6htsWJ9pZkCf2xjVlE=
-SIZE (qt/qtdeclarative-everywhere-src-5.15.2.tar.xz) = 21559880
+SHA256 (qt/qtdeclarative-everywhere-opensource-src-5.15.5.tar.xz) =
XMFp2R77FaHuf0hIYvhyw+q6WS2s88D7y1XA88IIJUo=
+SIZE (qt/qtdeclarative-everywhere-opensource-src-5.15.5.tar.xz) = 21581628
Index: qtdeclarative/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdeclarative/pkg/PLIST-main,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST-main
--- qtdeclarative/pkg/PLIST-main 11 Mar 2022 20:17:00 -0000 1.6
+++ qtdeclarative/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -816,6 +816,7 @@ lib/pkgconfig/Qt5QuickWidgets.pc
@bin lib/qt5/bin/qmlprofiler
@bin lib/qt5/bin/qmlscene
@bin lib/qt5/bin/qmltestrunner
+@bin lib/qt5/bin/qmltime
@bin lib/qt5/bin/qmltyperegistrar
lib/qt5/cmake/Qt5PacketProtocol/
lib/qt5/cmake/Qt5PacketProtocol/Qt5PacketProtocolConfig.cmake
Index: qtgamepad/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgamepad/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtgamepad/Makefile 1 Apr 2022 19:09:43 -0000 1.13
+++ qtgamepad/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtGamepad
COMMENT-main = Qt5 gamepad events handling components
-REVISION-main = 1
-REVISION-examples = 1
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Gamepad 1.0 # 5.9
Index: qtgamepad/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgamepad/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtgamepad/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtgamepad/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtgamepad-everywhere-src-5.15.2.tar.xz) =
x3YR94mDJtaRdq1nqbiG9hfN7cNo7CnyI9Y1N9JbB1w=
-SIZE (qt/qtgamepad-everywhere-src-5.15.2.tar.xz) = 387084
+SHA256 (qt/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz) =
YJXf4pA628RvQy/yucyTPFWoGC++/VYXuRQWARxqRHE=
+SIZE (qt/qtgamepad-everywhere-opensource-src-5.15.5.tar.xz) = 388708
Index: qtgraphicaleffects/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgraphicaleffects/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtgraphicaleffects/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtgraphicaleffects/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz) =
7I1n9kln1QRkEEkLVJxXb5uei0fsaFlK6EqohwFz3+Q=
-SIZE (qt/qtgraphicaleffects-everywhere-src-5.15.2.tar.xz) = 14040900
+SHA256 (qt/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz) =
I3/V6tUIZhKKeuOCD0VNDmuVXmSIkkKfw7mbi3+x9nc=
+SIZE (qt/qtgraphicaleffects-everywhere-opensource-src-5.15.5.tar.xz) = 14043788
Index: qtimageformats/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtimageformats/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtimageformats/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtimageformats/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtimageformats-everywhere-src-5.15.2.tar.xz) =
v4KFx84EKEUnq4I93Hz0ihu3kTHbOnEnNCFn9IFCU9c=
-SIZE (qt/qtimageformats-everywhere-src-5.15.2.tar.xz) = 1806740
+SHA256 (qt/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz) =
SqBY4SO5bCwXzZzxHKu9VHG525UNYc7SP1yqAMUXS/Y=
+SIZE (qt/qtimageformats-everywhere-opensource-src-5.15.5.tar.xz) = 1829872
Index: qtlocation/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlocation/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtlocation/Makefile 11 Mar 2022 20:17:00 -0000 1.13
+++ qtlocation/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtLocation
COMMENT-main = Qt5 geo positioning APIs
-REVISION-main = 1
-REVISION-examples = 0
-
SHARED_LIBS += Qt5Location 2.0 # 5.9
SHARED_LIBS += Qt5Positioning 3.0 # 5.9
SHARED_LIBS += Qt5PositioningQuick 0.0 # 5.13
Index: qtlocation/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlocation/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtlocation/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtlocation/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtlocation-everywhere-src-5.15.2.tar.xz) =
mE/LCeEI30mo2sNdXObf/EnKr9KsscL4pRc6aiHzkqA=
-SIZE (qt/qtlocation-everywhere-src-5.15.2.tar.xz) = 6556764
+SHA256 (qt/qtlocation-everywhere-opensource-src-5.15.5.tar.xz) =
Yp0bqSPTnnZcWhzkIKRgoEjWJXWGEQBnyveN3hmEkFY=
+SIZE (qt/qtlocation-everywhere-opensource-src-5.15.5.tar.xz) = 6559912
Index: qtlocation/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlocation/pkg/PLIST-main,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST-main
--- qtlocation/pkg/PLIST-main 11 Mar 2022 20:17:00 -0000 1.9
+++ qtlocation/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -370,10 +370,6 @@ lib/qt5/plugins/position/
@so lib/qt5/plugins/position/libqtposition_geoclue2.so
@so lib/qt5/plugins/position/libqtposition_positionpoll.so
@so lib/qt5/plugins/position/libqtposition_serialnmea.so
-lib/qt5/qml/Qt/labs/location/
-@so lib/qt5/qml/Qt/labs/location/liblocationlabsplugin.so
-lib/qt5/qml/Qt/labs/location/plugins.qmltypes
-lib/qt5/qml/Qt/labs/location/qmldir
lib/qt5/qml/QtLocation/
@so lib/qt5/qml/QtLocation/libdeclarative_location.so
lib/qt5/qml/QtLocation/plugins.qmltypes
Index: qtlottie/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlottie/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- qtlottie/distinfo 19 Jan 2021 06:16:30 -0000 1.2
+++ qtlottie/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtlottie-everywhere-src-5.15.2.tar.xz) =
zsYJWrj3FOYJ0q0+qMT9gZRhzoeTrcQqvjfQ9txDJRc=
-SIZE (qt/qtlottie-everywhere-src-5.15.2.tar.xz) = 82424
+SHA256 (qt/qtlottie-everywhere-opensource-src-5.15.5.tar.xz) =
76w0u96ZkitjnlX907nosnJnYTgwICWDX+SjowHWgAs=
+SIZE (qt/qtlottie-everywhere-opensource-src-5.15.5.tar.xz) = 84116
Index: qtmultimedia/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtmultimedia/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtmultimedia/Makefile 1 Apr 2022 19:09:43 -0000 1.12
+++ qtmultimedia/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,6 +1,5 @@
QT5NAME = QtMultimedia
COMMENT-main = Qt5 multimedia components
-REVISION-main = 0
MULTI_PACKAGES = -main -examples
Index: qtmultimedia/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtmultimedia/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtmultimedia/distinfo 19 Jan 2021 06:16:30 -0000 1.10
+++ qtmultimedia/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtmultimedia-everywhere-src-5.15.2.tar.xz) =
DDdYgQ5RMaq8925JZeTBi4kRr1TZ7dkwXSqCeNg0bfU=
-SIZE (qt/qtmultimedia-everywhere-src-5.15.2.tar.xz) = 3828172
+SHA256 (qt/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz) =
vJ/0bGh1cLLvo/Mbm4IlwNpnLoH0hBZrQfWx7IKP5mA=
+SIZE (qt/qtmultimedia-everywhere-opensource-src-5.15.5.tar.xz) = 3832656
Index: qtmultimedia/patches/patch-src_gsttools_qgstutils_cpp
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtmultimedia/patches/patch-src_gsttools_qgstutils_cpp,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_gsttools_qgstutils_cpp
--- qtmultimedia/patches/patch-src_gsttools_qgstutils_cpp 11 Mar 2022
20:17:00 -0000 1.2
+++ qtmultimedia/patches/patch-src_gsttools_qgstutils_cpp 6 Jul 2022
05:14:39 -0000
@@ -3,7 +3,7 @@ Allow our V4L2 to be used.
Index: src/gsttools/qgstutils.cpp
--- src/gsttools/qgstutils.cpp.orig
+++ src/gsttools/qgstutils.cpp
-@@ -60,7 +60,11 @@ template<typename T, int N> static int lengthOf(const
+@@ -61,7 +61,11 @@ template<typename T, int N> static int lengthOf(const
#if QT_CONFIG(linux_v4l)
# include <private/qcore_unix_p.h>
Index:
qtmultimedia/patches/patch-src_plugins_gstreamer_mediacapture_qgstreamerv4l2input_cpp
===================================================================
RCS file:
/cvs/ports/x11/qt5/qtmultimedia/patches/patch-src_plugins_gstreamer_mediacapture_qgstreamerv4l2input_cpp,v
retrieving revision 1.2
diff -u -p -r1.2
patch-src_plugins_gstreamer_mediacapture_qgstreamerv4l2input_cpp
---
qtmultimedia/patches/patch-src_plugins_gstreamer_mediacapture_qgstreamerv4l2input_cpp
11 Mar 2022 20:17:00 -0000 1.2
+++
qtmultimedia/patches/patch-src_plugins_gstreamer_mediacapture_qgstreamerv4l2input_cpp
6 Jul 2022 05:14:39 -0000
@@ -14,5 +14,5 @@ Index: src/plugins/gstreamer/mediacaptur
+# include <linux/videodev2.h>
+#endif
- QT_BEGIN_NAMESPACE
- static inline uint qHash(const QSize& key) { return
uint(key.width()*256+key.height()); }
+ #include <algorithm>
+
Index: qtnetworkauth/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtnetworkauth/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- qtnetworkauth/Makefile 11 Mar 2022 20:17:00 -0000 1.11
+++ qtnetworkauth/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtNetworKAuth
COMMENT-main = Qt5 network authorization components
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5NetworkAuth 2.0 # 5.9
Index: qtnetworkauth/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtnetworkauth/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtnetworkauth/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtnetworkauth/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtnetworkauth-everywhere-src-5.15.2.tar.xz) =
/MLsQvqmhWHvqPAM1y5mL7wGVj68beHcQtlrspl6zYU=
-SIZE (qt/qtnetworkauth-everywhere-src-5.15.2.tar.xz) = 141688
+SHA256 (qt/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz) =
wQlZpA6nRCNjDKyqa+GsylNdv1ZAG/0wA+/SXML59TA=
+SIZE (qt/qtnetworkauth-everywhere-opensource-src-5.15.5.tar.xz) = 143584
Index: qtpurchasing/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtpurchasing/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtpurchasing/Makefile 11 Mar 2022 20:17:01 -0000 1.13
+++ qtpurchasing/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtPurchasing
COMMENT-main = in-app purchases in Qt5 and Qt5 Quick applications
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Purchasing 1.0 # 5.9
Index: qtpurchasing/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtpurchasing/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtpurchasing/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtpurchasing/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtpurchasing-everywhere-src-5.15.2.tar.xz) =
hxINMZ/y+BBueJcfcpbXKmbf6R52PSExma6lUEbpMic=
-SIZE (qt/qtpurchasing-everywhere-src-5.15.2.tar.xz) = 208804
+SHA256 (qt/qtpurchasing-everywhere-opensource-src-5.15.5.tar.xz) =
pzc3actV8QENP9eyOklv9jkbW9zxHf2gKe+NYz+v5hM=
+SIZE (qt/qtpurchasing-everywhere-opensource-src-5.15.5.tar.xz) = 210480
Index: qtquickcontrols/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtquickcontrols/Makefile 11 Mar 2022 20:17:01 -0000 1.13
+++ qtquickcontrols/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtQuickControls
COMMENT-main = Qt Quick based UI controls
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
Index: qtquickcontrols/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtquickcontrols/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtquickcontrols/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtquickcontrols-everywhere-src-5.15.2.tar.xz) =
w5P7c4Sx8EfxDpGmgyzz5qTCpBQIuMstBa8ig+hUn7U=
-SIZE (qt/qtquickcontrols-everywhere-src-5.15.2.tar.xz) = 5982344
+SHA256 (qt/qtquickcontrols-everywhere-opensource-src-5.15.5.tar.xz) =
WWsYG26+SqL5Dp3lEswwbAiympeY5Jy+3Eu0x3gRXFY=
+SIZE (qt/qtquickcontrols-everywhere-opensource-src-5.15.5.tar.xz) = 5985492
Index: qtquickcontrols2/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols2/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- qtquickcontrols2/Makefile 11 Mar 2022 20:17:01 -0000 1.16
+++ qtquickcontrols2/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,12 +1,9 @@
QT5NAME = Qt Labs Controls
-DISTNAME = qtquickcontrols2-everywhere-src-${DIST_VERSION}
+DISTNAME = qtquickcontrols2-everywhere-opensource-src-${DIST_VERSION}
COMMENT-main = Qt5 Quick based UI controls from Qt Labs
-REVISION-main = 0
-REVISION-examples = 0
-
SHARED_LIBS += Qt5QuickControls2 1.0 # 5.9
-SHARED_LIBS += Qt5QuickTemplates2 1.0 # 5.9
+SHARED_LIBS += Qt5QuickTemplates2 1.1 # 5.9
MULTI_PACKAGES = -main -examples
Index: qtquickcontrols2/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols2/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtquickcontrols2/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtquickcontrols2/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtquickcontrols2-everywhere-src-5.15.2.tar.xz) =
Zxts5fS47MlNtiLV1fsp70/5KBm+COXqVb/KtXneiRk=
-SIZE (qt/qtquickcontrols2-everywhere-src-5.15.2.tar.xz) = 8284692
+SHA256 (qt/qtquickcontrols2-everywhere-opensource-src-5.15.5.tar.xz) =
xKN7rOWg9qnsmXCXpeMxtDj0tQGdklqiZz/MA2glr7M=
+SIZE (qt/qtquickcontrols2-everywhere-opensource-src-5.15.5.tar.xz) = 8290736
Index: qtquickcontrols2/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols2/pkg/PLIST-main,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST-main
--- qtquickcontrols2/pkg/PLIST-main 11 Mar 2022 20:17:01 -0000 1.10
+++ qtquickcontrols2/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -35,6 +35,7 @@ include/X11/qt5/QtQuickTemplates2/
include/X11/qt5/QtQuickTemplates2/${VERSION}/
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/
+include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qaccessiblequickpage_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickabstractbutton_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickabstractbutton_p_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickaction_p.h
@@ -95,6 +96,7 @@ include/X11/qt5/QtQuickTemplates2/${VERS
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopup_p_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopupanchors_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopupanchors_p_p.h
+include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopupitem_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopupitem_p_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpopuppositioner_p_p.h
include/X11/qt5/QtQuickTemplates2/${VERSION}/QtQuickTemplates2/private/qquickpresshandler_p_p.h
@@ -372,7 +374,7 @@ lib/qt5/qml/QtQuick/Controls.2/Material/
lib/qt5/qml/QtQuick/Controls.2/Material/ToolTip.qml
lib/qt5/qml/QtQuick/Controls.2/Material/Tumbler.qml
lib/qt5/qml/QtQuick/Controls.2/Material/VerticalHeaderView.qml
-@so
lib/qt5/qml/QtQuick/Controls.2/Material/libqtquickcontrols2materialstyleplugin.so
+@so lib/qt5/qml/QtQuick/Controls.2/Material/libqqc2materialstyleplugin.so
lib/qt5/qml/QtQuick/Controls.2/Material/plugins.qmltypes
lib/qt5/qml/QtQuick/Controls.2/Material/qmldir
lib/qt5/qml/QtQuick/Controls.2/Menu.qml
Index: qtremoteobjects/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtremoteobjects/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtremoteobjects/Makefile 11 Mar 2022 20:17:01 -0000 1.12
+++ qtremoteobjects/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtRemoteObjects
COMMENT-main = inter-process communication using Qt5 objects
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5RemoteObjects 1.0 # 5.9
Index: qtremoteobjects/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtremoteobjects/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtremoteobjects/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtremoteobjects/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtremoteobjects-everywhere-src-5.15.2.tar.xz) =
Z4G2vJCIglTqd86BJzbawAxn+k7rMJX1zWXkucFdz8I=
-SIZE (qt/qtremoteobjects-everywhere-src-5.15.2.tar.xz) = 374740
+SHA256 (qt/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz) =
ek4QSYg9GEUy2CHxWaVqoVASBww2SkUaA9bpvihmHdQ=
+SIZE (qt/qtremoteobjects-everywhere-opensource-src-5.15.5.tar.xz) = 377896
Index: qtremoteobjects/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtremoteobjects/pkg/PLIST-main,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-main
--- qtremoteobjects/pkg/PLIST-main 11 Mar 2022 20:17:01 -0000 1.7
+++ qtremoteobjects/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -75,6 +75,8 @@ lib/qt5/cmake/Qt5RemoteObjects/Qt5Remote
lib/qt5/cmake/Qt5RepParser/
lib/qt5/cmake/Qt5RepParser/Qt5RepParserConfig.cmake
lib/qt5/cmake/Qt5RepParser/Qt5RepParserConfigVersion.cmake
+lib/qt5/examples/remoteobjects/ssl/sslserver/cert/readme
+lib/qt5/examples/remoteobjects/websockets/common/cert/readme
lib/qt5/libQt5RemoteObjects.la
lib/qt5/libQt5RemoteObjects.prl
@lib lib/qt5/libQt5RemoteObjects.so.${LIBQt5RemoteObjects_VERSION}
Index: qtscript/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscript/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtscript/Makefile 11 Mar 2022 20:17:01 -0000 1.12
+++ qtscript/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtScript
COMMENT-main = ECMAScript language for Qt5
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Script 3.0 # 5.9
SHARED_LIBS += Qt5ScriptTools 3.0 # 5.9
Index: qtscript/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscript/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtscript/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtscript/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtscript-everywhere-src-5.15.2.tar.xz) =
oplxU2mvvRyqTX+ih11ELquRrcqsr85Uo2kiRCYkZz4=
-SIZE (qt/qtscript-everywhere-src-5.15.2.tar.xz) = 2663016
+SHA256 (qt/qtscript-everywhere-opensource-src-5.15.5.tar.xz) =
9SK21NWroP+nrnFqazM/5FnmaVYnMEqvo/2QyNAF058=
+SIZE (qt/qtscript-everywhere-opensource-src-5.15.5.tar.xz) = 2665268
Index: qtscxml/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscxml/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtscxml/Makefile 11 Mar 2022 20:17:01 -0000 1.12
+++ qtscxml/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtScxml
COMMENT-main = create state machines from SCXML files
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Scxml 1.0 # 5.9
Index: qtscxml/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscxml/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtscxml/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtscxml/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtscxml-everywhere-src-5.15.2.tar.xz) =
YLlZC5pBxgzue4qMhBDuRiXwOJwf+NeYg+xamFY4p9w=
-SIZE (qt/qtscxml-everywhere-src-5.15.2.tar.xz) = 434204
+SHA256 (qt/qtscxml-everywhere-opensource-src-5.15.5.tar.xz) =
F968T757w9mGJLQ9R+IqCouHEXOvevpkR9AEnjWuxXU=
+SIZE (qt/qtscxml-everywhere-opensource-src-5.15.5.tar.xz) = 436640
Index: qtsensors/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsensors/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtsensors/Makefile 11 Mar 2022 20:17:02 -0000 1.13
+++ qtsensors/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtSensors
COMMENT-main = Qt5 hardware sensors support
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5Sensors 3.0 # 5.9
Index: qtsensors/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsensors/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtsensors/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtsensors/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtsensors-everywhere-src-5.15.2.tar.xz) =
PwAR+emULK0RkUa1TZYEOPRWiiKidM2tT64Gu04OSDk=
-SIZE (qt/qtsensors-everywhere-src-5.15.2.tar.xz) = 2056944
+SHA256 (qt/qtsensors-everywhere-opensource-src-5.15.5.tar.xz) =
bWgdaibuH89tvtwhEBXxD8xIHD+I5yHWitEKoCWpkH4=
+SIZE (qt/qtsensors-everywhere-opensource-src-5.15.5.tar.xz) = 2058852
Index: qtserialbus/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialbus/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- qtserialbus/Makefile 11 Mar 2022 20:17:02 -0000 1.14
+++ qtserialbus/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtSerialBus
COMMENT-main = Qt5 API for accessing serial bus devices
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5SerialBus 1.0 # 5.9
Index: qtserialbus/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialbus/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtserialbus/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtserialbus/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtserialbus-everywhere-src-5.15.2.tar.xz) =
rut+XA0/hQMhWyLhqEwAAspnz2OGL248bvRKZ8oxvYg=
-SIZE (qt/qtserialbus-everywhere-src-5.15.2.tar.xz) = 356360
+SHA256 (qt/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz) =
Mh3JvdFG5qUlxUUpDi8ATo3GQ2tO/VDEgMA6vGWoD6A=
+SIZE (qt/qtserialbus-everywhere-opensource-src-5.15.5.tar.xz) = 358296
Index: qtserialbus/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialbus/pkg/PLIST-main,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-main
--- qtserialbus/pkg/PLIST-main 11 Mar 2022 20:17:02 -0000 1.7
+++ qtserialbus/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -1,4 +1,3 @@
-include/X11/qt5/
include/X11/qt5/QtSerialBus/
include/X11/qt5/QtSerialBus/${VERSION}/
include/X11/qt5/QtSerialBus/${VERSION}/QtSerialBus/
@@ -63,10 +62,7 @@ include/X11/qt5/QtSerialBus/qtserialbusg
include/X11/qt5/QtSerialBus/qtserialbusversion.h
@lib lib/libQt5SerialBus.so.${LIBQt5SerialBus_VERSION}
lib/pkgconfig/Qt5SerialBus.pc
-lib/qt5/
-lib/qt5/bin/
@bin lib/qt5/bin/canbusutil
-lib/qt5/cmake/
lib/qt5/cmake/Qt5SerialBus/
lib/qt5/cmake/Qt5SerialBus/Qt5SerialBusConfig.cmake
lib/qt5/cmake/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake
@@ -77,13 +73,9 @@ lib/qt5/cmake/Qt5SerialBus/Qt5SerialBus_
lib/qt5/libQt5SerialBus.la
lib/qt5/libQt5SerialBus.prl
@lib lib/qt5/libQt5SerialBus.so.${LIBQt5SerialBus_VERSION}
-lib/qt5/mkspecs/
-lib/qt5/mkspecs/modules/
lib/qt5/mkspecs/modules/qt_lib_serialbus.pri
lib/qt5/mkspecs/modules/qt_lib_serialbus_private.pri
-lib/qt5/pkgconfig/
lib/qt5/pkgconfig/Qt5SerialBus.pc
-lib/qt5/plugins/
lib/qt5/plugins/canbus/
@so lib/qt5/plugins/canbus/libqtpassthrucanbus.so
@so lib/qt5/plugins/canbus/libqtpeakcanbus.so
Index: qtserialport/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialport/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtserialport/Makefile 11 Mar 2022 20:17:02 -0000 1.13
+++ qtserialport/Makefile 6 Jul 2022 05:14:39 -0000
@@ -2,9 +2,6 @@ QT5NAME = QtSerialPort
COMMENT-main = Qt5 serial ports access components
PKGSPEC-main = qtserialport->=5.6
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5SerialPort 3.0 # 5.9
Index: qtserialport/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialport/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtserialport/distinfo 19 Jan 2021 06:16:31 -0000 1.10
+++ qtserialport/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtserialport-everywhere-src-5.15.2.tar.xz) =
WcVZ10hBcwa8GyzyMVweY+7QEazjitkpRq9x8j4u950=
-SIZE (qt/qtserialport-everywhere-src-5.15.2.tar.xz) = 321496
+SHA256 (qt/qtserialport-everywhere-opensource-src-5.15.5.tar.xz) =
VJ0Jap/SDF1IvQFCAa+4i1cLzivnUq6qwrLIDLls4nU=
+SIZE (qt/qtserialport-everywhere-opensource-src-5.15.5.tar.xz) = 323168
Index: qtspeech/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtspeech/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtspeech/Makefile 11 Mar 2022 20:17:02 -0000 1.13
+++ qtspeech/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtSpeech
COMMENT-main = Qt5 text-to-speech components
-REVISION-main = 0
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5TextToSpeech 1.0 # 5.9
@@ -14,9 +11,8 @@ BUILD_DEPENDS = x11/qt5/qtmultimedia>=$
x11/qt5/qtxmlpatterns>=${QT5_VERSION:R},<${QT5_NEXT_VERSION} \
x11/qt5/qtdeclarative>=${QT5_VERSION:R},<${QT5_NEXT_VERSION} \
audio/flite
-
+
RUN_DEPENDS =
x11/qt5/qtmultimedia>=${QT5_VERSION:R},<${QT5_NEXT_VERSION}
-LIB_DEPENDS = audio/speech-dispatcher
LIB_DEPENDS = audio/speech-dispatcher
Index: qtspeech/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtspeech/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtspeech/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qtspeech/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtspeech-everywhere-src-5.15.2.tar.xz) =
yBD7nuywgCZDRCKjLnkmlifzvClBvhmehuxBC9/og/U=
-SIZE (qt/qtspeech-everywhere-src-5.15.2.tar.xz) = 101940
+SHA256 (qt/qtspeech-everywhere-opensource-src-5.15.5.tar.xz) =
pF5ZYHOP/xG3mHZgXbr1j/ro5eYPzee/xrZ4+Vu6U3c=
+SIZE (qt/qtspeech-everywhere-opensource-src-5.15.5.tar.xz) = 103640
Index: qtsvg/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsvg/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- qtsvg/Makefile 11 Mar 2022 20:17:03 -0000 1.12
+++ qtsvg/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtSVG
COMMENT-main = SVG support for Qt5
-REVISION-main = 0
-REVISION-examples = 0
-
DPB_PROPERTIES = parallel
SHARED_LIBS = Qt5Svg 3.0 # 5.9
Index: qtsvg/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsvg/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtsvg/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qtsvg/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtsvg-everywhere-src-5.15.2.tar.xz) =
i8PCwbwmcenGfUIFWJqDCbV5A3Ia0Uxg6iGl0GrLWF4=
-SIZE (qt/qtsvg-everywhere-src-5.15.2.tar.xz) = 1886268
+SHA256 (qt/qtsvg-everywhere-opensource-src-5.15.5.tar.xz) =
xM+eZArUPxV8axTudiQEf1lFKImRrV3oPJ7sZzussDE=
+SIZE (qt/qtsvg-everywhere-opensource-src-5.15.5.tar.xz) = 1888600
Index: qttools/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qttools/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- qttools/Makefile 11 Mar 2022 20:17:03 -0000 1.15
+++ qttools/Makefile 6 Jul 2022 05:14:39 -0000
@@ -7,7 +7,7 @@ DPB_PROPERTIES = parallel
MULTI_PACKAGES = -main -examples -webview
-SHARED_LIBS += Qt5Designer 3.0 # 5.9
+SHARED_LIBS += Qt5Designer 3.1 # 5.9
SHARED_LIBS += Qt5DesignerComponents 3.0 # 5.9
SHARED_LIBS += Qt5Help 3.0 # 5.9
Index: qttools/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qttools/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qttools/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qttools/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qttools-everywhere-src-5.15.2.tar.xz) =
wYnQzh/3xznbmjrOUqw+JMuP1tvyNOSfB1JJs49Dwcw=
-SIZE (qt/qttools-everywhere-src-5.15.2.tar.xz) = 8894728
+SHA256 (qt/qttools-everywhere-opensource-src-5.15.5.tar.xz) =
bQd4txsnQstSdWF5HR09JVNmFj1UoQ94xoOjmPCf/Gw=
+SIZE (qt/qttools-everywhere-opensource-src-5.15.5.tar.xz) = 8898140
Index: qttranslations/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qttranslations/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qttranslations/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qttranslations/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qttranslations-everywhere-src-5.15.2.tar.xz) =
1XiOhiV7IdUyPx79lDdqIT4JHR5eA7Rald0FK19XDbg=
-SIZE (qt/qttranslations-everywhere-src-5.15.2.tar.xz) = 1419504
+SHA256 (qt/qttranslations-everywhere-opensource-src-5.15.5.tar.xz) =
ySr0FxOXoO0nIzC0+gZpeQ/KyNBQsHyLjMVl6+umc14=
+SIZE (qt/qttranslations-everywhere-opensource-src-5.15.5.tar.xz) = 1618860
Index: qttranslations/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/qt5/qttranslations/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- qttranslations/pkg/PLIST 11 Mar 2022 20:17:03 -0000 1.7
+++ qttranslations/pkg/PLIST 6 Jul 2022 05:14:39 -0000
@@ -7,10 +7,13 @@ lib/qt5/translations/assistant_de.qm
lib/qt5/translations/assistant_en.qm
lib/qt5/translations/assistant_es.qm
lib/qt5/translations/assistant_fr.qm
+lib/qt5/translations/assistant_hr.qm
lib/qt5/translations/assistant_hu.qm
lib/qt5/translations/assistant_ja.qm
lib/qt5/translations/assistant_ko.qm
+lib/qt5/translations/assistant_nl.qm
lib/qt5/translations/assistant_pl.qm
+lib/qt5/translations/assistant_pt_BR.qm
lib/qt5/translations/assistant_ru.qm
lib/qt5/translations/assistant_sk.qm
lib/qt5/translations/assistant_sl.qm
@@ -26,9 +29,11 @@ lib/qt5/translations/designer_de.qm
lib/qt5/translations/designer_en.qm
lib/qt5/translations/designer_es.qm
lib/qt5/translations/designer_fr.qm
+lib/qt5/translations/designer_hr.qm
lib/qt5/translations/designer_hu.qm
lib/qt5/translations/designer_ja.qm
lib/qt5/translations/designer_ko.qm
+lib/qt5/translations/designer_nl.qm
lib/qt5/translations/designer_pl.qm
lib/qt5/translations/designer_ru.qm
lib/qt5/translations/designer_sk.qm
@@ -45,10 +50,12 @@ lib/qt5/translations/linguist_de.qm
lib/qt5/translations/linguist_en.qm
lib/qt5/translations/linguist_es.qm
lib/qt5/translations/linguist_fr.qm
+lib/qt5/translations/linguist_hr.qm
lib/qt5/translations/linguist_hu.qm
lib/qt5/translations/linguist_it.qm
lib/qt5/translations/linguist_ja.qm
lib/qt5/translations/linguist_ko.qm
+lib/qt5/translations/linguist_nl.qm
lib/qt5/translations/linguist_pl.qm
lib/qt5/translations/linguist_ru.qm
lib/qt5/translations/linguist_sk.qm
@@ -82,11 +89,15 @@ lib/qt5/translations/qt_help_en.qm
lib/qt5/translations/qt_help_es.qm
lib/qt5/translations/qt_help_fr.qm
lib/qt5/translations/qt_help_gl.qm
+lib/qt5/translations/qt_help_hr.qm
lib/qt5/translations/qt_help_hu.qm
lib/qt5/translations/qt_help_it.qm
lib/qt5/translations/qt_help_ja.qm
lib/qt5/translations/qt_help_ko.qm
+lib/qt5/translations/qt_help_nl.qm
+lib/qt5/translations/qt_help_nn.qm
lib/qt5/translations/qt_help_pl.qm
+lib/qt5/translations/qt_help_pt_BR.qm
lib/qt5/translations/qt_help_ru.qm
lib/qt5/translations/qt_help_sk.qm
lib/qt5/translations/qt_help_sl.qm
@@ -94,14 +105,18 @@ lib/qt5/translations/qt_help_tr.qm
lib/qt5/translations/qt_help_uk.qm
lib/qt5/translations/qt_help_zh_CN.qm
lib/qt5/translations/qt_help_zh_TW.qm
+lib/qt5/translations/qt_hr.qm
lib/qt5/translations/qt_hu.qm
lib/qt5/translations/qt_it.qm
lib/qt5/translations/qt_ja.qm
lib/qt5/translations/qt_ko.qm
lib/qt5/translations/qt_lt.qm
lib/qt5/translations/qt_lv.qm
+lib/qt5/translations/qt_nl.qm
+lib/qt5/translations/qt_nn.qm
lib/qt5/translations/qt_pl.qm
lib/qt5/translations/qt_pt.qm
+lib/qt5/translations/qt_pt_BR.qm
lib/qt5/translations/qt_ru.qm
lib/qt5/translations/qt_sk.qm
lib/qt5/translations/qt_sl.qm
@@ -118,20 +133,26 @@ lib/qt5/translations/qtbase_da.qm
lib/qt5/translations/qtbase_de.qm
lib/qt5/translations/qtbase_en.qm
lib/qt5/translations/qtbase_es.qm
+lib/qt5/translations/qtbase_fa.qm
lib/qt5/translations/qtbase_fi.qm
lib/qt5/translations/qtbase_fr.qm
lib/qt5/translations/qtbase_gd.qm
lib/qt5/translations/qtbase_he.qm
+lib/qt5/translations/qtbase_hr.qm
lib/qt5/translations/qtbase_hu.qm
lib/qt5/translations/qtbase_it.qm
lib/qt5/translations/qtbase_ja.qm
lib/qt5/translations/qtbase_ko.qm
lib/qt5/translations/qtbase_lv.qm
+lib/qt5/translations/qtbase_nl.qm
+lib/qt5/translations/qtbase_nn.qm
lib/qt5/translations/qtbase_pl.qm
+lib/qt5/translations/qtbase_pt_BR.qm
lib/qt5/translations/qtbase_ru.qm
lib/qt5/translations/qtbase_sk.qm
lib/qt5/translations/qtbase_tr.qm
lib/qt5/translations/qtbase_uk.qm
+lib/qt5/translations/qtbase_zh_CN.qm
lib/qt5/translations/qtbase_zh_TW.qm
lib/qt5/translations/qtconnectivity_bg.qm
lib/qt5/translations/qtconnectivity_ca.qm
@@ -139,28 +160,37 @@ lib/qt5/translations/qtconnectivity_da.q
lib/qt5/translations/qtconnectivity_de.qm
lib/qt5/translations/qtconnectivity_en.qm
lib/qt5/translations/qtconnectivity_es.qm
+lib/qt5/translations/qtconnectivity_hr.qm
lib/qt5/translations/qtconnectivity_hu.qm
lib/qt5/translations/qtconnectivity_ko.qm
+lib/qt5/translations/qtconnectivity_nl.qm
lib/qt5/translations/qtconnectivity_pl.qm
+lib/qt5/translations/qtconnectivity_pt_BR.qm
lib/qt5/translations/qtconnectivity_ru.qm
lib/qt5/translations/qtconnectivity_tr.qm
lib/qt5/translations/qtconnectivity_uk.qm
+lib/qt5/translations/qtconnectivity_zh_CN.qm
lib/qt5/translations/qtdeclarative_bg.qm
lib/qt5/translations/qtdeclarative_da.qm
lib/qt5/translations/qtdeclarative_de.qm
lib/qt5/translations/qtdeclarative_en.qm
lib/qt5/translations/qtdeclarative_es.qm
+lib/qt5/translations/qtdeclarative_fa.qm
lib/qt5/translations/qtdeclarative_fi.qm
lib/qt5/translations/qtdeclarative_fr.qm
+lib/qt5/translations/qtdeclarative_hr.qm
lib/qt5/translations/qtdeclarative_hu.qm
lib/qt5/translations/qtdeclarative_ja.qm
lib/qt5/translations/qtdeclarative_ko.qm
lib/qt5/translations/qtdeclarative_lv.qm
+lib/qt5/translations/qtdeclarative_nl.qm
lib/qt5/translations/qtdeclarative_pl.qm
+lib/qt5/translations/qtdeclarative_pt_BR.qm
lib/qt5/translations/qtdeclarative_ru.qm
lib/qt5/translations/qtdeclarative_sk.qm
lib/qt5/translations/qtdeclarative_tr.qm
lib/qt5/translations/qtdeclarative_uk.qm
+lib/qt5/translations/qtdeclarative_zh_CN.qm
lib/qt5/translations/qtlocation_bg.qm
lib/qt5/translations/qtlocation_ca.qm
lib/qt5/translations/qtlocation_da.qm
@@ -169,12 +199,16 @@ lib/qt5/translations/qtlocation_en.qm
lib/qt5/translations/qtlocation_es.qm
lib/qt5/translations/qtlocation_fi.qm
lib/qt5/translations/qtlocation_fr.qm
+lib/qt5/translations/qtlocation_hr.qm
lib/qt5/translations/qtlocation_hu.qm
lib/qt5/translations/qtlocation_ko.qm
+lib/qt5/translations/qtlocation_nl.qm
lib/qt5/translations/qtlocation_pl.qm
+lib/qt5/translations/qtlocation_pt_BR.qm
lib/qt5/translations/qtlocation_ru.qm
lib/qt5/translations/qtlocation_tr.qm
lib/qt5/translations/qtlocation_uk.qm
+lib/qt5/translations/qtlocation_zh_CN.qm
lib/qt5/translations/qtmultimedia_ar.qm
lib/qt5/translations/qtmultimedia_bg.qm
lib/qt5/translations/qtmultimedia_ca.qm
@@ -183,27 +217,38 @@ lib/qt5/translations/qtmultimedia_da.qm
lib/qt5/translations/qtmultimedia_de.qm
lib/qt5/translations/qtmultimedia_en.qm
lib/qt5/translations/qtmultimedia_es.qm
+lib/qt5/translations/qtmultimedia_fa.qm
lib/qt5/translations/qtmultimedia_fi.qm
lib/qt5/translations/qtmultimedia_fr.qm
+lib/qt5/translations/qtmultimedia_hr.qm
lib/qt5/translations/qtmultimedia_hu.qm
lib/qt5/translations/qtmultimedia_it.qm
lib/qt5/translations/qtmultimedia_ja.qm
lib/qt5/translations/qtmultimedia_ko.qm
+lib/qt5/translations/qtmultimedia_nl.qm
+lib/qt5/translations/qtmultimedia_nn.qm
lib/qt5/translations/qtmultimedia_pl.qm
+lib/qt5/translations/qtmultimedia_pt_BR.qm
lib/qt5/translations/qtmultimedia_ru.qm
lib/qt5/translations/qtmultimedia_sk.qm
lib/qt5/translations/qtmultimedia_tr.qm
lib/qt5/translations/qtmultimedia_uk.qm
+lib/qt5/translations/qtmultimedia_zh_CN.qm
lib/qt5/translations/qtmultimedia_zh_TW.qm
lib/qt5/translations/qtquickcontrols2_ar.qm
lib/qt5/translations/qtquickcontrols2_bg.qm
lib/qt5/translations/qtquickcontrols2_ca.qm
lib/qt5/translations/qtquickcontrols2_da.qm
lib/qt5/translations/qtquickcontrols2_en.qm
+lib/qt5/translations/qtquickcontrols2_hr.qm
lib/qt5/translations/qtquickcontrols2_hu.qm
lib/qt5/translations/qtquickcontrols2_ko.qm
+lib/qt5/translations/qtquickcontrols2_nl.qm
+lib/qt5/translations/qtquickcontrols2_nn.qm
+lib/qt5/translations/qtquickcontrols2_pt_BR.qm
lib/qt5/translations/qtquickcontrols2_tr.qm
lib/qt5/translations/qtquickcontrols2_uk.qm
+lib/qt5/translations/qtquickcontrols2_zh_CN.qm
lib/qt5/translations/qtquickcontrols2_zh_TW.qm
lib/qt5/translations/qtquickcontrols_bg.qm
lib/qt5/translations/qtquickcontrols_ca.qm
@@ -212,11 +257,16 @@ lib/qt5/translations/qtquickcontrols_de.
lib/qt5/translations/qtquickcontrols_en.qm
lib/qt5/translations/qtquickcontrols_fi.qm
lib/qt5/translations/qtquickcontrols_fr.qm
+lib/qt5/translations/qtquickcontrols_hr.qm
lib/qt5/translations/qtquickcontrols_ja.qm
lib/qt5/translations/qtquickcontrols_ko.qm
+lib/qt5/translations/qtquickcontrols_nl.qm
+lib/qt5/translations/qtquickcontrols_nn.qm
+lib/qt5/translations/qtquickcontrols_pt_BR.qm
lib/qt5/translations/qtquickcontrols_ru.qm
lib/qt5/translations/qtquickcontrols_tr.qm
lib/qt5/translations/qtquickcontrols_uk.qm
+lib/qt5/translations/qtquickcontrols_zh_CN.qm
lib/qt5/translations/qtquickcontrols_zh_TW.qm
lib/qt5/translations/qtscript_ar.qm
lib/qt5/translations/qtscript_bg.qm
@@ -226,19 +276,25 @@ lib/qt5/translations/qtscript_da.qm
lib/qt5/translations/qtscript_de.qm
lib/qt5/translations/qtscript_en.qm
lib/qt5/translations/qtscript_es.qm
+lib/qt5/translations/qtscript_fa.qm
lib/qt5/translations/qtscript_fi.qm
lib/qt5/translations/qtscript_fr.qm
lib/qt5/translations/qtscript_he.qm
+lib/qt5/translations/qtscript_hr.qm
lib/qt5/translations/qtscript_hu.qm
lib/qt5/translations/qtscript_it.qm
lib/qt5/translations/qtscript_ja.qm
lib/qt5/translations/qtscript_ko.qm
lib/qt5/translations/qtscript_lv.qm
+lib/qt5/translations/qtscript_nl.qm
+lib/qt5/translations/qtscript_nn.qm
lib/qt5/translations/qtscript_pl.qm
+lib/qt5/translations/qtscript_pt_BR.qm
lib/qt5/translations/qtscript_ru.qm
lib/qt5/translations/qtscript_sk.qm
lib/qt5/translations/qtscript_tr.qm
lib/qt5/translations/qtscript_uk.qm
+lib/qt5/translations/qtscript_zh_CN.qm
lib/qt5/translations/qtserialport_de.qm
lib/qt5/translations/qtserialport_en.qm
lib/qt5/translations/qtserialport_es.qm
@@ -272,13 +328,19 @@ lib/qt5/translations/qtxmlpatterns_da.qm
lib/qt5/translations/qtxmlpatterns_de.qm
lib/qt5/translations/qtxmlpatterns_en.qm
lib/qt5/translations/qtxmlpatterns_es.qm
+lib/qt5/translations/qtxmlpatterns_fa.qm
lib/qt5/translations/qtxmlpatterns_fr.qm
+lib/qt5/translations/qtxmlpatterns_hr.qm
lib/qt5/translations/qtxmlpatterns_hu.qm
lib/qt5/translations/qtxmlpatterns_it.qm
lib/qt5/translations/qtxmlpatterns_ja.qm
lib/qt5/translations/qtxmlpatterns_ko.qm
+lib/qt5/translations/qtxmlpatterns_nl.qm
+lib/qt5/translations/qtxmlpatterns_nn.qm
lib/qt5/translations/qtxmlpatterns_pl.qm
+lib/qt5/translations/qtxmlpatterns_pt_BR.qm
lib/qt5/translations/qtxmlpatterns_ru.qm
lib/qt5/translations/qtxmlpatterns_sk.qm
lib/qt5/translations/qtxmlpatterns_uk.qm
+lib/qt5/translations/qtxmlpatterns_zh_CN.qm
lib/qt5/translations/qtxmlpatterns_zh_TW.qm
Index: qtvirtualkeyboard/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtvirtualkeyboard/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- qtvirtualkeyboard/Makefile 11 Mar 2022 20:17:04 -0000 1.14
+++ qtvirtualkeyboard/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,8 +1,6 @@
QT5NAME = QtVirtualKeyboard
COMMENT-main = Qt5 virtual keyboard plugin
-REVISION-examples = 0
-
MULTI_PACKAGES = -main -examples
SHARED_LIBS += Qt5HunspellInputMethod 0.0 # 5.13
Index: qtvirtualkeyboard/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtvirtualkeyboard/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtvirtualkeyboard/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qtvirtualkeyboard/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtvirtualkeyboard-everywhere-src-5.15.2.tar.xz) =
mjGTkTvjDwmoluO4wvlpbS6bP4imOunKjJeieGtoz1U=
-SIZE (qt/qtvirtualkeyboard-everywhere-src-5.15.2.tar.xz) = 10955076
+SHA256 (qt/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz) =
2Wz4IDsTakOMfXWxS95w22YKeR86w79vTQv6aDG/CrY=
+SIZE (qt/qtvirtualkeyboard-everywhere-opensource-src-5.15.5.tar.xz) = 10957016
Index: qtwayland/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwayland/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- qtwayland/Makefile 11 Mar 2022 20:17:04 -0000 1.2
+++ qtwayland/Makefile 6 Jul 2022 05:14:39 -0000
@@ -19,7 +19,7 @@ LIB_DEPENDS = wayland/wayland \
BUILD_DEPENDS = wayland/wayland-protocols \
graphics/vulkan-headers
-MODQMAKE_ARGS += QMAKE_WAYLAND_SCANNER=${PREFIX}/bin/wayland-scanner
+MODQMAKE_ARGS += QMAKE_WAYLAND_SCANNER=${PREFIX}/bin/wayland-scanner
MODQMAKE_RECURSIVE = No
pre-configure:
Index: qtwayland/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwayland/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- qtwayland/distinfo 12 Nov 2021 13:38:30 -0000 1.1.1.1
+++ qtwayland/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwayland-everywhere-src-5.15.2.tar.xz) =
GTcyIp/4FvOqq5peL2vtcd3dvxmIzgA/6N2EqSzprrU=
-SIZE (qt/qtwayland-everywhere-src-5.15.2.tar.xz) = 564884
+SHA256 (qt/qtwayland-everywhere-opensource-src-5.15.5.tar.xz) =
+Unwtg+/4hSJdbWvdb7zTW/ANFvyZBG7xrEEO5PDyHs=
+SIZE (qt/qtwayland-everywhere-opensource-src-5.15.5.tar.xz) = 567384
Index: qtwebchannel/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebchannel/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtwebchannel/distinfo 19 Jan 2021 06:16:32 -0000 1.10
+++ qtwebchannel/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebchannel-everywhere-src-5.15.2.tar.xz) =
En/nnEOzhnE/FR7X1BHNgeReKfnJVVhPKXNveMkwPsE=
-SIZE (qt/qtwebchannel-everywhere-src-5.15.2.tar.xz) = 209208
+SHA256 (qt/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz) =
TtIxq6ClCyIgQBZspzKfVkjKI0UBO2/UeA9eittlFfE=
+SIZE (qt/qtwebchannel-everywhere-opensource-src-5.15.5.tar.xz) = 210712
Index: qtwebchannel/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebchannel/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST-main
--- qtwebchannel/pkg/PLIST-main 11 Mar 2022 20:17:04 -0000 1.4
+++ qtwebchannel/pkg/PLIST-main 6 Jul 2022 05:14:39 -0000
@@ -23,6 +23,7 @@ lib/pkgconfig/Qt5WebChannel.pc
lib/qt5/cmake/Qt5WebChannel/
lib/qt5/cmake/Qt5WebChannel/Qt5WebChannelConfig.cmake
lib/qt5/cmake/Qt5WebChannel/Qt5WebChannelConfigVersion.cmake
+lib/qt5/examples/
lib/qt5/libQt5WebChannel.la
lib/qt5/libQt5WebChannel.prl
@lib lib/qt5/libQt5WebChannel.so.${LIBQt5WebChannel_VERSION}
Index: qtwebengine/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebengine/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- qtwebengine/Makefile 11 Mar 2022 20:17:05 -0000 1.25
+++ qtwebengine/Makefile 6 Jul 2022 05:14:39 -0000
@@ -11,7 +11,14 @@ COMMENT = Chromium-based web engine for
# Many parts are copied from www/chromium port, so keep in sync
QT5NAME = QtWebEngine
-REVISION = 5
+VERSION = ${QT5_WEBENGINE_VERSION}
+DIST_VERSION = ${QT5_WEBENGINE_VERSION}
+DISTNAME = ${QT5NAME:L}-everywhere-src-${DIST_VERSION}
+PKGNAME ?=
${DISTNAME:C/-everywhere-src//:C/-${DIST_VERSION}/-${VERSION}/}
+REVISION = 6
+
+MASTER_SITES ?=
https://download.qt.io/official_releases/qt/${QT5_WEBENGINE_VERSION:R}/${QT5_WEBENGINE_VERSION}/submodules/
\
+
https://mirrors.ocf.berkeley.edu/qt/official_releases/qt/${QT5_WEBENGINE_VERSION:R}/${QT5_WEBENGINE_VERSION}/submodules/
CATEGORIES = www
Index: qtwebglplugin/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebglplugin/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- qtwebglplugin/distinfo 19 Jan 2021 06:16:36 -0000 1.2
+++ qtwebglplugin/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebglplugin-everywhere-src-5.15.2.tar.xz) =
geeCtRftKeEL6hqpDJ9ZJ0yYqRDyyLEF+ng2ija0FEY=
-SIZE (qt/qtwebglplugin-everywhere-src-5.15.2.tar.xz) = 74144
+SHA256 (qt/qtwebglplugin-everywhere-opensource-src-5.15.5.tar.xz) =
LlkrEgG8OEMIB3KY1dcIzyJHBjfbY3Hjogfw6bUmF9Q=
+SIZE (qt/qtwebglplugin-everywhere-opensource-src-5.15.5.tar.xz) = 75840
Index: qtwebkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebkit/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- qtwebkit/Makefile 8 Jun 2022 17:48:28 -0000 1.39
+++ qtwebkit/Makefile 6 Jul 2022 05:14:39 -0000
@@ -13,7 +13,7 @@ PKGNAME = qtwebkit-${VERSION}
PKGSPEC = qtwebkit->=${VERSION}v0
EPOCH = 0
-REVISION = 8
+REVISION = 9
SHARED_LIBS += Qt5WebKit 3.1 # 5.9
SHARED_LIBS += Qt5WebKitWidgets 3.1 # 5.9
Index: qtwebsockets/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebsockets/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtwebsockets/Makefile 11 Mar 2022 20:17:10 -0000 1.13
+++ qtwebsockets/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtWebSockets
COMMENT-main = Qt5 implementation of WebSocket protocol
-REVISION-main = 0
-REVISION-examples = 0
-
SHARED_LIBS += Qt5WebSockets 3.0 # 5.9
MULTI_PACKAGES = -main -examples
Index: qtwebsockets/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebsockets/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtwebsockets/distinfo 19 Jan 2021 06:16:36 -0000 1.10
+++ qtwebsockets/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebsockets-everywhere-src-5.15.2.tar.xz) =
oLQthd00/24tI0AOAvg9i4W82A5g79FSHRLZYl1KIz8=
-SIZE (qt/qtwebsockets-everywhere-src-5.15.2.tar.xz) = 259000
+SHA256 (qt/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz) =
ZquLW7LmQ5L+Q3hsocL9S+Mwb7xLlpqhdI5Wi10GIjg=
+SIZE (qt/qtwebsockets-everywhere-opensource-src-5.15.5.tar.xz) = 260676
Index: qtwebview/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebview/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- qtwebview/distinfo 19 Jan 2021 06:16:36 -0000 1.5
+++ qtwebview/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebview-everywhere-src-5.15.2.tar.xz) =
vp9GFn5Jd+rV717PiD/bgSpBIPJDY4NYN5L2VVfkgec=
-SIZE (qt/qtwebview-everywhere-src-5.15.2.tar.xz) = 133428
+SHA256 (qt/qtwebview-everywhere-opensource-src-5.15.5.tar.xz) =
VDmm/gpKQ1DsPdqqxuwM67cY25nHoUb+oLh4OfxUPCs=
+SIZE (qt/qtwebview-everywhere-opensource-src-5.15.5.tar.xz) = 135256
Index: qtx11extras/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtx11extras/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtx11extras/distinfo 19 Jan 2021 06:16:36 -0000 1.10
+++ qtx11extras/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtx11extras-everywhere-src-5.15.2.tar.xz) =
cBRwLummRKWpPacISKxHwYhR1PjtYisppy7tkoL8bj4=
-SIZE (qt/qtx11extras-everywhere-src-5.15.2.tar.xz) = 143972
+SHA256 (qt/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz) =
doXAq35bFbhPAr7C0Sse8ui8UPouhyC8r8jYOa3NunM=
+SIZE (qt/qtx11extras-everywhere-opensource-src-5.15.5.tar.xz) = 145540
Index: qtxmlpatterns/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtxmlpatterns/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- qtxmlpatterns/Makefile 11 Mar 2022 20:17:11 -0000 1.13
+++ qtxmlpatterns/Makefile 6 Jul 2022 05:14:39 -0000
@@ -1,9 +1,6 @@
QT5NAME = QtXmlPatterns
COMMENT-main = Qt5 support for XPath, XQuery, XSLT and XML Schema
-REVISION-main = 0
-REVISION-examples = 0
-
SHARED_LIBS += Qt5XmlPatterns 3.0 # 5.9
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml c m
Index: qtxmlpatterns/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtxmlpatterns/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qtxmlpatterns/distinfo 19 Jan 2021 06:16:36 -0000 1.10
+++ qtxmlpatterns/distinfo 6 Jul 2022 05:14:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtxmlpatterns-everywhere-src-5.15.2.tar.xz) =
duohYqfDSRiNfn5PbHe3joogVJTJD+486jSHoa4s8vo=
-SIZE (qt/qtxmlpatterns-everywhere-src-5.15.2.tar.xz) = 5209380
+SHA256 (qt/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz) =
BVe3ESB8T6XO8cKIrvUG/RJ90/J6Xp0ceIzEMl+Quxg=
+SIZE (qt/qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz) = 5210040