summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-06-02 06:41:00 +0000
committeradam <adam@pkgsrc.org>2020-06-02 06:41:00 +0000
commitecb4aedc89382abdf05e17df77b018b6e072f403 (patch)
tree80735701ebd43429a371067c250b871a923c35f1
parentdfca9f1cc45a382160a8b406f9519c32b97a9cc8 (diff)
downloadpkgsrc-ecb4aedc89382abdf05e17df77b018b6e072f403.tar.gz
qt5: updated to 5.15.0
New Features in Qt 5.15 Qt 3D Module Improved profiling and troubleshooting support. QSortPolicy: introduced a uniform mode to control whether uniform minification needs to be performed or not. QMouseDevice: introduced a updateAxesContinuously property. Isolated the OpenGL renderer as a plugin. Qt Core Module Introduced QFile::moveToTrash() to provide a cross-platform API for moving files to the trash/recycling bin on Windows, macOS, and Linux desktops. This implements the freedesktop.org specification. Introduced QFileInfo::isJunction() to detect whether a file system entry is a Windows NTFS junction. QRunnable instances can now be created from std::function without having to subclass QRunnable. QThreadPool::start() and tryStart() can now take std::function and thereby also anonymous lambda functions as arguments. Added static template QDebug::toString() function, which streams the given object into a QDebug instance that operates on a string, and then returns that string. This is useful for cases where you need the textual representation of an object for debugging, but cannot use operator<<, such as when passing a failure message to QVERIFY2(). Qt GUI Module QColorSpace setters can now operate on invalid color spaces, making it possible to set primaries and transfer function independently. Implemented multi-threading support for many QImage scaling and conversion methods. Qt Multimedia Module Deprecated all plugin APIs. Deprecated QMediaService and QMediaControl. Introduced reverse playback for GStreamer. Introduced rendering to multiple surfaces. Introduced QVideoWidget::videoSurface(), QGraphicsVideoItem::videoSurface(), and QDeclarativeVideoOutput::videoSurface(). MediaPlayer QML type: Introduced a videoOutput property. Introduced QVideoFrame::image(). GStreamer camerabin: React to changes in notify::zoom and notify::max-zoom properties. Qt Network Module OpenSSL backend: Added support for a new session ticket mechanism introduced by the TLS 1.3 protocol. Implemented timeouts for downloads and uploads with QNetworkRequest and QNetworkAccessManager. Increased the minimum supported version of OpenSSL to 1.1. Qt QML Module Introduced inline components; multiple QML components can be declared in the same file. Introduced required properties. Added a declarative way of registering types to QML. qmllint now has a better understanding of the code and warns about deprecated QML features. Added the qmlformat tool to automatically format any QML file according to the QML Coding Conventions. Added support for the Nullish Coalescing Operator. Added a colorspace property on image nodes, making it possible to read color spaces and transform images into a specific color space. Qt Quick Module Added a PathText type which can be used together with Qt Quick Shapes to render text as geometry, without relying on distance fields or pre-rendered textures. This is useful for rendering large font sizes which would otherwise consume a lot of texture memory. Added a Image.sourceClipRect property to request the image plugin to render a portion of an image source. Added a cursorShape property to pointer handlers. Most pointer handlers (for example DragHandler) will change the cursor when in active state. HoverHandler will change the cursor when the mouse is hovering over the Item that contains the handler. Added support for Metal on iOS for the opt-in preview of the Graphics API Independent Rendering Architecture. Qt Quick Controls Module Added HorizontalHeaderView and VerticalHeaderView to display header data in a TableView, with support for flicking synchronization and multiple styles: default, fusion, imagine, material, and universal. Added a selectTextByMouse property to ComboBox. Qt WebEngine Module Updated to Chromium 80. Switched to use a sandboxed network service. Introduced a new API for reading the subprocess ID of a page or a view. Introduced a WebEngineHistory.clear() method. Tools QDoc can now generate DocBook. QDoc now generates output for C++ class and function template parameters. QDoc now generates correct output for scoped enums (enum classes).
-rw-r--r--x11/qt5-mysql/Makefile3
-rw-r--r--x11/qt5-mysql/buildlink3.mk4
-rw-r--r--x11/qt5-mysql/distinfo10
-rw-r--r--x11/qt5-odbc/Makefile3
-rw-r--r--x11/qt5-odbc/buildlink3.mk4
-rw-r--r--x11/qt5-odbc/distinfo10
-rw-r--r--x11/qt5-psql/Makefile3
-rw-r--r--x11/qt5-psql/buildlink3.mk4
-rw-r--r--x11/qt5-psql/distinfo10
-rw-r--r--x11/qt5-qtbase/Makefile3
-rw-r--r--x11/qt5-qtbase/PLIST62
-rw-r--r--x11/qt5-qtbase/buildlink3.mk4
-rw-r--r--x11/qt5-qtbase/distinfo12
-rw-r--r--x11/qt5-qtbase/patches/patch-qmake_Makefile.unix10
-rw-r--r--x11/qt5-qtcharts/Makefile3
-rw-r--r--x11/qt5-qtcharts/PLIST4
-rw-r--r--x11/qt5-qtcharts/buildlink3.mk4
-rw-r--r--x11/qt5-qtcharts/distinfo10
-rw-r--r--x11/qt5-qtconnectivity/Makefile3
-rw-r--r--x11/qt5-qtconnectivity/PLIST8
-rw-r--r--x11/qt5-qtconnectivity/buildlink3.mk4
-rw-r--r--x11/qt5-qtconnectivity/distinfo10
-rw-r--r--x11/qt5-qtdeclarative/Makefile3
-rw-r--r--x11/qt5-qtdeclarative/PLIST48
-rw-r--r--x11/qt5-qtdeclarative/buildlink3.mk4
-rw-r--r--x11/qt5-qtdeclarative/distinfo11
-rw-r--r--x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro15
-rw-r--r--x11/qt5-qtdoc/Makefile3
-rw-r--r--x11/qt5-qtdoc/PLIST4
-rw-r--r--x11/qt5-qtdoc/distinfo10
-rw-r--r--x11/qt5-qtgraphicaleffects/Makefile3
-rw-r--r--x11/qt5-qtgraphicaleffects/distinfo10
-rw-r--r--x11/qt5-qtimageformats/Makefile3
-rw-r--r--x11/qt5-qtimageformats/buildlink3.mk4
-rw-r--r--x11/qt5-qtimageformats/distinfo10
-rw-r--r--x11/qt5-qtlocation/Makefile3
-rw-r--r--x11/qt5-qtlocation/PLIST14
-rw-r--r--x11/qt5-qtlocation/buildlink3.mk4
-rw-r--r--x11/qt5-qtlocation/distinfo10
-rw-r--r--x11/qt5-qtmacextras/Makefile3
-rw-r--r--x11/qt5-qtmacextras/PLIST4
-rw-r--r--x11/qt5-qtmacextras/buildlink3.mk4
-rw-r--r--x11/qt5-qtmacextras/distinfo10
-rw-r--r--x11/qt5-qtmultimedia/Makefile3
-rw-r--r--x11/qt5-qtmultimedia/PLIST12
-rw-r--r--x11/qt5-qtmultimedia/buildlink3.mk4
-rw-r--r--x11/qt5-qtmultimedia/distinfo10
-rw-r--r--x11/qt5-qtnetworkauth/Makefile3
-rw-r--r--x11/qt5-qtnetworkauth/PLIST4
-rw-r--r--x11/qt5-qtnetworkauth/buildlink3.mk4
-rw-r--r--x11/qt5-qtnetworkauth/distinfo10
-rw-r--r--x11/qt5-qtquickcontrols/Makefile3
-rw-r--r--x11/qt5-qtquickcontrols/buildlink3.mk4
-rw-r--r--x11/qt5-qtquickcontrols/distinfo10
-rw-r--r--x11/qt5-qtquickcontrols2/Makefile3
-rw-r--r--x11/qt5-qtquickcontrols2/PLIST18
-rw-r--r--x11/qt5-qtquickcontrols2/buildlink3.mk4
-rw-r--r--x11/qt5-qtquickcontrols2/distinfo10
-rw-r--r--x11/qt5-qtscript/Makefile3
-rw-r--r--x11/qt5-qtscript/PLIST6
-rw-r--r--x11/qt5-qtscript/buildlink3.mk4
-rw-r--r--x11/qt5-qtscript/distinfo10
-rw-r--r--x11/qt5-qtscxml/Makefile3
-rw-r--r--x11/qt5-qtscxml/PLIST4
-rw-r--r--x11/qt5-qtscxml/buildlink3.mk4
-rw-r--r--x11/qt5-qtscxml/distinfo10
-rw-r--r--x11/qt5-qtsensors/Makefile3
-rw-r--r--x11/qt5-qtsensors/PLIST4
-rw-r--r--x11/qt5-qtsensors/buildlink3.mk4
-rw-r--r--x11/qt5-qtsensors/distinfo10
-rw-r--r--x11/qt5-qtserialport/Makefile3
-rw-r--r--x11/qt5-qtserialport/PLIST4
-rw-r--r--x11/qt5-qtserialport/buildlink3.mk4
-rw-r--r--x11/qt5-qtserialport/distinfo10
-rw-r--r--x11/qt5-qtspeech/Makefile3
-rw-r--r--x11/qt5-qtspeech/PLIST4
-rw-r--r--x11/qt5-qtspeech/buildlink3.mk4
-rw-r--r--x11/qt5-qtspeech/distinfo10
-rw-r--r--x11/qt5-qtsvg/Makefile3
-rw-r--r--x11/qt5-qtsvg/PLIST4
-rw-r--r--x11/qt5-qtsvg/buildlink3.mk4
-rw-r--r--x11/qt5-qtsvg/distinfo10
-rw-r--r--x11/qt5-qttools/Makefile3
-rw-r--r--x11/qt5-qttools/PLIST15
-rw-r--r--x11/qt5-qttools/buildlink3.mk4
-rw-r--r--x11/qt5-qttools/distinfo10
-rw-r--r--x11/qt5-qttranslations/Makefile3
-rw-r--r--x11/qt5-qttranslations/distinfo10
-rw-r--r--x11/qt5-qtvirtualkeyboard/Makefile3
-rw-r--r--x11/qt5-qtvirtualkeyboard/PLIST4
-rw-r--r--x11/qt5-qtvirtualkeyboard/buildlink3.mk4
-rw-r--r--x11/qt5-qtvirtualkeyboard/distinfo10
-rw-r--r--x11/qt5-qtwayland/Makefile3
-rw-r--r--x11/qt5-qtwayland/PLIST27
-rw-r--r--x11/qt5-qtwayland/buildlink3.mk4
-rw-r--r--x11/qt5-qtwayland/distinfo12
-rw-r--r--x11/qt5-qtwayland/patches/patch-qtwayland.pro6
-rw-r--r--x11/qt5-qtwebchannel/Makefile3
-rw-r--r--x11/qt5-qtwebchannel/PLIST4
-rw-r--r--x11/qt5-qtwebchannel/buildlink3.mk4
-rw-r--r--x11/qt5-qtwebchannel/distinfo10
-rw-r--r--x11/qt5-qtwebsockets/Makefile3
-rw-r--r--x11/qt5-qtwebsockets/PLIST4
-rw-r--r--x11/qt5-qtwebsockets/buildlink3.mk4
-rw-r--r--x11/qt5-qtwebsockets/distinfo10
-rw-r--r--x11/qt5-qtx11extras/Makefile3
-rw-r--r--x11/qt5-qtx11extras/PLIST4
-rw-r--r--x11/qt5-qtx11extras/buildlink3.mk4
-rw-r--r--x11/qt5-qtx11extras/distinfo10
-rw-r--r--x11/qt5-qtxmlpatterns/Makefile3
-rw-r--r--x11/qt5-qtxmlpatterns/PLIST4
-rw-r--r--x11/qt5-qtxmlpatterns/buildlink3.mk4
-rw-r--r--x11/qt5-qtxmlpatterns/distinfo10
-rw-r--r--x11/qt5/Makefile.common6
114 files changed, 413 insertions, 393 deletions
diff --git a/x11/qt5-mysql/Makefile b/x11/qt5-mysql/Makefile
index 66e7793b6d6..be43be47df5 100644
--- a/x11/qt5-mysql/Makefile
+++ b/x11/qt5-mysql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-mysql-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 MySQL plugin
CFLAGS+= -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff --git a/x11/qt5-mysql/buildlink3.mk b/x11/qt5-mysql/buildlink3.mk
index 2b2e7a49c92..949c57c054e 100644
--- a/x11/qt5-mysql/buildlink3.mk
+++ b/x11/qt5-mysql/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-mysql
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-mysql
QT5_MYSQL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-mysql+= qt5-mysql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-mysql+= qt5-mysql>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-mysql+= qt5-mysql>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-mysql?= ../../x11/qt5-mysql
BUILDLINK_LIBDIRS.qt5-mysql+= qt5/plugins
diff --git a/x11/qt5-mysql/distinfo b/x11/qt5-mysql/distinfo
index e002138f0dc..3e4871f4626 100644
--- a/x11/qt5-mysql/distinfo
+++ b/x11/qt5-mysql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile
index 8442de554c0..144636a8738 100644
--- a/x11/qt5-odbc/Makefile
+++ b/x11/qt5-odbc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-odbc-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 odbc plugin
BUILD_DIRS= src/plugins/sqldrivers
diff --git a/x11/qt5-odbc/buildlink3.mk b/x11/qt5-odbc/buildlink3.mk
index 02af82d69fc..090809b9071 100644
--- a/x11/qt5-odbc/buildlink3.mk
+++ b/x11/qt5-odbc/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.32 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-odbc
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-odbc
QT5_ODBC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-odbc+= qt5-odbc>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-odbc+= qt5-odbc>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-odbc+= qt5-odbc>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-odbc?= ../../x11/qt5-odbc
BUILDLINK_LIBDIRS.qt5-odbc+= qt5/plugins
diff --git a/x11/qt5-odbc/distinfo b/x11/qt5-odbc/distinfo
index a4db52d866d..ac67c2a9abe 100644
--- a/x11/qt5-odbc/distinfo
+++ b/x11/qt5-odbc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile
index 98c5ea91a80..91f069dd416 100644
--- a/x11/qt5-psql/Makefile
+++ b/x11/qt5-psql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.46 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-psql-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 PostgreSQL plugin
BUILD_QT5= yes
diff --git a/x11/qt5-psql/buildlink3.mk b/x11/qt5-psql/buildlink3.mk
index 5695335717d..8f1f652fbe0 100644
--- a/x11/qt5-psql/buildlink3.mk
+++ b/x11/qt5-psql/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-psql
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-psql
QT5_PSQL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-psql+= qt5-psql>=5.5.1
-BUILDLINK_ABI_DEPENDS.qt5-psql+= qt5-psql>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-psql+= qt5-psql>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-psql?= ../../x11/qt5-psql
BUILDLINK_LIBDIRS.qt5-psql+= qt5/plugins
diff --git a/x11/qt5-psql/distinfo b/x11/qt5-psql/distinfo
index e002138f0dc..3e4871f4626 100644
--- a/x11/qt5-psql/distinfo
+++ b/x11/qt5-psql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 425d5c02de2..5e8d64b781a 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2020/05/22 10:56:49 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
-PKGREVISION= 3
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtbase/PLIST b/x11/qt5-qtbase/PLIST
index 606deb1ccfc..5b81fc7ec96 100644
--- a/x11/qt5-qtbase/PLIST
+++ b/x11/qt5-qtbase/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2020/05/26 12:52:59 nia Exp $
+@comment $NetBSD: PLIST,v 1.32 2020/06/02 06:41:00 adam Exp $
lib/pkgconfig/Qt5Concurrent.pc
lib/pkgconfig/Qt5Core.pc
${PLIST.dbus}lib/pkgconfig/Qt5DBus.pc
@@ -177,10 +177,15 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractstate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracttransition_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qanimationgroup_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbig5codec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjson_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonarray_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonobject_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbinaryjsonvalue_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytearray_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarbackend_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcalendarmath_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcborcommon_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcborvalue_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcfsocketnotifier_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h
@@ -198,6 +203,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdeadlinetimer_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdebug_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdir_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdoublescanprint_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qduplicatetracker_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qendian_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h
@@ -350,6 +356,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qurltlds_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qutfcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariant_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariantanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwaitcondition_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowscodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipereader_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipewriter_p.h
@@ -595,6 +602,7 @@ qt5/include/QtCore/QSignalMapper
qt5/include/QtCore/QSignalTransition
qt5/include/QtCore/QSize
qt5/include/QtCore/QSizeF
+qt5/include/QtCore/QSocketDescriptor
qt5/include/QtCore/QSocketNotifier
qt5/include/QtCore/QSortFilterProxyModel
qt5/include/QtCore/QSpecialInteger
@@ -727,6 +735,8 @@ qt5/include/QtCore/qcborarray.h
qt5/include/QtCore/qcborcommon.h
qt5/include/QtCore/qcbormap.h
qt5/include/QtCore/qcborstream.h
+qt5/include/QtCore/qcborstreamreader.h
+qt5/include/QtCore/qcborstreamwriter.h
qt5/include/QtCore/qcborvalue.h
qt5/include/QtCore/qchar.h
qt5/include/QtCore/qcollator.h
@@ -984,6 +994,8 @@ ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceInte
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsintegration_p.h
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsoffscreenwindow_p.h
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsscreen_p.h
+${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkaninstance_p.h
+${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkanwindow_p.h
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfswindow_p.h
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegration
${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationDepends
@@ -1776,10 +1788,8 @@ qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qssldiffiehellmanparameter
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_mac_p.h
-qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl11_symbols_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_symbols_p.h
-qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_opensslpre11_symbols_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_schannel_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_winrt_p.h
@@ -1826,6 +1836,7 @@ qt5/include/QtNetwork/QNetworkReply
qt5/include/QtNetwork/QNetworkRequest
qt5/include/QtNetwork/QNetworkSession
qt5/include/QtNetwork/QOcspResponse
+qt5/include/QtNetwork/QPasswordDigestor
qt5/include/QtNetwork/QSctpServer
qt5/include/QtNetwork/QSctpSocket
qt5/include/QtNetwork/QSsl
@@ -2072,6 +2083,7 @@ qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkperfevents_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarktimemeasurers_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkvalgrind_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qcsvbenchmarklogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qjunittestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qplaintestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qsignaldumper_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtaptestlogger_p.h
@@ -2082,15 +2094,14 @@ qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestcorelist_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelement_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelementattribute_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesthelpers_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestjunitstreamer_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestlog_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestresult_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesttable_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestutil_macos_p.h
-qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestxunitstreamer_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qttestlib-config_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxctestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxmltestlogger_p.h
-qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxunittestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/valgrind_p.h
qt5/include/QtTest/QAbstractItemModelTester
qt5/include/QtTest/QEventSizeOfChecker
@@ -2445,6 +2456,7 @@ qt5/include/QtWidgets/QStyleOptionTabBarBase
qt5/include/QtWidgets/QStyleOptionTabBarBaseV2
qt5/include/QtWidgets/QStyleOptionTabV2
qt5/include/QtWidgets/QStyleOptionTabV3
+qt5/include/QtWidgets/QStyleOptionTabV4
qt5/include/QtWidgets/QStyleOptionTabWidgetFrame
qt5/include/QtWidgets/QStyleOptionTabWidgetFrameV2
qt5/include/QtWidgets/QStyleOptionTitleBar
@@ -2634,6 +2646,8 @@ ${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/QtXkbCommonSupport
${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/QtXkbCommonSupportDepends
${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/QtXkbCommonSupportVersion
${PLIST.notdarwin}qt5/include/QtXkbCommonSupport/qtxkbcommonsupportversion.h
+qt5/include/QtXml/${PKGVERSION}/QtXml/private/qdom_p.h
+qt5/include/QtXml/${PKGVERSION}/QtXml/private/qdomhelpers_p.h
qt5/include/QtXml/${PKGVERSION}/QtXml/private/qtxml-config_p.h
qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h
qt5/include/QtXml/QDomAttr
@@ -2781,17 +2795,17 @@ qt5/lib/libQt5Concurrent.prl
qt5/lib/libQt5Concurrent.so
qt5/lib/libQt5Concurrent.so.${PKGVERSION}
qt5/lib/libQt5Concurrent.so.5
-qt5/lib/libQt5Concurrent.so.5.14
+qt5/lib/libQt5Concurrent.so.5.15
qt5/lib/libQt5Core.prl
qt5/lib/libQt5Core.so
qt5/lib/libQt5Core.so.${PKGVERSION}
qt5/lib/libQt5Core.so.5
-qt5/lib/libQt5Core.so.5.14
+qt5/lib/libQt5Core.so.5.15
${PLIST.dbus}qt5/lib/libQt5DBus.prl
${PLIST.dbus}qt5/lib/libQt5DBus.so
${PLIST.dbus}qt5/lib/libQt5DBus.so.${PKGVERSION}
${PLIST.dbus}qt5/lib/libQt5DBus.so.5
-${PLIST.dbus}qt5/lib/libQt5DBus.so.5.14
+${PLIST.dbus}qt5/lib/libQt5DBus.so.5.15
qt5/lib/libQt5DeviceDiscoverySupport.a
qt5/lib/libQt5DeviceDiscoverySupport.prl
qt5/lib/libQt5EdidSupport.a
@@ -2800,12 +2814,12 @@ ${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.prl
${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so
${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.${PKGVERSION}
${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.5
-${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.5.14
+${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.5.15
${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.prl
${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so
${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.${PKGVERSION}
${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.5
-${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.5.14
+${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.5.15
${PLIST.egl}qt5/lib/libQt5EglSupport.a
${PLIST.egl}qt5/lib/libQt5EglSupport.prl
qt5/lib/libQt5EventDispatcherSupport.a
@@ -2820,7 +2834,7 @@ qt5/lib/libQt5Gui.prl
qt5/lib/libQt5Gui.so
qt5/lib/libQt5Gui.so.${PKGVERSION}
qt5/lib/libQt5Gui.so.5
-qt5/lib/libQt5Gui.so.5.14
+qt5/lib/libQt5Gui.so.5.15
${PLIST.notdarwin}qt5/lib/libQt5InputSupport.a
${PLIST.notdarwin}qt5/lib/libQt5InputSupport.prl
${PLIST.notdarwin}qt5/lib/libQt5KmsSupport.a
@@ -2831,55 +2845,58 @@ qt5/lib/libQt5Network.prl
qt5/lib/libQt5Network.so
qt5/lib/libQt5Network.so.${PKGVERSION}
qt5/lib/libQt5Network.so.5
-qt5/lib/libQt5Network.so.5.14
+qt5/lib/libQt5Network.so.5.15
qt5/lib/libQt5OpenGL.prl
qt5/lib/libQt5OpenGL.so
qt5/lib/libQt5OpenGL.so.${PKGVERSION}
qt5/lib/libQt5OpenGL.so.5
-qt5/lib/libQt5OpenGL.so.5.14
+qt5/lib/libQt5OpenGL.so.5.15
qt5/lib/libQt5OpenGLExtensions.prl
qt5/lib/libQt5OpenGLExtensions.so
qt5/lib/libQt5OpenGLExtensions.so.${PKGVERSION}
qt5/lib/libQt5OpenGLExtensions.so.5
-qt5/lib/libQt5OpenGLExtensions.so.5.14
+qt5/lib/libQt5OpenGLExtensions.so.5.15
qt5/lib/libQt5PlatformCompositorSupport.a
qt5/lib/libQt5PlatformCompositorSupport.prl
qt5/lib/libQt5PrintSupport.prl
qt5/lib/libQt5PrintSupport.so
qt5/lib/libQt5PrintSupport.so.${PKGVERSION}
qt5/lib/libQt5PrintSupport.so.5
-qt5/lib/libQt5PrintSupport.so.5.14
+qt5/lib/libQt5PrintSupport.so.5.15
qt5/lib/libQt5ServiceSupport.a
qt5/lib/libQt5ServiceSupport.prl
qt5/lib/libQt5Sql.prl
qt5/lib/libQt5Sql.so
qt5/lib/libQt5Sql.so.${PKGVERSION}
qt5/lib/libQt5Sql.so.5
-qt5/lib/libQt5Sql.so.5.14
+qt5/lib/libQt5Sql.so.5.15
qt5/lib/libQt5Test.prl
qt5/lib/libQt5Test.so
qt5/lib/libQt5Test.so.${PKGVERSION}
qt5/lib/libQt5Test.so.5
-qt5/lib/libQt5Test.so.5.14
+qt5/lib/libQt5Test.so.5.15
qt5/lib/libQt5ThemeSupport.a
qt5/lib/libQt5ThemeSupport.prl
qt5/lib/libQt5Widgets.prl
qt5/lib/libQt5Widgets.so
qt5/lib/libQt5Widgets.so.${PKGVERSION}
qt5/lib/libQt5Widgets.so.5
-qt5/lib/libQt5Widgets.so.5.14
+qt5/lib/libQt5Widgets.so.5.15
${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.prl
${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.so
${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.so.${PKGVERSION}
${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.so.5
-${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.so.5.14
+${PLIST.notdarwin}qt5/lib/libQt5XcbQpa.so.5.15
${PLIST.notdarwin}qt5/lib/libQt5XkbCommonSupport.a
${PLIST.notdarwin}qt5/lib/libQt5XkbCommonSupport.prl
qt5/lib/libQt5Xml.prl
qt5/lib/libQt5Xml.so
qt5/lib/libQt5Xml.so.${PKGVERSION}
qt5/lib/libQt5Xml.so.5
-qt5/lib/libQt5Xml.so.5.14
+qt5/lib/libQt5Xml.so.5.15
+qt5/lib/metatypes/qt5core_metatypes.json
+qt5/lib/metatypes/qt5gui_metatypes.json
+qt5/lib/metatypes/qt5widgets_metatypes.json
qt5/lib/pkgconfig/Qt5Concurrent.pc
qt5/lib/pkgconfig/Qt5Core.pc
${PLIST.dbus}qt5/lib/pkgconfig/Qt5DBus.pc
@@ -2983,6 +3000,8 @@ qt5/mkspecs/devices/freebsd-generic-clang/qmake.conf
qt5/mkspecs/devices/freebsd-generic-clang/qplatformdefs.h
qt5/mkspecs/devices/freebsd-rasp-pi-clang/qmake.conf
qt5/mkspecs/devices/freebsd-rasp-pi-clang/qplatformdefs.h
+qt5/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf
+qt5/mkspecs/devices/integrity-armv8-SA8155P/qplatformdefs.h
qt5/mkspecs/devices/integrity-armv8-drive-cx/qmake.conf
qt5/mkspecs/devices/integrity-armv8-drive-cx/qplatformdefs.h
qt5/mkspecs/devices/integrity-armv8-msm8996au/qmake.conf
@@ -3121,6 +3140,7 @@ qt5/mkspecs/features/mac/sdk.mk
qt5/mkspecs/features/mac/sdk.prf
qt5/mkspecs/features/mac/toolchain.prf
qt5/mkspecs/features/mac/unsupported/objc_namespace.prf
+qt5/mkspecs/features/metatypes.prf
qt5/mkspecs/features/moc.prf
qt5/mkspecs/features/no_debug_info.prf
qt5/mkspecs/features/plugin_bundle.prf
@@ -3301,7 +3321,7 @@ qt5/mkspecs/macx-ios-clang/Default-568h@2x.png
qt5/mkspecs/macx-ios-clang/Info.plist.app
qt5/mkspecs/macx-ios-clang/Info.plist.dSYM.in
qt5/mkspecs/macx-ios-clang/Info.plist.lib
-qt5/mkspecs/macx-ios-clang/LaunchScreen.xib
+qt5/mkspecs/macx-ios-clang/LaunchScreen.storyboard
qt5/mkspecs/macx-ios-clang/features/default_post.prf
qt5/mkspecs/macx-ios-clang/qmake.conf
qt5/mkspecs/macx-ios-clang/qplatformdefs.h
diff --git a/x11/qt5-qtbase/buildlink3.mk b/x11/qt5-qtbase/buildlink3.mk
index 30f259cbe6b..1505011d1be 100644
--- a/x11/qt5-qtbase/buildlink3.mk
+++ b/x11/qt5-qtbase/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.38 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.39 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-qtbase
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtbase
QT5_QTBASE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtbase?= ../../x11/qt5-qtbase
BUILDLINK_INCDIRS.qt5-qtbase+= qt5/include
diff --git a/x11/qt5-qtbase/distinfo b/x11/qt5-qtbase/distinfo
index 85c704d1782..f31ebea24dd 100644
--- a/x11/qt5-qtbase/distinfo
+++ b/x11/qt5-qtbase/distinfo
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.59 2020/05/03 11:41:45 wiedi Exp $
+$NetBSD: distinfo,v 1.60 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtbase-everywhere-src-5.14.2.tar.xz) = 9de814d3b9005bf984a78e4b564fbb9413e043c4
-RMD160 (qtbase-everywhere-src-5.14.2.tar.xz) = 103d9c42037393a8c3e6467c9bd1eab447d3c4fb
-SHA512 (qtbase-everywhere-src-5.14.2.tar.xz) = 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
-Size (qtbase-everywhere-src-5.14.2.tar.xz) = 49865752 bytes
+SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
+RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
+SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
+Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515
-SHA1 (patch-qmake_Makefile.unix) = ec1af3d76dc5bd0b7b1d375ceeebbd016b6f555f
+SHA1 (patch-qmake_Makefile.unix) = 8a55d0eb30903266ce529bbfa562b492cdd359b3
SHA1 (patch-qmake_generators_makefile.cpp) = 1bca636dc88f258876df54bd0c6c64114fa7411d
SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 915223f7a5b71543f4bb86c0b021284971be5786
SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = e050b334cecc56259bd1755cd2de8c5bbf1409c0
diff --git a/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix b/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix
index 4982edc04d4..94853ed56c4 100644
--- a/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix
+++ b/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix
@@ -1,19 +1,19 @@
-$NetBSD: patch-qmake_Makefile.unix,v 1.4 2018/01/17 19:30:47 markd Exp $
+$NetBSD: patch-qmake_Makefile.unix,v 1.5 2020/06/02 06:41:00 adam Exp $
Pass environmental variables from pkgsrc
---- qmake/Makefile.unix.orig 2017-11-30 13:49:46.000000000 +0000
+--- qmake/Makefile.unix.orig 2020-05-11 08:15:08.000000000 +0000
+++ qmake/Makefile.unix
-@@ -130,7 +130,7 @@ DEPEND_SRC = \
+@@ -134,7 +134,7 @@ DEPEND_SRC = \
# by configure); QTSRCS2 may include *.mm entries on macOS.
# See below for special handling of qlibraryinfo.cpp
-CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
+CPPFLAGS += -g $(EXTRA_CPPFLAGS) \
-I$(QMKSRC) -I$(QMKLIBSRC) -I$(QMKGENSRC) \
+ -I$(SOURCE_PATH)/src/3rdparty/tinycbor/src \
-I$(QMKGENSRC)/unix -I$(QMKGENSRC)/win32 -I$(QMKGENSRC)/mac \
- -I$(INC_PATH) -I$(INC_PATH)/QtCore \
-@@ -141,8 +141,8 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
+@@ -146,8 +146,8 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
-DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL \
-DQT_NO_FOREACH
diff --git a/x11/qt5-qtcharts/Makefile b/x11/qt5-qtcharts/Makefile
index 9872cf61935..7f4ec8256b6 100644
--- a/x11/qt5-qtcharts/Makefile
+++ b/x11/qt5-qtcharts/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtcharts-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtcharts-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for charts framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtcharts/PLIST b/x11/qt5-qtcharts/PLIST
index 0c2356beb8f..6e5ddc636b3 100644
--- a/x11/qt5-qtcharts/PLIST
+++ b/x11/qt5-qtcharts/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/21 20:25:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/06/02 06:41:00 adam Exp $
lib/pkgconfig/Qt5Charts.pc
qt5/include/QtCharts/${PKGVERSION}/QtCharts/private/abstractbarchartitem_p.h
qt5/include/QtCharts/${PKGVERSION}/QtCharts/private/abstractchartlayout_p.h
@@ -279,7 +279,7 @@ qt5/lib/libQt5Charts.prl
qt5/lib/libQt5Charts.so
qt5/lib/libQt5Charts.so.${PKGVERSION}
qt5/lib/libQt5Charts.so.5
-qt5/lib/libQt5Charts.so.5.14
+qt5/lib/libQt5Charts.so.5.15
qt5/lib/pkgconfig/Qt5Charts.pc
qt5/mkspecs/modules/qt_lib_charts.pri
qt5/mkspecs/modules/qt_lib_charts_private.pri
diff --git a/x11/qt5-qtcharts/buildlink3.mk b/x11/qt5-qtcharts/buildlink3.mk
index 3b5db4854e1..18c2769f2c1 100644
--- a/x11/qt5-qtcharts/buildlink3.mk
+++ b/x11/qt5-qtcharts/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-qtcharts
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtcharts
QT5_QTCHARTS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtcharts+= qt5-qtcharts>=5.11.2
-BUILDLINK_ABI_DEPENDS.qt5-qtcharts+= qt5-qtcharts>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtcharts+= qt5-qtcharts>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtcharts?= ../../x11/qt5-qtcharts
BUILDLINK_INCDIRS.qt5-qtcharts+= qt5/include
diff --git a/x11/qt5-qtcharts/distinfo b/x11/qt5-qtcharts/distinfo
index 27ffe897fda..3c16edea1fa 100644
--- a/x11/qt5-qtcharts/distinfo
+++ b/x11/qt5-qtcharts/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtcharts-everywhere-src-5.14.2.tar.xz) = d9d05caddf308236e865873b8c8a9566aab8a97a
-RMD160 (qtcharts-everywhere-src-5.14.2.tar.xz) = 20e8775cfda1b7bf6aabd08f8bbd3cd68dd36461
-SHA512 (qtcharts-everywhere-src-5.14.2.tar.xz) = 2776db3dfe6f6f1047bd19d8d936d3f72de46c0807bbf02ba874053113d76df4cf80497d5ed2cee192ad94abb8e12b4fbce8359a63d8beb1190d491fc2da35bc
-Size (qtcharts-everywhere-src-5.14.2.tar.xz) = 4250508 bytes
+SHA1 (qtcharts-everywhere-src-5.15.0.tar.xz) = b49720f37facc3b72ed29aafbbf25ac1bf257cd8
+RMD160 (qtcharts-everywhere-src-5.15.0.tar.xz) = 9cdd48a1d976c39c783e24d2dad9f6600d3879b9
+SHA512 (qtcharts-everywhere-src-5.15.0.tar.xz) = 8046f280f460da4bd010c96503e07811fd672981940477855511c21e11734872cbfdac2ffb5da0a26dbeeaf931bda2605c57dccaa45ab3ebf61272b9e29fd183
+Size (qtcharts-everywhere-src-5.15.0.tar.xz) = 4250568 bytes
diff --git a/x11/qt5-qtconnectivity/Makefile b/x11/qt5-qtconnectivity/Makefile
index 7f980aa88cf..dba34e91836 100644
--- a/x11/qt5-qtconnectivity/Makefile
+++ b/x11/qt5-qtconnectivity/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtconnectivity-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtconnectivity-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for connectivity framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtconnectivity/PLIST b/x11/qt5-qtconnectivity/PLIST
index 922069d0f0d..ed529f70998 100644
--- a/x11/qt5-qtconnectivity/PLIST
+++ b/x11/qt5-qtconnectivity/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/04/02 22:05:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/06/02 06:41:00 adam Exp $
lib/pkgconfig/Qt5Bluetooth.pc
lib/pkgconfig/Qt5Nfc.pc
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/adapter1_bluez5_p.h
@@ -79,7 +79,7 @@ qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_a
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_bluez_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_bluezdbus_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_darwin_p.h
-qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_p.h
+qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_dummy_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_win_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_winrt_new_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_winrt_p.h
@@ -225,12 +225,12 @@ qt5/lib/libQt5Bluetooth.prl
qt5/lib/libQt5Bluetooth.so
qt5/lib/libQt5Bluetooth.so.${PKGVERSION}
qt5/lib/libQt5Bluetooth.so.5
-qt5/lib/libQt5Bluetooth.so.5.14
+qt5/lib/libQt5Bluetooth.so.5.15
qt5/lib/libQt5Nfc.prl
qt5/lib/libQt5Nfc.so
qt5/lib/libQt5Nfc.so.${PKGVERSION}
qt5/lib/libQt5Nfc.so.5
-qt5/lib/libQt5Nfc.so.5.14
+qt5/lib/libQt5Nfc.so.5.15
qt5/lib/pkgconfig/Qt5Bluetooth.pc
qt5/lib/pkgconfig/Qt5Nfc.pc
qt5/mkspecs/modules/qt_lib_bluetooth.pri
diff --git a/x11/qt5-qtconnectivity/buildlink3.mk b/x11/qt5-qtconnectivity/buildlink3.mk
index c32094a558d..9ae978be473 100644
--- a/x11/qt5-qtconnectivity/buildlink3.mk
+++ b/x11/qt5-qtconnectivity/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-qtconnectivity
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtconnectivity
QT5_QTCONNECTIVITY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtconnectivity+= qt5-qtconnectivity>=5.12.2
-BUILDLINK_ABI_DEPENDS.qt5-qtconnectivity?= qt5-qtconnectivity>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtconnectivity?= qt5-qtconnectivity>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtconnectivity?= ../../x11/qt5-qtconnectivity
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtconnectivity/distinfo b/x11/qt5-qtconnectivity/distinfo
index 2c9b95ef34b..58b2e3f3610 100644
--- a/x11/qt5-qtconnectivity/distinfo
+++ b/x11/qt5-qtconnectivity/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtconnectivity-everywhere-src-5.14.2.tar.xz) = 80ea8d6d4de105fa2feecc4959ec05a878934734
-RMD160 (qtconnectivity-everywhere-src-5.14.2.tar.xz) = 2ec5b5213dcf6850313c611e3c7891084c94f7a3
-SHA512 (qtconnectivity-everywhere-src-5.14.2.tar.xz) = 948050b915f6f2e1fffcb2c8b55d9061f25a82314d02e7a39faa9b88e065bb924ce5f8a7c26ed1f07b29b986d47acd5678f57bb96668d1c1ecd93ad3a7e40c7a
-Size (qtconnectivity-everywhere-src-5.14.2.tar.xz) = 2804940 bytes
+SHA1 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 393828c91b42d69bb0776cabc5a847615ed9ce05
+RMD160 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = ad34f415b4e3cf293ee9b304be3f3b04bcf9cbdc
+SHA512 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 57f125d232d1b495e82dd0f52243b878c7f0d3ffd1c8f4a7ff92810167867e2a5e480f4e7a3d2f26bbebcf8693eacbced87504b54f79cc8d1c8caf5a8f2da8f2
+Size (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 2803792 bytes
diff --git a/x11/qt5-qtdeclarative/Makefile b/x11/qt5-qtdeclarative/Makefile
index d164ab36303..93d5355df97 100644
--- a/x11/qt5-qtdeclarative/Makefile
+++ b/x11/qt5-qtdeclarative/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.50 2020/06/02 06:41:00 adam Exp $
DISTNAME= qtdeclarative-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtdeclarative-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for declarative framework
BUILD_TARGET= sub-tools
diff --git a/x11/qt5-qtdeclarative/PLIST b/x11/qt5-qtdeclarative/PLIST
index 51473023605..5c5432dee07 100644
--- a/x11/qt5-qtdeclarative/PLIST
+++ b/x11/qt5-qtdeclarative/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/01/21 20:25:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/06/02 06:41:00 adam Exp $
lib/pkgconfig/Qt5Qml.pc
lib/pkgconfig/Qt5Quick.pc
lib/pkgconfig/Qt5QuickTest.pc
@@ -6,6 +6,7 @@ lib/pkgconfig/Qt5QuickWidgets.pc
qt5/bin/qml
qt5/bin/qmlcachegen
qt5/bin/qmleasing
+qt5/bin/qmlformat
qt5/bin/qmlimportscanner
qt5/bin/qmllint
qt5/bin/qmlmin
@@ -14,6 +15,7 @@ qt5/bin/qmlpreview
qt5/bin/qmlprofiler
qt5/bin/qmlscene
qt5/bin/qmltestrunner
+qt5/bin/qmltyperegistrar
qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qpacket_p.h
qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qpacketprotocol_p.h
qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qversionedpacket_p.h
@@ -21,6 +23,7 @@ qt5/include/QtPacketProtocol/QtPacketProtocol
qt5/include/QtPacketProtocol/QtPacketProtocolDepends
qt5/include/QtPacketProtocol/QtPacketProtocolVersion
qt5/include/QtPacketProtocol/qtpacketprotocolversion.h
+qt5/include/QtQml/${PKGVERSION}/QtQml/private/inlinecomponentutils_p.h
qt5/include/QtQml/${PKGVERSION}/QtQml/private/qabstractanimationjob_p.h
qt5/include/QtQml/${PKGVERSION}/QtQml/private/qanimationgroupjob_p.h
qt5/include/QtQml/${PKGVERSION}/QtQml/private/qanimationjobutil_p.h
@@ -262,11 +265,12 @@ qt5/include/QtQml/QJSValueIterator
qt5/include/QtQml/QJSValueList
qt5/include/QtQml/QQmlAbstractUrlInterceptor
qt5/include/QtQml/QQmlApplicationEngine
-qt5/include/QtQml/QQmlAttachedPropertiesFunc
qt5/include/QtQml/QQmlComponent
qt5/include/QtQml/QQmlContext
qt5/include/QtQml/QQmlDebuggingEnabler
qt5/include/QtQml/QQmlEngine
+qt5/include/QtQml/QQmlEngineExtensionInterface
+qt5/include/QtQml/QQmlEngineExtensionPlugin
qt5/include/QtQml/QQmlError
qt5/include/QtQml/QQmlExpression
qt5/include/QtQml/QQmlExtensionInterface
@@ -279,6 +283,7 @@ qt5/include/QtQml/QQmlIncubator
qt5/include/QtQml/QQmlInfo
qt5/include/QtQml/QQmlListProperty
qt5/include/QtQml/QQmlListReference
+qt5/include/QtQml/QQmlModuleRegistration
qt5/include/QtQml/QQmlNetworkAccessManagerFactory
qt5/include/QtQml/QQmlParserStatus
qt5/include/QtQml/QQmlProperties
@@ -288,6 +293,7 @@ qt5/include/QtQml/QQmlPropertyValueSource
qt5/include/QtQml/QQmlScriptString
qt5/include/QtQml/QQmlTypeInfo
qt5/include/QtQml/QQmlTypesExtensionInterface
+qt5/include/QtQml/QmlTypeAndRevisionsRegistration
qt5/include/QtQml/QtQml
qt5/include/QtQml/QtQmlDepends
qt5/include/QtQml/QtQmlVersion
@@ -310,6 +316,7 @@ qt5/include/QtQml/qqmlfileselector.h
qt5/include/QtQml/qqmlincubator.h
qt5/include/QtQml/qqmlinfo.h
qt5/include/QtQml/qqmllist.h
+qt5/include/QtQml/qqmlmoduleregistration.h
qt5/include/QtQml/qqmlnetworkaccessmanagerfactory.h
qt5/include/QtQml/qqmlparserstatus.h
qt5/include/QtQml/qqmlprivate.h
@@ -325,6 +332,7 @@ qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugclient_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugclient_p_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugconnection_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugmessageclient_p.h
+qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugtranslationclient_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlenginecontrolclient_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlenginecontrolclient_p_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlenginedebugclient_p.h
@@ -347,9 +355,9 @@ qt5/include/QtQmlDebug/QtQmlDebug
qt5/include/QtQmlDebug/QtQmlDebugDepends
qt5/include/QtQmlDebug/QtQmlDebugVersion
qt5/include/QtQmlDebug/qtqmldebugversion.h
+qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmlabstractdelegatecomponent_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmladaptormodel_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmlchangeset_p.h
-qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmldelegatecomponent_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmldelegatemodel_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmldelegatemodel_p_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmlinstantiator_p.h
@@ -362,8 +370,6 @@ qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmllistmodelworkerage
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmlmodelsmodule_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmlobjectmodel_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmltableinstancemodel_p.h
-qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmltablemodel_p.h
-qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qqmltablemodelcolumn_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qquickpackage_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qtqmlmodels-config_p.h
qt5/include/QtQmlModels/${PKGVERSION}/QtQmlModels/private/qtqmlmodelsglobal_p.h
@@ -404,7 +410,6 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickapplication_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickbehavior_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickborderimage_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickborderimage_p_p.h
-qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickboundaryrule_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickcanvascontext_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickcanvasitem_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickclipnode_p.h
@@ -433,6 +438,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickflipable_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickfocusscope_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickfontloader_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickfontmetrics_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickforeignutils_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickgenericshadereffect_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickgraphicsinfo_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickgridview_p.h
@@ -532,7 +538,6 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktimeline_p_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktransition_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktransitionmanager_p_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktranslate_p.h
-qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickutilmodule_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickvalidator_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickvaluetypes_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickview_p.h
@@ -584,7 +589,6 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrendernode_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhiatlastexture_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhidistancefieldglyphcache_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhilayer_p.h
-qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhinativetextureimporter_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhishadereffectnode_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhisupport_p.h
qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrhitextureglyphcache_p.h
@@ -745,7 +749,7 @@ qt5/include/QtQuickShapes/QtQuickShapesVersion
qt5/include/QtQuickShapes/qquickshapesglobal.h
qt5/include/QtQuickShapes/qtquickshapesversion.h
qt5/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/qtestoptions_p.h
-qt5/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/quicktestevent_p.h
+qt5/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/quicktest_p.h
qt5/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/quicktestresult_p.h
qt5/include/QtQuickTest/QtQuickTest
qt5/include/QtQuickTest/QtQuickTestDepends
@@ -804,7 +808,7 @@ qt5/lib/libQt5Qml.prl
qt5/lib/libQt5Qml.so
qt5/lib/libQt5Qml.so.${PKGVERSION}
qt5/lib/libQt5Qml.so.5
-qt5/lib/libQt5Qml.so.5.14
+qt5/lib/libQt5Qml.so.5.15
qt5/lib/libQt5QmlDebug.a
qt5/lib/libQt5QmlDebug.prl
qt5/lib/libQt5QmlDevTools.a
@@ -813,37 +817,44 @@ qt5/lib/libQt5QmlModels.prl
qt5/lib/libQt5QmlModels.so
qt5/lib/libQt5QmlModels.so.${PKGVERSION}
qt5/lib/libQt5QmlModels.so.5
-qt5/lib/libQt5QmlModels.so.5.14
+qt5/lib/libQt5QmlModels.so.5.15
qt5/lib/libQt5QmlWorkerScript.prl
qt5/lib/libQt5QmlWorkerScript.so
qt5/lib/libQt5QmlWorkerScript.so.${PKGVERSION}
qt5/lib/libQt5QmlWorkerScript.so.5
-qt5/lib/libQt5QmlWorkerScript.so.5.14
+qt5/lib/libQt5QmlWorkerScript.so.5.15
qt5/lib/libQt5Quick.prl
qt5/lib/libQt5Quick.so
qt5/lib/libQt5Quick.so.${PKGVERSION}
qt5/lib/libQt5Quick.so.5
-qt5/lib/libQt5Quick.so.5.14
+qt5/lib/libQt5Quick.so.5.15
qt5/lib/libQt5QuickParticles.prl
qt5/lib/libQt5QuickParticles.so
qt5/lib/libQt5QuickParticles.so.${PKGVERSION}
qt5/lib/libQt5QuickParticles.so.5
-qt5/lib/libQt5QuickParticles.so.5.14
+qt5/lib/libQt5QuickParticles.so.5.15
qt5/lib/libQt5QuickShapes.prl
qt5/lib/libQt5QuickShapes.so
qt5/lib/libQt5QuickShapes.so.${PKGVERSION}
qt5/lib/libQt5QuickShapes.so.5
-qt5/lib/libQt5QuickShapes.so.5.14
+qt5/lib/libQt5QuickShapes.so.5.15
qt5/lib/libQt5QuickTest.prl
qt5/lib/libQt5QuickTest.so
qt5/lib/libQt5QuickTest.so.${PKGVERSION}
qt5/lib/libQt5QuickTest.so.5
-qt5/lib/libQt5QuickTest.so.5.14
+qt5/lib/libQt5QuickTest.so.5.15
qt5/lib/libQt5QuickWidgets.prl
qt5/lib/libQt5QuickWidgets.so
qt5/lib/libQt5QuickWidgets.so.${PKGVERSION}
qt5/lib/libQt5QuickWidgets.so.5
-qt5/lib/libQt5QuickWidgets.so.5.14
+qt5/lib/libQt5QuickWidgets.so.5.15
+qt5/lib/metatypes/qt5qml_metatypes.json
+qt5/lib/metatypes/qt5qmlmodels_metatypes.json
+qt5/lib/metatypes/qt5qmlworkerscript_metatypes.json
+qt5/lib/metatypes/qt5quick_metatypes.json
+qt5/lib/metatypes/qt5quickparticles_metatypes.json
+qt5/lib/metatypes/qt5quickshapes_metatypes.json
+qt5/lib/metatypes/qt5quicktest_metatypes.json
qt5/lib/pkgconfig/Qt5Qml.pc
qt5/lib/pkgconfig/Qt5QmlModels.pc
qt5/lib/pkgconfig/Qt5QmlWorkerScript.pc
@@ -851,6 +862,7 @@ qt5/lib/pkgconfig/Qt5Quick.pc
qt5/lib/pkgconfig/Qt5QuickTest.pc
qt5/lib/pkgconfig/Qt5QuickWidgets.pc
qt5/mkspecs/features/qmlcache.prf
+qt5/mkspecs/features/qmltypes.prf
qt5/mkspecs/features/qtquickcompiler.prf
qt5/mkspecs/modules/qt_lib_packetprotocol_private.pri
qt5/mkspecs/modules/qt_lib_qml.pri
@@ -898,6 +910,8 @@ qt5/qml/Qt/labs/sharedimage/qmldir
qt5/qml/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so
qt5/qml/Qt/labs/wavefrontmesh/plugins.qmltypes
qt5/qml/Qt/labs/wavefrontmesh/qmldir
+qt5/qml/Qt/test/qtestroot/plugins.qmltypes
+qt5/qml/Qt/test/qtestroot/qmldir
qt5/qml/QtQml/Models.2/libmodelsplugin.so
qt5/qml/QtQml/Models.2/plugins.qmltypes
qt5/qml/QtQml/Models.2/qmldir
diff --git a/x11/qt5-qtdeclarative/buildlink3.mk b/x11/qt5-qtdeclarative/buildlink3.mk
index f536a6d65a7..864ae4d44fa 100644
--- a/x11/qt5-qtdeclarative/buildlink3.mk
+++ b/x11/qt5-qtdeclarative/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 06:41:00 adam Exp $
BUILDLINK_TREE+= qt5-qtdeclarative
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtdeclarative
QT5_QTDECLARATIVE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtdeclarative+= qt5-qtdeclarative>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtdeclarative+= qt5-qtdeclarative>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtdeclarative+= qt5-qtdeclarative>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtdeclarative?= ../../x11/qt5-qtdeclarative
BUILDLINK_INCDIRS.qt5-qtdeclarative+= qt5/include
diff --git a/x11/qt5-qtdeclarative/distinfo b/x11/qt5-qtdeclarative/distinfo
index babb6f8c110..c94d9203701 100644
--- a/x11/qt5-qtdeclarative/distinfo
+++ b/x11/qt5-qtdeclarative/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.22 2020/04/02 22:05:57 adam Exp $
+$NetBSD: distinfo,v 1.23 2020/06/02 06:41:00 adam Exp $
-SHA1 (qtdeclarative-everywhere-src-5.14.2.tar.xz) = eba02cab64d40d17be93bee7cbabc33176ef6433
-RMD160 (qtdeclarative-everywhere-src-5.14.2.tar.xz) = b5af85ffa37ef1a4b9c51432cb02b80fd0766a7e
-SHA512 (qtdeclarative-everywhere-src-5.14.2.tar.xz) = 48d3a547237514a8bdc2a4c0b3f97732abceacece0e0899d2f33787293eb99f54c28efce35a34b8c46dcd4d78ebbc88bfc820bc68496076eacace40aaceee004
-Size (qtdeclarative-everywhere-src-5.14.2.tar.xz) = 21305980 bytes
-SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a
+SHA1 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 4fe253e411c6e74bf032e6be76a3e04ed3008b9b
+RMD160 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 4ee26aa27fc40d37d23f2ba0eba5796f32200dac
+SHA512 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 0ec3403286efea6d6ac975ea6bd4464ea656c031f5f27b852235fd69d316a627ac3ff2ea2c3cca0a5375ca278f592df3ecade4e98aa15ec92816a16927f56e5e
+Size (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 21493268 bytes
SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f
diff --git a/x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro b/x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro
deleted file mode 100644
index 39f751bfec4..00000000000
--- a/x11/qt5-qtdeclarative/patches/patch-examples_quick_customitems_painteditem_painteditem.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-examples_quick_customitems_painteditem_painteditem.pro,v 1.1 2014/12/30 17:23:46 adam Exp $
-
-* Avoid conflict between "cp -R" and "libtool --mode=install"
-
---- examples/quick/customitems/painteditem/painteditem.pro.orig 2013-11-27 01:01:54.000000000 +0000
-+++ examples/quick/customitems/painteditem/painteditem.pro
-@@ -11,7 +11,7 @@ SOURCES += textballoon.cpp
-
- RESOURCES += painteditem.qrc
-
--DESTDIR = TextBalloonPlugin
-+DESTDIR = TextBalloonPlugin_DEST
-
- target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
- qmldir.files = TextBalloonPlugin/qmldir
diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile
index 4a9c36eb960..d2befbdda59 100644
--- a/x11/qt5-qtdoc/Makefile
+++ b/x11/qt5-qtdoc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2020/04/12 08:29:20 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtdoc-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtdoc-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 documentations
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtdoc/PLIST b/x11/qt5-qtdoc/PLIST
index e4ec5ea74f2..ffdca3112d9 100644
--- a/x11/qt5-qtdoc/PLIST
+++ b/x11/qt5-qtdoc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/01/21 20:25:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2020/06/02 06:41:01 adam Exp $
qt5/doc/qtcmake.qch
qt5/doc/qtcmake/cmake-command-reference.html
qt5/doc/qtcmake/cmake-get-started.html
@@ -374,6 +374,7 @@ qt5/doc/qtdoc/newclasses511.html
qt5/doc/qtdoc/newclasses512.html
qt5/doc/qtdoc/newclasses513.html
qt5/doc/qtdoc/newclasses514.html
+qt5/doc/qtdoc/newclasses515.html
qt5/doc/qtdoc/newclasses52.html
qt5/doc/qtdoc/newclasses53.html
qt5/doc/qtdoc/newclasses54.html
@@ -648,6 +649,7 @@ qt5/doc/qtdoc/whatsnew511.html
qt5/doc/qtdoc/whatsnew512.html
qt5/doc/qtdoc/whatsnew513.html
qt5/doc/qtdoc/whatsnew514.html
+qt5/doc/qtdoc/whatsnew515.html
qt5/doc/qtdoc/whatsnew52.html
qt5/doc/qtdoc/whatsnew53.html
qt5/doc/qtdoc/whatsnew54.html
diff --git a/x11/qt5-qtdoc/distinfo b/x11/qt5-qtdoc/distinfo
index 8ee7a0970cb..e7faa5b61ea 100644
--- a/x11/qt5-qtdoc/distinfo
+++ b/x11/qt5-qtdoc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtdoc-everywhere-src-5.14.2.tar.xz) = 790ece462a2a1b58436a64d65457aca54594a3b4
-RMD160 (qtdoc-everywhere-src-5.14.2.tar.xz) = 98f0f1c8f7b93eb902703a9f94691e81cbe1bf53
-SHA512 (qtdoc-everywhere-src-5.14.2.tar.xz) = 38277f3ec84754e564aac4fb3b495953d1a4ab823d7a4733633e14947e41af9d7b79af0d2812b9457fb3824c17a83c14df8d2b80420c6743d1806aa521e04cf4
-Size (qtdoc-everywhere-src-5.14.2.tar.xz) = 5736088 bytes
+SHA1 (qtdoc-everywhere-src-5.15.0.tar.xz) = 1d4e941796c09263c4da91be9c39cdf618ad4b2d
+RMD160 (qtdoc-everywhere-src-5.15.0.tar.xz) = 76bb09711b109d7ca78991ee1bc74b135855588a
+SHA512 (qtdoc-everywhere-src-5.15.0.tar.xz) = 8842c7e2a5e8042b8c22f305a46d8191d7cfcccd4ead175431ed83b2fde707466ea1798f7819b56ab991af942cb94551d20eb2c13edbe9beaafb9e6bb86fba3e
+Size (qtdoc-everywhere-src-5.15.0.tar.xz) = 5742500 bytes
diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile
index 4fb51c35682..c935e1e59db 100644
--- a/x11/qt5-qtgraphicaleffects/Makefile
+++ b/x11/qt5-qtgraphicaleffects/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/04/12 08:29:20 adam Exp $
+# $NetBSD: Makefile,v 1.42 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtgraphicaleffects-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtgraphicaleffects-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Graphics effects
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtgraphicaleffects/distinfo b/x11/qt5-qtgraphicaleffects/distinfo
index e3df3050bb1..74dba8de8f1 100644
--- a/x11/qt5-qtgraphicaleffects/distinfo
+++ b/x11/qt5-qtgraphicaleffects/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtgraphicaleffects-everywhere-src-5.14.2.tar.xz) = 31e5707b1e0dc5dc51289c6c796f3afe92ba5537
-RMD160 (qtgraphicaleffects-everywhere-src-5.14.2.tar.xz) = f54cbd0cffa95ff512e83a4f6a102b077675a954
-SHA512 (qtgraphicaleffects-everywhere-src-5.14.2.tar.xz) = fa6ed3eff243675f9d0bfa71b2886804e4902cf9d7d91d5dec0f8e4f060ee7c347ba7775a89e3f8effd0ffed8314f916b55f09056902abc892ee27e79ce2925c
-Size (qtgraphicaleffects-everywhere-src-5.14.2.tar.xz) = 14040880 bytes
+SHA1 (qtgraphicaleffects-everywhere-src-5.15.0.tar.xz) = 4043b947de44edf4474610d1aa9c38a014f5fae1
+RMD160 (qtgraphicaleffects-everywhere-src-5.15.0.tar.xz) = c647ff35cc2b86bef9dd156a4d77c021cd379ee1
+SHA512 (qtgraphicaleffects-everywhere-src-5.15.0.tar.xz) = 62b18a9032bc30468ad4dc95648b1234a71240467fe8ff34a76bc36ed4613eea279dfc6fe0bf8e7734143e8b6ec6442f5e2f92338c2233f4e396bd333e67bc0c
+Size (qtgraphicaleffects-everywhere-src-5.15.0.tar.xz) = 14040716 bytes
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile
index b8718fb33a6..8769bd10b5e 100644
--- a/x11/qt5-qtimageformats/Makefile
+++ b/x11/qt5-qtimageformats/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.45 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtimageformats-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtimageformats-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Image formats
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtimageformats/buildlink3.mk b/x11/qt5-qtimageformats/buildlink3.mk
index f9376dbf060..59ab852c54e 100644
--- a/x11/qt5-qtimageformats/buildlink3.mk
+++ b/x11/qt5-qtimageformats/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtimageformats
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtimageformats
QT5_QTIMAGEFORMATS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtimageformats+= qt5-qtimageformats>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtimageformats+= qt5-qtimageformats>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtimageformats+= qt5-qtimageformats>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtimageformats?= ../../x11/qt5-qtimageformats
BUILDLINK_INCDIRS.qt5-qtimageformats+= qt5/include
diff --git a/x11/qt5-qtimageformats/distinfo b/x11/qt5-qtimageformats/distinfo
index 1f880233a5f..df2d3eecd52 100644
--- a/x11/qt5-qtimageformats/distinfo
+++ b/x11/qt5-qtimageformats/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtimageformats-everywhere-src-5.14.2.tar.xz) = 012e05d4fc3ab480aa769ec71f66f241b6d1436a
-RMD160 (qtimageformats-everywhere-src-5.14.2.tar.xz) = cf1d51d69a297601e7c2fe6198cdd2238b54b57e
-SHA512 (qtimageformats-everywhere-src-5.14.2.tar.xz) = e835489bdd1cf19aaa1c04e6ae1c480d4077cf24eee1d46b2f4deb03c093f64df6beaf83adb69b7edcba67c952a60deb89a26923addf2b4254aff18bc2ebf6a6
-Size (qtimageformats-everywhere-src-5.14.2.tar.xz) = 1805208 bytes
+SHA1 (qtimageformats-everywhere-src-5.15.0.tar.xz) = e7c816cb8f06c8e88d4b59d084db29dc5fe45a26
+RMD160 (qtimageformats-everywhere-src-5.15.0.tar.xz) = 32951b82135dbe036ece8e9a3bfa142fb8a497a1
+SHA512 (qtimageformats-everywhere-src-5.15.0.tar.xz) = 3ac441915f2354ebe3eb2f6785a806ebe8bc2562a3a7d7bd0dc3380fd8842ce8a8dcdb7a767750b4da3d2d6b7881a7b54bb6c37f89c46e1468f27fc77396c304
+Size (qtimageformats-everywhere-src-5.15.0.tar.xz) = 1811092 bytes
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index 91fcd55506f..5b67659dfd7 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.45 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtlocation-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtlocation-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for qtlocation
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtlocation/PLIST b/x11/qt5-qtlocation/PLIST
index 3aede219c60..d2495326c65 100644
--- a/x11/qt5-qtlocation/PLIST
+++ b/x11/qt5-qtlocation/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/01/21 20:25:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/06/02 06:41:01 adam Exp $
lib/pkgconfig/Qt5Location.pc
lib/pkgconfig/Qt5Positioning.pc
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/error_messages_p.h
@@ -7,6 +7,7 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qabstractgeotilecache_p.
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qcache3q_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecategory_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecirclemapitem_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecirclemapitem_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecontactdetail_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeocodemodel_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomaneuver_p.h
@@ -15,6 +16,7 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapcopyri
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapitembase_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapitemgroup_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapitemtransitionmanager_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapitemutils_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapitemview_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapparameter_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapquickitem_p.h
@@ -34,9 +36,12 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeplaceicon_p.
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeplaceimagemodel_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeplaceuser_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolygonmapitem_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolygonmapitem_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolylinemapitem_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolylinemapitem_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeratings_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativerectanglemapitem_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativerectanglemapitem_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativereviewmodel_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeroutemapitem_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchmodelbase_p.h
@@ -79,6 +84,7 @@ qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutesegment_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanager_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanagerengine_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoserviceprovider_p.h
+qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeosimplify_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p_p.h
qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmaplabs_p.h
@@ -316,17 +322,17 @@ qt5/lib/libQt5Location.prl
qt5/lib/libQt5Location.so
qt5/lib/libQt5Location.so.${PKGVERSION}
qt5/lib/libQt5Location.so.5
-qt5/lib/libQt5Location.so.5.14
+qt5/lib/libQt5Location.so.5.15
qt5/lib/libQt5Positioning.prl
qt5/lib/libQt5Positioning.so
qt5/lib/libQt5Positioning.so.${PKGVERSION}
qt5/lib/libQt5Positioning.so.5
-qt5/lib/libQt5Positioning.so.5.14
+qt5/lib/libQt5Positioning.so.5.15
qt5/lib/libQt5PositioningQuick.prl
qt5/lib/libQt5PositioningQuick.so
qt5/lib/libQt5PositioningQuick.so.${PKGVERSION}
qt5/lib/libQt5PositioningQuick.so.5
-qt5/lib/libQt5PositioningQuick.so.5.14
+qt5/lib/libQt5PositioningQuick.so.5.15
qt5/lib/pkgconfig/Qt5Location.pc
qt5/lib/pkgconfig/Qt5Positioning.pc
qt5/lib/pkgconfig/Qt5PositioningQuick.pc
diff --git a/x11/qt5-qtlocation/buildlink3.mk b/x11/qt5-qtlocation/buildlink3.mk
index 16b746e499c..94ce36eb3d2 100644
--- a/x11/qt5-qtlocation/buildlink3.mk
+++ b/x11/qt5-qtlocation/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2020/04/12 08:28:14 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtlocation
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtlocation
QT5_QTLOCATION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtlocation+= qt5-qtlocation>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtlocation?= ../../x11/qt5-qtlocation
BUILDLINK_INCDIRS.qt5-qtlocation+= qt5/include
diff --git a/x11/qt5-qtlocation/distinfo b/x11/qt5-qtlocation/distinfo
index c39b72ffd37..d92f233fdf9 100644
--- a/x11/qt5-qtlocation/distinfo
+++ b/x11/qt5-qtlocation/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtlocation-everywhere-src-5.14.2.tar.xz) = d896a5b18b816ce8263b9984a2dcc592893e439d
-RMD160 (qtlocation-everywhere-src-5.14.2.tar.xz) = cbea15ad47dff58f1c6d8b06c18b1202e46ce312
-SHA512 (qtlocation-everywhere-src-5.14.2.tar.xz) = ca11e118a9061f69ac0181db14b1bf92309c03615802092f7cf404c882108efa3acae9bb73ee3870ea68cd7d7d11863445fc72dcf52099d6be77e0986b7f012c
-Size (qtlocation-everywhere-src-5.14.2.tar.xz) = 6120852 bytes
+SHA1 (qtlocation-everywhere-src-5.15.0.tar.xz) = 662ddf62ac76d1d11c1356a969bdb9f04e0eca36
+RMD160 (qtlocation-everywhere-src-5.15.0.tar.xz) = e04013e9ffa13a608a0e9ce21bd53bf92e052f7f
+SHA512 (qtlocation-everywhere-src-5.15.0.tar.xz) = 36efb5a9a0eaaa6f2997c4d7a18307c69a80ae4caf901ab1d0efcc6cd6202dda6a10c8dac01baee44e84c14b8ab23204db1085445e1f3b42e9a0a21549eb624e
+Size (qtlocation-everywhere-src-5.15.0.tar.xz) = 6542152 bytes
SHA1 (patch-src_location_configure.json) = 75d7280e8ff3cbc8b03dc776e2c4da5cdeac183e
diff --git a/x11/qt5-qtmacextras/Makefile b/x11/qt5-qtmacextras/Makefile
index eee9190397e..9b0b3e81325 100644
--- a/x11/qt5-qtmacextras/Makefile
+++ b/x11/qt5-qtmacextras/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtmacextras-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtmacextras-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Mac extras
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtmacextras/PLIST b/x11/qt5-qtmacextras/PLIST
index 724f7de9947..d12b447e64f 100644
--- a/x11/qt5-qtmacextras/PLIST
+++ b/x11/qt5-qtmacextras/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/01/21 20:25:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/06/02 06:41:01 adam Exp $
lib/pkgconfig/Qt5MacExtras.pc
qt5/include/QtMacExtras/${PKGVERSION}/QtMacExtras/private/qmacfunctions_p.h
qt5/include/QtMacExtras/${PKGVERSION}/QtMacExtras/private/qmactoolbar_p.h
@@ -24,7 +24,7 @@ qt5/lib/libQt5MacExtras.prl
qt5/lib/libQt5MacExtras.so
qt5/lib/libQt5MacExtras.so.${PKGVERSION}
qt5/lib/libQt5MacExtras.so.5
-qt5/lib/libQt5MacExtras.so.5.14
+qt5/lib/libQt5MacExtras.so.5.15
qt5/lib/pkgconfig/Qt5MacExtras.pc
qt5/mkspecs/modules/qt_lib_macextras.pri
qt5/mkspecs/modules/qt_lib_macextras_private.pri
diff --git a/x11/qt5-qtmacextras/buildlink3.mk b/x11/qt5-qtmacextras/buildlink3.mk
index e7cc753db3f..bfec6bdf3db 100644
--- a/x11/qt5-qtmacextras/buildlink3.mk
+++ b/x11/qt5-qtmacextras/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtmacextras
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtmacextras
QT5_QTMACEXTRAS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtmacextras+= qt5-qtmacextras>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtmacextras+= qt5-qtmacextras>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtmacextras+= qt5-qtmacextras>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtmacextras?= ../../x11/qt5-qtmacextras
BUILDLINK_INCDIRS.qt5-qtmacextras+= qt5/include
diff --git a/x11/qt5-qtmacextras/distinfo b/x11/qt5-qtmacextras/distinfo
index 1954b76f31d..b73bbdb99e2 100644
--- a/x11/qt5-qtmacextras/distinfo
+++ b/x11/qt5-qtmacextras/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtmacextras-everywhere-src-5.14.2.tar.xz) = 0ba2b42f4081c3576efc4e6027dca86678acaca7
-RMD160 (qtmacextras-everywhere-src-5.14.2.tar.xz) = 96f1a74a2f4e9a493dfa36188aacb39832756309
-SHA512 (qtmacextras-everywhere-src-5.14.2.tar.xz) = 99c8dc6a5cb6f62691d645a889d81438203f50eea19c25bfb0e3d784816712cd8ec01ed42fbc0db4307cf81d00b4c00a20b026683bbeef758a4f1888bc1e2094
-Size (qtmacextras-everywhere-src-5.14.2.tar.xz) = 69360 bytes
+SHA1 (qtmacextras-everywhere-src-5.15.0.tar.xz) = e55f054ceb3bc929e19f6b3e52983c2ccb8af0e9
+RMD160 (qtmacextras-everywhere-src-5.15.0.tar.xz) = 8b19352561bbe4081f84eeb766193e189ac6f7fa
+SHA512 (qtmacextras-everywhere-src-5.15.0.tar.xz) = f2551f6e61b100c9acfc624aca0b7fc329589c090f60cc271decff388dbca97f10fd68e7ad061a709754eb2eecc438fba4a2bff54db1f7b1524836fac7e612aa
+Size (qtmacextras-everywhere-src-5.15.0.tar.xz) = 69248 bytes
diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile
index 951a320403b..8063a1fbd76 100644
--- a/x11/qt5-qtmultimedia/Makefile
+++ b/x11/qt5-qtmultimedia/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.66 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtmultimedia-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtmultimedia-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for multimedia
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtmultimedia/PLIST b/x11/qt5-qtmultimedia/PLIST
index 217e0822e50..b70ac80eaad 100644
--- a/x11/qt5-qtmultimedia/PLIST
+++ b/x11/qt5-qtmultimedia/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2020/03/18 21:55:23 tnn Exp $
+@comment $NetBSD: PLIST,v 1.22 2020/06/02 06:41:01 adam Exp $
lib/pkgconfig/Qt5Multimedia.pc
lib/pkgconfig/Qt5MultimediaWidgets.pc
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qabstractvideobuffer_p.h
@@ -34,10 +34,10 @@ qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qsoundeffect_pulse_p
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qsoundeffect_qaudio_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qtmultimedia-config_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qtmultimediaglobal_p.h
-qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideoframe_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideoframeconversionhelper_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideooutputorientationhandler_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideosurfaceoutput_p.h
+qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideosurfaces_p.h
qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwavedecoder_p.h
qt5/include/QtMultimedia/QAbstractAudioDeviceInfo
qt5/include/QtMultimedia/QAbstractAudioInput
@@ -299,22 +299,22 @@ qt5/lib/libQt5Multimedia.prl
qt5/lib/libQt5Multimedia.so
qt5/lib/libQt5Multimedia.so.${PKGVERSION}
qt5/lib/libQt5Multimedia.so.5
-qt5/lib/libQt5Multimedia.so.5.14
+qt5/lib/libQt5Multimedia.so.5.15
${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.prl
${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.so
${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.so.${PKGVERSION}
${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.so.5
-${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.so.5.14
+${PLIST.gst}qt5/lib/libQt5MultimediaGstTools.so.5.15
qt5/lib/libQt5MultimediaQuick.prl
qt5/lib/libQt5MultimediaQuick.so
qt5/lib/libQt5MultimediaQuick.so.${PKGVERSION}
qt5/lib/libQt5MultimediaQuick.so.5
-qt5/lib/libQt5MultimediaQuick.so.5.14
+qt5/lib/libQt5MultimediaQuick.so.5.15
qt5/lib/libQt5MultimediaWidgets.prl
qt5/lib/libQt5MultimediaWidgets.so
qt5/lib/libQt5MultimediaWidgets.so.${PKGVERSION}
qt5/lib/libQt5MultimediaWidgets.so.5
-qt5/lib/libQt5MultimediaWidgets.so.5.14
+qt5/lib/libQt5MultimediaWidgets.so.5.15
qt5/lib/pkgconfig/Qt5Multimedia.pc
qt5/lib/pkgconfig/Qt5MultimediaWidgets.pc
qt5/mkspecs/modules/qt_lib_multimedia.pri
diff --git a/x11/qt5-qtmultimedia/buildlink3.mk b/x11/qt5-qtmultimedia/buildlink3.mk
index aa8d379bbdf..ba98dbc61fa 100644
--- a/x11/qt5-qtmultimedia/buildlink3.mk
+++ b/x11/qt5-qtmultimedia/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.44 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.45 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtmultimedia
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtmultimedia
QT5_QTMULTIMEDIA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtmultimedia+= qt5-qtmultimedia>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtmultimedia+= qt5-qtmultimedia>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtmultimedia+= qt5-qtmultimedia>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtmultimedia?= ../../x11/qt5-qtmultimedia
BUILDLINK_INCDIRS.qt5-qtmultimedia+= qt5/include
diff --git a/x11/qt5-qtmultimedia/distinfo b/x11/qt5-qtmultimedia/distinfo
index 96ec04639f8..a35098d024e 100644
--- a/x11/qt5-qtmultimedia/distinfo
+++ b/x11/qt5-qtmultimedia/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtmultimedia-everywhere-src-5.14.2.tar.xz) = 95fb1e3bc2517ea5b7e75a11e342788b1307eabd
-RMD160 (qtmultimedia-everywhere-src-5.14.2.tar.xz) = b531cc7ca42cf9737064ea2eee8f162a12720467
-SHA512 (qtmultimedia-everywhere-src-5.14.2.tar.xz) = 5ebee0f96334d58b74ae344875aa93d32bfdd7c906856f84152e9ae0a3ebb12f627a0d3ab4552031b70c20ad59db1674b1a261ed0828e1efcc6ab48ba3718559
-Size (qtmultimedia-everywhere-src-5.14.2.tar.xz) = 3793964 bytes
+SHA1 (qtmultimedia-everywhere-src-5.15.0.tar.xz) = db3f5775fefe0a2d25fb444570471fdb4d41dbc9
+RMD160 (qtmultimedia-everywhere-src-5.15.0.tar.xz) = 68ac66c72789c1e47513cbc1df8a39e04c328c1c
+SHA512 (qtmultimedia-everywhere-src-5.15.0.tar.xz) = 120ff3be99c685fb5944da657d571d83c985e139a34b23f7527daf2a0fdde949a452d4c3691b41a86ed3f141decf1833f496b3b61fd87bc602b8164563cb79d6
+Size (qtmultimedia-everywhere-src-5.15.0.tar.xz) = 3796364 bytes
diff --git a/x11/qt5-qtnetworkauth/Makefile b/x11/qt5-qtnetworkauth/Makefile
index a5ec449dd7f..ffadfd0d360 100644
--- a/x11/qt5-qtnetworkauth/Makefile
+++ b/x11/qt5-qtnetworkauth/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtnetworkauth-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtnetworkauth-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for networkauth framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtnetworkauth/PLIST b/x11/qt5-qtnetworkauth/PLIST
index 3078e7b461a..ad9e887e333 100644
--- a/x11/qt5-qtnetworkauth/PLIST
+++ b/x11/qt5-qtnetworkauth/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/21 20:25:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/06/02 06:41:01 adam Exp $
lib/pkgconfig/Qt5NetworkAuth.pc
qt5/include/QtNetworkAuth/${PKGVERSION}/QtNetworkAuth/private/qabstractoauth2_p.h
qt5/include/QtNetworkAuth/${PKGVERSION}/QtNetworkAuth/private/qabstractoauth_p.h
@@ -34,7 +34,7 @@ qt5/lib/libQt5NetworkAuth.prl
qt5/lib/libQt5NetworkAuth.so
qt5/lib/libQt5NetworkAuth.so.${PKGVERSION}
qt5/lib/libQt5NetworkAuth.so.5
-qt5/lib/libQt5NetworkAuth.so.5.14
+qt5/lib/libQt5NetworkAuth.so.5.15
qt5/lib/pkgconfig/Qt5NetworkAuth.pc
qt5/mkspecs/modules/qt_lib_networkauth.pri
qt5/mkspecs/modules/qt_lib_networkauth_private.pri
diff --git a/x11/qt5-qtnetworkauth/buildlink3.mk b/x11/qt5-qtnetworkauth/buildlink3.mk
index 44a703c37ac..8da5c03354c 100644
--- a/x11/qt5-qtnetworkauth/buildlink3.mk
+++ b/x11/qt5-qtnetworkauth/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtnetworkauth
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtnetworkauth
QT5_QTNETWORKAUTH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtnetworkauth+= qt5-qtnetworkauth>=5.11.2
-BUILDLINK_ABI_DEPENDS.qt5-qtnetworkauth+= qt5-qtnetworkauth>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtnetworkauth+= qt5-qtnetworkauth>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtnetworkauth?= ../../x11/qt5-qtnetworkauth
BUILDLINK_INCDIRS.qt5-qtnetworkauth+= qt5/include
diff --git a/x11/qt5-qtnetworkauth/distinfo b/x11/qt5-qtnetworkauth/distinfo
index 94ca0bd2839..18c35f54000 100644
--- a/x11/qt5-qtnetworkauth/distinfo
+++ b/x11/qt5-qtnetworkauth/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtnetworkauth-everywhere-src-5.14.2.tar.xz) = 9628c469ed3f2ac027c98f63ecf09a960f347e85
-RMD160 (qtnetworkauth-everywhere-src-5.14.2.tar.xz) = 65591f9e8ae006806d8e9e54af13b4336cb9df72
-SHA512 (qtnetworkauth-everywhere-src-5.14.2.tar.xz) = 9001755ae289213f7d2c994bedbbcc1ca641b3c80fc5279f6829ed48c31eed8cdbd87a0ed0ce451bc9611318ef09ef7c40b795d2c45fface2bd357ee579b15ad
-Size (qtnetworkauth-everywhere-src-5.14.2.tar.xz) = 141424 bytes
+SHA1 (qtnetworkauth-everywhere-src-5.15.0.tar.xz) = fbf876cf5b64457fd8c45ff33d7242f2d391c664
+RMD160 (qtnetworkauth-everywhere-src-5.15.0.tar.xz) = bf20e9f0d0733b77373c33b23705cb8a6985176b
+SHA512 (qtnetworkauth-everywhere-src-5.15.0.tar.xz) = d5d7e4522a4058775389fdbb048f71675f5c37add8bd634766fc1408ebed0f1ad2c230ceb2cdeb547bce73ee9386cf40585dfb9ca4182340f82a284f7b9b5ae3
+Size (qtnetworkauth-everywhere-src-5.15.0.tar.xz) = 141360 bytes
diff --git a/x11/qt5-qtquickcontrols/Makefile b/x11/qt5-qtquickcontrols/Makefile
index b7f0d23bbcf..979debf2d10 100644
--- a/x11/qt5-qtquickcontrols/Makefile
+++ b/x11/qt5-qtquickcontrols/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.42 2020/06/02 06:41:01 adam Exp $
DISTNAME= qtquickcontrols-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtquickcontrols-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for QuickControls
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtquickcontrols/buildlink3.mk b/x11/qt5-qtquickcontrols/buildlink3.mk
index 4401a21b8a9..3b08648a814 100644
--- a/x11/qt5-qtquickcontrols/buildlink3.mk
+++ b/x11/qt5-qtquickcontrols/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2020/06/02 06:41:01 adam Exp $
BUILDLINK_TREE+= qt5-qtquickcontrols
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtquickcontrols
QT5_QTQUICKCONTROLS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtquickcontrols+= qt5-qtquickcontrols>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtquickcontrols+= qt5-qtquickcontrols>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtquickcontrols+= qt5-qtquickcontrols>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtquickcontrols?= ../../x11/qt5-qtquickcontrols
BUILDLINK_INCDIRS.qt5-qtquickcontrols+= qt5/include
diff --git a/x11/qt5-qtquickcontrols/distinfo b/x11/qt5-qtquickcontrols/distinfo
index 9367b04773f..3ff67b33cf8 100644
--- a/x11/qt5-qtquickcontrols/distinfo
+++ b/x11/qt5-qtquickcontrols/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
-SHA1 (qtquickcontrols-everywhere-src-5.14.2.tar.xz) = 333eec6aa90f37a2de77d7c02654c68d79c016f3
-RMD160 (qtquickcontrols-everywhere-src-5.14.2.tar.xz) = d41a9f259939edc2e6c59c694a34479d59b929e0
-SHA512 (qtquickcontrols-everywhere-src-5.14.2.tar.xz) = e5076d838e54e8fcc62ffd76d66ab322f1927f6489c51dd0fa6e39de1e003c1994d24730da79c8d9d2747839faaa7b1b78f14b58f05447db440a477094be40e4
-Size (qtquickcontrols-everywhere-src-5.14.2.tar.xz) = 5981560 bytes
+SHA1 (qtquickcontrols-everywhere-src-5.15.0.tar.xz) = d65442b321e532d690b59319917b29c2ee9ec3c6
+RMD160 (qtquickcontrols-everywhere-src-5.15.0.tar.xz) = aa3d2b1ee344d8489bba2281ad69512d343dee37
+SHA512 (qtquickcontrols-everywhere-src-5.15.0.tar.xz) = bdfe850e13275ae074c257b75697141a9b8af5a334e114d3ac28f68a820e4b9f40ad936db96dd119dcc77ca12d6aff84cee16613b0695f594c862dcfbf942a48
+Size (qtquickcontrols-everywhere-src-5.15.0.tar.xz) = 5981340 bytes
diff --git a/x11/qt5-qtquickcontrols2/Makefile b/x11/qt5-qtquickcontrols2/Makefile
index 2c866061328..9ae2093f8db 100644
--- a/x11/qt5-qtquickcontrols2/Makefile
+++ b/x11/qt5-qtquickcontrols2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtquickcontrols2-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtquickcontrols2-${QTVERSION}
-PKGREVISION= 1
COMMENT= Next generation user interface controls based on Qt Quick
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtquickcontrols2/PLIST b/x11/qt5-qtquickcontrols2/PLIST
index 777d779e9a2..f0d340420ba 100644
--- a/x11/qt5-qtquickcontrols2/PLIST
+++ b/x11/qt5-qtquickcontrols2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/01/21 20:25:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5QuickControls2.pc
qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickanimatednode_p.h
qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickattachedobject_p.h
@@ -60,6 +60,8 @@ qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdraw
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p.h
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p_p.h
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickgroupbox_p.h
+qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p.h
+qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p_p.h
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickicon_p.h
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p.h
qt5/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p_p.h
@@ -144,12 +146,12 @@ qt5/lib/libQt5QuickControls2.prl
qt5/lib/libQt5QuickControls2.so
qt5/lib/libQt5QuickControls2.so.${PKGVERSION}
qt5/lib/libQt5QuickControls2.so.5
-qt5/lib/libQt5QuickControls2.so.5.14
+qt5/lib/libQt5QuickControls2.so.5.15
qt5/lib/libQt5QuickTemplates2.prl
qt5/lib/libQt5QuickTemplates2.so
qt5/lib/libQt5QuickTemplates2.so.${PKGVERSION}
qt5/lib/libQt5QuickTemplates2.so.5
-qt5/lib/libQt5QuickTemplates2.so.5.14
+qt5/lib/libQt5QuickTemplates2.so.5.15
qt5/lib/pkgconfig/Qt5QuickControls2.pc
qt5/lib/pkgconfig/Qt5QuickTemplates2.pc
qt5/mkspecs/modules/qt_lib_quickcontrols2.pri
@@ -201,6 +203,7 @@ qt5/qml/QtQuick/Controls.2/Fusion/DialogButtonBox.qml
qt5/qml/QtQuick/Controls.2/Fusion/Drawer.qml
qt5/qml/QtQuick/Controls.2/Fusion/Frame.qml
qt5/qml/QtQuick/Controls.2/Fusion/GroupBox.qml
+qt5/qml/QtQuick/Controls.2/Fusion/HorizontalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Fusion/ItemDelegate.qml
qt5/qml/QtQuick/Controls.2/Fusion/Label.qml
qt5/qml/QtQuick/Controls.2/Fusion/Menu.qml
@@ -238,10 +241,12 @@ qt5/qml/QtQuick/Controls.2/Fusion/ToolButton.qml
qt5/qml/QtQuick/Controls.2/Fusion/ToolSeparator.qml
qt5/qml/QtQuick/Controls.2/Fusion/ToolTip.qml
qt5/qml/QtQuick/Controls.2/Fusion/Tumbler.qml
+qt5/qml/QtQuick/Controls.2/Fusion/VerticalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Fusion/libqtquickcontrols2fusionstyleplugin.so
qt5/qml/QtQuick/Controls.2/Fusion/plugins.qmltypes
qt5/qml/QtQuick/Controls.2/Fusion/qmldir
qt5/qml/QtQuick/Controls.2/GroupBox.qml
+qt5/qml/QtQuick/Controls.2/HorizontalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Imagine/ApplicationWindow.qml
qt5/qml/QtQuick/Controls.2/Imagine/BusyIndicator.qml
qt5/qml/QtQuick/Controls.2/Imagine/Button.qml
@@ -255,6 +260,7 @@ qt5/qml/QtQuick/Controls.2/Imagine/DialogButtonBox.qml
qt5/qml/QtQuick/Controls.2/Imagine/Drawer.qml
qt5/qml/QtQuick/Controls.2/Imagine/Frame.qml
qt5/qml/QtQuick/Controls.2/Imagine/GroupBox.qml
+qt5/qml/QtQuick/Controls.2/Imagine/HorizontalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Imagine/ItemDelegate.qml
qt5/qml/QtQuick/Controls.2/Imagine/Label.qml
qt5/qml/QtQuick/Controls.2/Imagine/Menu.qml
@@ -288,6 +294,7 @@ qt5/qml/QtQuick/Controls.2/Imagine/ToolButton.qml
qt5/qml/QtQuick/Controls.2/Imagine/ToolSeparator.qml
qt5/qml/QtQuick/Controls.2/Imagine/ToolTip.qml
qt5/qml/QtQuick/Controls.2/Imagine/Tumbler.qml
+qt5/qml/QtQuick/Controls.2/Imagine/VerticalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Imagine/libqtquickcontrols2imaginestyleplugin.so
qt5/qml/QtQuick/Controls.2/Imagine/plugins.qmltypes
qt5/qml/QtQuick/Controls.2/Imagine/qmldir
@@ -310,6 +317,7 @@ qt5/qml/QtQuick/Controls.2/Material/Drawer.qml
qt5/qml/QtQuick/Controls.2/Material/ElevationEffect.qml
qt5/qml/QtQuick/Controls.2/Material/Frame.qml
qt5/qml/QtQuick/Controls.2/Material/GroupBox.qml
+qt5/qml/QtQuick/Controls.2/Material/HorizontalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Material/ItemDelegate.qml
qt5/qml/QtQuick/Controls.2/Material/Label.qml
qt5/qml/QtQuick/Controls.2/Material/Menu.qml
@@ -349,6 +357,7 @@ qt5/qml/QtQuick/Controls.2/Material/ToolButton.qml
qt5/qml/QtQuick/Controls.2/Material/ToolSeparator.qml
qt5/qml/QtQuick/Controls.2/Material/ToolTip.qml
qt5/qml/QtQuick/Controls.2/Material/Tumbler.qml
+qt5/qml/QtQuick/Controls.2/Material/VerticalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Material/libqtquickcontrols2materialstyleplugin.so
qt5/qml/QtQuick/Controls.2/Material/plugins.qmltypes
qt5/qml/QtQuick/Controls.2/Material/qmldir
@@ -400,6 +409,7 @@ qt5/qml/QtQuick/Controls.2/Universal/DialogButtonBox.qml
qt5/qml/QtQuick/Controls.2/Universal/Drawer.qml
qt5/qml/QtQuick/Controls.2/Universal/Frame.qml
qt5/qml/QtQuick/Controls.2/Universal/GroupBox.qml
+qt5/qml/QtQuick/Controls.2/Universal/HorizontalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Universal/ItemDelegate.qml
qt5/qml/QtQuick/Controls.2/Universal/Label.qml
qt5/qml/QtQuick/Controls.2/Universal/Menu.qml
@@ -436,9 +446,11 @@ qt5/qml/QtQuick/Controls.2/Universal/ToolButton.qml
qt5/qml/QtQuick/Controls.2/Universal/ToolSeparator.qml
qt5/qml/QtQuick/Controls.2/Universal/ToolTip.qml
qt5/qml/QtQuick/Controls.2/Universal/Tumbler.qml
+qt5/qml/QtQuick/Controls.2/Universal/VerticalHeaderView.qml
qt5/qml/QtQuick/Controls.2/Universal/libqtquickcontrols2universalstyleplugin.so
qt5/qml/QtQuick/Controls.2/Universal/plugins.qmltypes
qt5/qml/QtQuick/Controls.2/Universal/qmldir
+qt5/qml/QtQuick/Controls.2/VerticalHeaderView.qml
qt5/qml/QtQuick/Controls.2/designer/AbstractButtonSection.qml
qt5/qml/QtQuick/Controls.2/designer/BusyIndicatorSpecifics.qml
qt5/qml/QtQuick/Controls.2/designer/ButtonSection.qml
diff --git a/x11/qt5-qtquickcontrols2/buildlink3.mk b/x11/qt5-qtquickcontrols2/buildlink3.mk
index a2d74ab1af4..4ea3c549a94 100644
--- a/x11/qt5-qtquickcontrols2/buildlink3.mk
+++ b/x11/qt5-qtquickcontrols2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtquickcontrols2
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtquickcontrols2
QT5_QTQUICKCONTROLS2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtquickcontrols2+= qt5-qtquickcontrols2>=5.10.0
-BUILDLINK_ABI_DEPENDS.qt5-qtquickcontrols2?= qt5-qtquickcontrols2>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtquickcontrols2?= qt5-qtquickcontrols2>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtquickcontrols2?= ../../x11/qt5-qtquickcontrols2
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtquickcontrols2/distinfo b/x11/qt5-qtquickcontrols2/distinfo
index a7e70592356..eac8ddf8d30 100644
--- a/x11/qt5-qtquickcontrols2/distinfo
+++ b/x11/qt5-qtquickcontrols2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/04/02 22:05:58 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtquickcontrols2-everywhere-src-5.14.2.tar.xz) = ad6b05101564cfcbcbd89b136010aa031188207d
-RMD160 (qtquickcontrols2-everywhere-src-5.14.2.tar.xz) = 574218f9a41523a6686d2ba82b5d3499fe9a4032
-SHA512 (qtquickcontrols2-everywhere-src-5.14.2.tar.xz) = de8b669417c2d039c0f49e805be72e757877991bc3c7feb13417202a4964cb6391924837751c520ed6234930e90dfe00417ca1c369418b2cdf4f09da679ba722
-Size (qtquickcontrols2-everywhere-src-5.14.2.tar.xz) = 8153752 bytes
+SHA1 (qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = f3eba87fb2c212edfb2d1392dfd1d47fb864b411
+RMD160 (qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = e44bfdb473df2e6805a34be3aa8f6e492103c51e
+SHA512 (qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = 560014b882ef9d274cb1532025cae79987eec3569541e111e91f047261fcd7f26fcb40689d8dd6921ae26fbf9cdee60a87d3a1c7212e547529ff4adf9c5cf136
+Size (qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = 8164236 bytes
diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile
index 171ae3982ac..3c62ce538a4 100644
--- a/x11/qt5-qtscript/Makefile
+++ b/x11/qt5-qtscript/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtscript-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtscript-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for script
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtscript/PLIST b/x11/qt5-qtscript/PLIST
index ada4b265489..98464546d96 100644
--- a/x11/qt5-qtscript/PLIST
+++ b/x11/qt5-qtscript/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 20:25:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Script.pc
lib/pkgconfig/Qt5ScriptTools.pc
qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptable_p.h
@@ -159,12 +159,12 @@ qt5/lib/libQt5Script.prl
qt5/lib/libQt5Script.so
qt5/lib/libQt5Script.so.${PKGVERSION}
qt5/lib/libQt5Script.so.5
-qt5/lib/libQt5Script.so.5.14
+qt5/lib/libQt5Script.so.5.15
qt5/lib/libQt5ScriptTools.prl
qt5/lib/libQt5ScriptTools.so
qt5/lib/libQt5ScriptTools.so.${PKGVERSION}
qt5/lib/libQt5ScriptTools.so.5
-qt5/lib/libQt5ScriptTools.so.5.14
+qt5/lib/libQt5ScriptTools.so.5.15
qt5/lib/pkgconfig/Qt5Script.pc
qt5/lib/pkgconfig/Qt5ScriptTools.pc
qt5/mkspecs/modules/qt_lib_script.pri
diff --git a/x11/qt5-qtscript/buildlink3.mk b/x11/qt5-qtscript/buildlink3.mk
index bec2cb2c133..a174fb2ae2c 100644
--- a/x11/qt5-qtscript/buildlink3.mk
+++ b/x11/qt5-qtscript/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.40 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.41 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtscript
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtscript
QT5_QTSCRIPT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtscript?= ../../x11/qt5-qtscript
BUILDLINK_INCDIRS.qt5-qtscript+= qt5/include
diff --git a/x11/qt5-qtscript/distinfo b/x11/qt5-qtscript/distinfo
index bde1ec19579..f6d96a46263 100644
--- a/x11/qt5-qtscript/distinfo
+++ b/x11/qt5-qtscript/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtscript-everywhere-src-5.14.2.tar.xz) = d1f84fead5c2b9d3dd17f99513714cc9ba14a51f
-RMD160 (qtscript-everywhere-src-5.14.2.tar.xz) = 707919651feb565d8154a77f48ba662bc376aca0
-SHA512 (qtscript-everywhere-src-5.14.2.tar.xz) = 2eef6c4d23fccd67abc3647852ca92edd951b4ece8047f28571689a143421c5a1403ef0fcc96615e4ed708df64f7eede643d872fac850554031a17e2d907f398
-Size (qtscript-everywhere-src-5.14.2.tar.xz) = 2654528 bytes
+SHA1 (qtscript-everywhere-src-5.15.0.tar.xz) = 465b9677f4311566bcfb6133b1d1af7c39280e98
+RMD160 (qtscript-everywhere-src-5.15.0.tar.xz) = 3570fd0b3065acc34a2cb7cfc29da5551a472c83
+SHA512 (qtscript-everywhere-src-5.15.0.tar.xz) = 0f6b72b5b0a892ced4653e9184256040b12a804f796c922aad318fc03734e3bf8fbe175b0eb886e71899287082c09fc06a290dcd5ddb1967c65b0f72d4adea94
+Size (qtscript-everywhere-src-5.15.0.tar.xz) = 2654416 bytes
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_config.h) = e46033a23803b4e27dcd7f5369730e046ad5e4cb
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_jit_JITStubs.h) = 155ac7bdf0d41a6ca8a8234a99886799c7275d4f
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue.h) = 6672e941f0ecbba35b5b932ab9f7b49a269fb6e6
diff --git a/x11/qt5-qtscxml/Makefile b/x11/qt5-qtscxml/Makefile
index 432f0941f83..a0fa6bc79d2 100644
--- a/x11/qt5-qtscxml/Makefile
+++ b/x11/qt5-qtscxml/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtscxml-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtscxml-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for scxml framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtscxml/PLIST b/x11/qt5-qtscxml/PLIST
index f4ff17f4813..e7e9d718b74 100644
--- a/x11/qt5-qtscxml/PLIST
+++ b/x11/qt5-qtscxml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Scxml.pc
qt5/bin/qscxmlc
qt5/include/QtScxml/${PKGVERSION}/QtScxml/private/qscxmlcompiler_p.h
@@ -51,7 +51,7 @@ qt5/lib/libQt5Scxml.prl
qt5/lib/libQt5Scxml.so
qt5/lib/libQt5Scxml.so.${PKGVERSION}
qt5/lib/libQt5Scxml.so.5
-qt5/lib/libQt5Scxml.so.5.14
+qt5/lib/libQt5Scxml.so.5.15
qt5/lib/pkgconfig/Qt5Scxml.pc
qt5/mkspecs/features/qscxmlc.prf
qt5/mkspecs/modules/qt_lib_scxml.pri
diff --git a/x11/qt5-qtscxml/buildlink3.mk b/x11/qt5-qtscxml/buildlink3.mk
index 9c55230950a..b3969ff16af 100644
--- a/x11/qt5-qtscxml/buildlink3.mk
+++ b/x11/qt5-qtscxml/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtscxml
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtscxml
QT5_QTSCXML_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtscxml+= qt5-qtscxml>=5.13.2
-BUILDLINK_ABI_DEPENDS.qt5-qtscxml?= qt5-qtscxml>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtscxml?= qt5-qtscxml>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtscxml?= ../../x11/qt5-qtscxml
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtscxml/distinfo b/x11/qt5-qtscxml/distinfo
index 6073fe128f9..a46d643f421 100644
--- a/x11/qt5-qtscxml/distinfo
+++ b/x11/qt5-qtscxml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtscxml-everywhere-src-5.14.2.tar.xz) = 2c745bdebb0bae851c43bfcd2f07bf46e05bb759
-RMD160 (qtscxml-everywhere-src-5.14.2.tar.xz) = 4885374fdebcf5068d3e20b37fa150ef9efe1e33
-SHA512 (qtscxml-everywhere-src-5.14.2.tar.xz) = 2e1cbea7c32d93675b4a67287dd17c9ed120a6655f8f9a30edfe12a16f67b3c5ad6d0fd04c0102297693bf87e225d81e963534958c8e73622c605388c9fc8425
-Size (qtscxml-everywhere-src-5.14.2.tar.xz) = 433268 bytes
+SHA1 (qtscxml-everywhere-src-5.15.0.tar.xz) = 5f1c2c0db57e5af5bb49a3170fcc556972b7b63e
+RMD160 (qtscxml-everywhere-src-5.15.0.tar.xz) = 2ff346780f58b041aa09dca4ddeb27839f8338a0
+SHA512 (qtscxml-everywhere-src-5.15.0.tar.xz) = 196ab4a8609695bc442a915e229183f3ece97ed03c93cdc7f93bf6c7b68ea89a8a6ad04e3e4909c9aa0780d8ebd366338ea6e8790ac4fae08806694e27c115fa
+Size (qtscxml-everywhere-src-5.15.0.tar.xz) = 433368 bytes
diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile
index f95a967fe40..63f8fae3d57 100644
--- a/x11/qt5-qtsensors/Makefile
+++ b/x11/qt5-qtsensors/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtsensors-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtsensors-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Sensors
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtsensors/PLIST b/x11/qt5-qtsensors/PLIST
index fb546a96cf2..e593bbd537d 100644
--- a/x11/qt5-qtsensors/PLIST
+++ b/x11/qt5-qtsensors/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Sensors.pc
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaccelerometer_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaltimeter_p.h
@@ -137,7 +137,7 @@ qt5/lib/libQt5Sensors.prl
qt5/lib/libQt5Sensors.so
qt5/lib/libQt5Sensors.so.${PKGVERSION}
qt5/lib/libQt5Sensors.so.5
-qt5/lib/libQt5Sensors.so.5.14
+qt5/lib/libQt5Sensors.so.5.15
qt5/lib/pkgconfig/Qt5Sensors.pc
qt5/mkspecs/modules/qt_lib_sensors.pri
qt5/mkspecs/modules/qt_lib_sensors_private.pri
diff --git a/x11/qt5-qtsensors/buildlink3.mk b/x11/qt5-qtsensors/buildlink3.mk
index 7e7d6f2e66b..69cec78070e 100644
--- a/x11/qt5-qtsensors/buildlink3.mk
+++ b/x11/qt5-qtsensors/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2020/04/12 08:28:15 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtsensors
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtsensors
QT5_QTSENSORS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtsensors+= qt5-qtsensors>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtsensors?= ../../x11/qt5-qtsensors
BUILDLINK_INCDIRS.qt5-qtsensors+= qt5/include
diff --git a/x11/qt5-qtsensors/distinfo b/x11/qt5-qtsensors/distinfo
index 432bed873cf..aae42a43927 100644
--- a/x11/qt5-qtsensors/distinfo
+++ b/x11/qt5-qtsensors/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtsensors-everywhere-src-5.14.2.tar.xz) = d66f4eb414fe8416f45b04b6abdd0bfb9669e602
-RMD160 (qtsensors-everywhere-src-5.14.2.tar.xz) = 27c509504b76ac4405520e7d6c626d10ce43c563
-SHA512 (qtsensors-everywhere-src-5.14.2.tar.xz) = 43872a51163317c2fb642f59a9e41ede77cb86d7148436d9e673ac94543fb8acffe4e040824dd88a9029943418a3371c77815b82a0a566426857d18fbc23e341
-Size (qtsensors-everywhere-src-5.14.2.tar.xz) = 2050616 bytes
+SHA1 (qtsensors-everywhere-src-5.15.0.tar.xz) = b954a47bf6bebd78e6a92654f8e0ad7802b3536d
+RMD160 (qtsensors-everywhere-src-5.15.0.tar.xz) = e13b122260484a77b1be25188fa132784a857fd3
+SHA512 (qtsensors-everywhere-src-5.15.0.tar.xz) = b03e2b68d14bfa557fdbf742d26c70a960b92cf5a5884d499825743553da42c5044cced338b86682081f57fea41686fc00c0565f3f4561d945e099de5b8ebc9e
+Size (qtsensors-everywhere-src-5.15.0.tar.xz) = 2050404 bytes
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile
index 6abbbc6a313..d54dacf616e 100644
--- a/x11/qt5-qtserialport/Makefile
+++ b/x11/qt5-qtserialport/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtserialport-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtserialport-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Serial Port
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtserialport/PLIST b/x11/qt5-qtserialport/PLIST
index a4acb0570dd..d7a8c960c50 100644
--- a/x11/qt5-qtserialport/PLIST
+++ b/x11/qt5-qtserialport/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5SerialPort.pc
qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_p.h
qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialportinfo_p.h
@@ -21,7 +21,7 @@ qt5/lib/libQt5SerialPort.prl
qt5/lib/libQt5SerialPort.so
qt5/lib/libQt5SerialPort.so.${PKGVERSION}
qt5/lib/libQt5SerialPort.so.5
-qt5/lib/libQt5SerialPort.so.5.14
+qt5/lib/libQt5SerialPort.so.5.15
qt5/lib/pkgconfig/Qt5SerialPort.pc
qt5/mkspecs/modules/qt_lib_serialport.pri
qt5/mkspecs/modules/qt_lib_serialport_private.pri
diff --git a/x11/qt5-qtserialport/buildlink3.mk b/x11/qt5-qtserialport/buildlink3.mk
index a1730a23fef..d4c95a78f2d 100644
--- a/x11/qt5-qtserialport/buildlink3.mk
+++ b/x11/qt5-qtserialport/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtserialport
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtserialport
QT5_QTSERIALPORT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtserialport?= ../../x11/qt5-qtserialport
BUILDLINK_INCDIRS.qt5-qtserialport+= qt5/include
diff --git a/x11/qt5-qtserialport/distinfo b/x11/qt5-qtserialport/distinfo
index 32059797985..b22072794e6 100644
--- a/x11/qt5-qtserialport/distinfo
+++ b/x11/qt5-qtserialport/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtserialport-everywhere-src-5.14.2.tar.xz) = 0b4c0e6ce908d97217068ca5bdd7f64768182e28
-RMD160 (qtserialport-everywhere-src-5.14.2.tar.xz) = 92c5f0baad1e3b5f0379dee563760b6aba1e69f9
-SHA512 (qtserialport-everywhere-src-5.14.2.tar.xz) = 4a4fb81bcccaddc5902223940031a9002395cbc5e99c78c1ac5df04031b6a0551bb340757f84bad82ca7ef551358c1eba3a035b0b8f4221f7db0ab738ac65b06
-Size (qtserialport-everywhere-src-5.14.2.tar.xz) = 316492 bytes
+SHA1 (qtserialport-everywhere-src-5.15.0.tar.xz) = aa3cabf20fd8074830636dc2b4e7b81d9f64dd49
+RMD160 (qtserialport-everywhere-src-5.15.0.tar.xz) = 6b7e412f49155e02254160e33a2d4858d9b12b3e
+SHA512 (qtserialport-everywhere-src-5.15.0.tar.xz) = 121837c0848c69414268332ac41538b9df1c1503ab81bcf281903b73e02f5adf34b615ebc1fca4f4e6bf0b7c8c1b3f2d4dcde20152e2eb913c965eb910e378e2
+Size (qtserialport-everywhere-src-5.15.0.tar.xz) = 316596 bytes
diff --git a/x11/qt5-qtspeech/Makefile b/x11/qt5-qtspeech/Makefile
index 5ce31d13f84..c380da990e6 100644
--- a/x11/qt5-qtspeech/Makefile
+++ b/x11/qt5-qtspeech/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtspeech-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtspeech-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module to make text to speech and speech recognition easy
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtspeech/PLIST b/x11/qt5-qtspeech/PLIST
index f7adff8e545..1a87b4de062 100644
--- a/x11/qt5-qtspeech/PLIST
+++ b/x11/qt5-qtspeech/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5TextToSpeech.pc
qt5/include/QtTextToSpeech/${PKGVERSION}/QtTextToSpeech/private/qtexttospeech_p.h
qt5/include/QtTextToSpeech/${PKGVERSION}/QtTextToSpeech/private/qttexttospeech-config_p.h
@@ -23,7 +23,7 @@ qt5/lib/libQt5TextToSpeech.prl
qt5/lib/libQt5TextToSpeech.so
qt5/lib/libQt5TextToSpeech.so.${PKGVERSION}
qt5/lib/libQt5TextToSpeech.so.5
-qt5/lib/libQt5TextToSpeech.so.5.14
+qt5/lib/libQt5TextToSpeech.so.5.15
qt5/lib/pkgconfig/Qt5TextToSpeech.pc
qt5/mkspecs/modules/qt_lib_texttospeech.pri
qt5/mkspecs/modules/qt_lib_texttospeech_private.pri
diff --git a/x11/qt5-qtspeech/buildlink3.mk b/x11/qt5-qtspeech/buildlink3.mk
index adfbfd568f0..f53bde48e2b 100644
--- a/x11/qt5-qtspeech/buildlink3.mk
+++ b/x11/qt5-qtspeech/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtspeech
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtspeech
QT5_QTSPEECH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtspeech+= qt5-qtspeech>=5.13.1
-BUILDLINK_ABI_DEPENDS.qt5-qtspeech?= qt5-qtspeech>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtspeech?= qt5-qtspeech>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtspeech?= ../../x11/qt5-qtspeech
BUILDLINK_INCDIRS.qt5-qtspeech+= qt5/include
diff --git a/x11/qt5-qtspeech/distinfo b/x11/qt5-qtspeech/distinfo
index c733771d73e..373f32bca4f 100644
--- a/x11/qt5-qtspeech/distinfo
+++ b/x11/qt5-qtspeech/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtspeech-everywhere-src-5.14.2.tar.xz) = e98ba415812db2ee414ade6e22e2bb211cc43679
-RMD160 (qtspeech-everywhere-src-5.14.2.tar.xz) = 3b15521943828941234338329fff1e14369388ef
-SHA512 (qtspeech-everywhere-src-5.14.2.tar.xz) = d3870cc66cba4f5dd2c0a2a4845defe4299de2d7affe12ccdadc4948116317590b580592d575cc5e8eb190043a92f38416e030f47cfb87f5cf3419a31152e00f
-Size (qtspeech-everywhere-src-5.14.2.tar.xz) = 101100 bytes
+SHA1 (qtspeech-everywhere-src-5.15.0.tar.xz) = 051d64715c0a289f703ffc3f540d7c4c43558985
+RMD160 (qtspeech-everywhere-src-5.15.0.tar.xz) = bffec1452474093554fcdf8e072de2b323a4b2a8
+SHA512 (qtspeech-everywhere-src-5.15.0.tar.xz) = 9a63c5957663db0c4b9587751b90d9d84881bb60f911435cb92998898944f6ed4e7aa7c12e8196a6b0c7bdac1d2abba62145b99cd834fbab1d57e88e60ddb59c
+Size (qtspeech-everywhere-src-5.15.0.tar.xz) = 101240 bytes
diff --git a/x11/qt5-qtsvg/Makefile b/x11/qt5-qtsvg/Makefile
index 85d2b673785..b65d485cd4c 100644
--- a/x11/qt5-qtsvg/Makefile
+++ b/x11/qt5-qtsvg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:02 adam Exp $
DISTNAME= qtsvg-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtsvg-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for SVG
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtsvg/PLIST b/x11/qt5-qtsvg/PLIST
index 96c02e3dcb9..05619ecb3d8 100644
--- a/x11/qt5-qtsvg/PLIST
+++ b/x11/qt5-qtsvg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Svg.pc
qt5/include/QtSvg/${PKGVERSION}/QtSvg/private/qsvgfont_p.h
qt5/include/QtSvg/${PKGVERSION}/QtSvg/private/qsvggraphics_p.h
@@ -29,7 +29,7 @@ qt5/lib/libQt5Svg.prl
qt5/lib/libQt5Svg.so
qt5/lib/libQt5Svg.so.${PKGVERSION}
qt5/lib/libQt5Svg.so.5
-qt5/lib/libQt5Svg.so.5.14
+qt5/lib/libQt5Svg.so.5.15
qt5/lib/pkgconfig/Qt5Svg.pc
qt5/mkspecs/modules/qt_lib_svg.pri
qt5/mkspecs/modules/qt_lib_svg_private.pri
diff --git a/x11/qt5-qtsvg/buildlink3.mk b/x11/qt5-qtsvg/buildlink3.mk
index fad9424ae9e..81591be1315 100644
--- a/x11/qt5-qtsvg/buildlink3.mk
+++ b/x11/qt5-qtsvg/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qtsvg
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtsvg
QT5_QTSVG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtsvg+= qt5-qtsvg>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtsvg+= qt5-qtsvg>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtsvg+= qt5-qtsvg>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtsvg?= ../../x11/qt5-qtsvg
BUILDLINK_INCDIRS.qt5-qtsvg+= qt5/include
diff --git a/x11/qt5-qtsvg/distinfo b/x11/qt5-qtsvg/distinfo
index 289e8b5103a..e61dcab6d59 100644
--- a/x11/qt5-qtsvg/distinfo
+++ b/x11/qt5-qtsvg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:02 adam Exp $
-SHA1 (qtsvg-everywhere-src-5.14.2.tar.xz) = b298847fa6619aa50f8d74f6c146e75fd7c88a48
-RMD160 (qtsvg-everywhere-src-5.14.2.tar.xz) = ca837b599d53b818ce416309e6a13c30ee9c9062
-SHA512 (qtsvg-everywhere-src-5.14.2.tar.xz) = b4cf8a7081e01caea3c71826d32ebb9da6a71bd4eab3cf353e87080009065aff2c533300c0c08a005ff8f441d2da641a097319114a5c11b618398fac41f574a7
-Size (qtsvg-everywhere-src-5.14.2.tar.xz) = 1880100 bytes
+SHA1 (qtsvg-everywhere-src-5.15.0.tar.xz) = 6da4345fcb676f8483c282dee1366db31370775b
+RMD160 (qtsvg-everywhere-src-5.15.0.tar.xz) = 14de7fb7f1ac029c23a81b0ce74f9715208ab0ce
+SHA512 (qtsvg-everywhere-src-5.15.0.tar.xz) = 24e5b3000ee6657e6c579026d979322aafaa42b3081e07bae17cf6f276a45a9d830db6b23fb7d30d6ff4f32f63c88e258dc55e193c45de8e4069aad14cfda71b
+Size (qtsvg-everywhere-src-5.15.0.tar.xz) = 1870588 bytes
diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile
index 6d6f55230c3..9745acd7d42 100644
--- a/x11/qt5-qttools/Makefile
+++ b/x11/qt5-qttools/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.65 2020/06/02 06:41:02 adam Exp $
DISTNAME= qttools-everywhere-src-${QTVERSION}
PKGNAME= qt5-qttools-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 tools
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
diff --git a/x11/qt5-qttools/PLIST b/x11/qt5-qttools/PLIST
index 3291e0541c9..6dee7178092 100644
--- a/x11/qt5-qttools/PLIST
+++ b/x11/qt5-qttools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/03/18 23:04:21 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Designer.pc
lib/pkgconfig/Qt5Help.pc
lib/pkgconfig/Qt5UiTools.pc
@@ -199,12 +199,15 @@ qt5/include/QtDesignerComponents/QtDesignerComponents
qt5/include/QtDesignerComponents/QtDesignerComponentsDepends
qt5/include/QtDesignerComponents/QtDesignerComponentsVersion
qt5/include/QtDesignerComponents/qtdesignercomponentsversion.h
+qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qfilternamedialog_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpcollectionhandler_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpdbreader_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpengine_p.h
+qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpfiltersettings_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpsearchindexreader_default_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpsearchindexreader_p.h
qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qhelpsearchindexwriter_default_p.h
+qt5/include/QtHelp/${PKGVERSION}/QtHelp/private/qoptionswidget_p.h
qt5/include/QtHelp/QCompressedHelpInfo
qt5/include/QtHelp/QHelpContentItem
qt5/include/QtHelp/QHelpContentModel
@@ -213,9 +216,11 @@ qt5/include/QtHelp/QHelpEngine
qt5/include/QtHelp/QHelpEngineCore
qt5/include/QtHelp/QHelpFilterData
qt5/include/QtHelp/QHelpFilterEngine
+qt5/include/QtHelp/QHelpFilterSettingsWidget
qt5/include/QtHelp/QHelpGlobal
qt5/include/QtHelp/QHelpIndexModel
qt5/include/QtHelp/QHelpIndexWidget
+qt5/include/QtHelp/QHelpLink
qt5/include/QtHelp/QHelpSearchEngine
qt5/include/QtHelp/QHelpSearchQuery
qt5/include/QtHelp/QHelpSearchQueryWidget
@@ -231,7 +236,9 @@ qt5/include/QtHelp/qhelpengine.h
qt5/include/QtHelp/qhelpenginecore.h
qt5/include/QtHelp/qhelpfilterdata.h
qt5/include/QtHelp/qhelpfilterengine.h
+qt5/include/QtHelp/qhelpfiltersettingswidget.h
qt5/include/QtHelp/qhelpindexwidget.h
+qt5/include/QtHelp/qhelplink.h
qt5/include/QtHelp/qhelpsearchengine.h
qt5/include/QtHelp/qhelpsearchquerywidget.h
qt5/include/QtHelp/qhelpsearchresultwidget.h
@@ -275,17 +282,17 @@ qt5/lib/libQt5Designer.prl
qt5/lib/libQt5Designer.so
qt5/lib/libQt5Designer.so.${PKGVERSION}
qt5/lib/libQt5Designer.so.5
-qt5/lib/libQt5Designer.so.5.14
+qt5/lib/libQt5Designer.so.5.15
qt5/lib/libQt5DesignerComponents.prl
qt5/lib/libQt5DesignerComponents.so
qt5/lib/libQt5DesignerComponents.so.${PKGVERSION}
qt5/lib/libQt5DesignerComponents.so.5
-qt5/lib/libQt5DesignerComponents.so.5.14
+qt5/lib/libQt5DesignerComponents.so.5.15
qt5/lib/libQt5Help.prl
qt5/lib/libQt5Help.so
qt5/lib/libQt5Help.so.${PKGVERSION}
qt5/lib/libQt5Help.so.5
-qt5/lib/libQt5Help.so.5.14
+qt5/lib/libQt5Help.so.5.15
qt5/lib/libQt5UiPlugin.prl
qt5/lib/libQt5UiTools.a
qt5/lib/libQt5UiTools.prl
diff --git a/x11/qt5-qttools/buildlink3.mk b/x11/qt5-qttools/buildlink3.mk
index 3c2a304a17c..2c60b3ca8de 100644
--- a/x11/qt5-qttools/buildlink3.mk
+++ b/x11/qt5-qttools/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.45 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.46 2020/06/02 06:41:02 adam Exp $
BUILDLINK_TREE+= qt5-qttools
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qttools
QT5_QTTOOLS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qttools+= qt5-qttools>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qttools+= qt5-qttools>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qttools+= qt5-qttools>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qttools?= ../../x11/qt5-qttools
BUILDLINK_INCDIRS.qt5-qttools+= qt5/include
diff --git a/x11/qt5-qttools/distinfo b/x11/qt5-qttools/distinfo
index 45741dbfbb2..5a0a71d0ec6 100644
--- a/x11/qt5-qttools/distinfo
+++ b/x11/qt5-qttools/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:02 adam Exp $
-SHA1 (qttools-everywhere-src-5.14.2.tar.xz) = 172794608668d772c9ad6cd289bb84e0b3336999
-RMD160 (qttools-everywhere-src-5.14.2.tar.xz) = 35f435253529301da39d017931da4f3c1778fd04
-SHA512 (qttools-everywhere-src-5.14.2.tar.xz) = e5b56d38acaa59511f24c817999f901510397d6e8baccc06a8fb8375f09b71dcffda4c57def4eb88d6c2782926d612b382957175a087a0c2224245051c54fe7e
-Size (qttools-everywhere-src-5.14.2.tar.xz) = 8815020 bytes
+SHA1 (qttools-everywhere-src-5.15.0.tar.xz) = 9b5ea97ebe7e3e3be118060b42293c4237a465de
+RMD160 (qttools-everywhere-src-5.15.0.tar.xz) = 3da56525f1afbfdca16e46e9d782cb9377bb5d17
+SHA512 (qttools-everywhere-src-5.15.0.tar.xz) = ebcebbc828e6a34766f2f5eeb4775d29af7b60b6124549df5256902ed2bd683721084b45a869ba76d29b1b170fe3834291af0833ab17ee8d05407c509f03d3eb
+Size (qttools-everywhere-src-5.15.0.tar.xz) = 8850752 bytes
SHA1 (patch-src_assistant_assistant_assistant.pro) = 8d7cb7759d3b20780bc05097d5bd0d8be7d145cc
SHA1 (patch-src_designer_src_plugins_plugins.pro) = c82d154785e19ebfb3e191f08c8e7f9b07458d4a
diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile
index c93547cde0a..2f132ba5210 100644
--- a/x11/qt5-qttranslations/Makefile
+++ b/x11/qt5-qttranslations/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2020/04/12 08:29:20 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/06/02 06:41:03 adam Exp $
DISTNAME= qttranslations-everywhere-src-${QTVERSION}
PKGNAME= qt5-qttranslations-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 translations
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qttranslations/distinfo b/x11/qt5-qttranslations/distinfo
index b274ddead8f..f8d48d61a9e 100644
--- a/x11/qt5-qttranslations/distinfo
+++ b/x11/qt5-qttranslations/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:05:59 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:03 adam Exp $
-SHA1 (qttranslations-everywhere-src-5.14.2.tar.xz) = cf5e6ebf5a2ef2786908c03cbe191b31efa927e0
-RMD160 (qttranslations-everywhere-src-5.14.2.tar.xz) = abc83f4522d6daa92cb7f7463c3559baab29db61
-SHA512 (qttranslations-everywhere-src-5.14.2.tar.xz) = 38cedf19a1d7b920b7dcfcc014d3986c4067dafd7192efe43c3b8f282e0637391f9ec0b8cc7f5506cc76629d005298becba1421506b48c6baf3366ec2f378544
-Size (qttranslations-everywhere-src-5.14.2.tar.xz) = 1348684 bytes
+SHA1 (qttranslations-everywhere-src-5.15.0.tar.xz) = fb7b76c23df5ececfbce35a8f5ffba987807194a
+RMD160 (qttranslations-everywhere-src-5.15.0.tar.xz) = 120b859575e0888b3e0e4976fb7e21ee1ab1d13f
+SHA512 (qttranslations-everywhere-src-5.15.0.tar.xz) = 45302457e16e5dba674164dda7945110583f072d209d3984726324497efb367573475facc3534fd7cdfc61bc14295ebe4bf6588a37d45e87b676191d852f1c8a
+Size (qttranslations-everywhere-src-5.15.0.tar.xz) = 1356928 bytes
diff --git a/x11/qt5-qtvirtualkeyboard/Makefile b/x11/qt5-qtvirtualkeyboard/Makefile
index d7f9ac49cee..a02d2cee053 100644
--- a/x11/qt5-qtvirtualkeyboard/Makefile
+++ b/x11/qt5-qtvirtualkeyboard/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtvirtualkeyboard-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtvirtualkeyboard-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for virtualkeyboard framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtvirtualkeyboard/PLIST b/x11/qt5-qtvirtualkeyboard/PLIST
index b6448bc7673..3d82b92ef89 100644
--- a/x11/qt5-qtvirtualkeyboard/PLIST
+++ b/x11/qt5-qtvirtualkeyboard/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/21 20:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5VirtualKeyboard.pc
qt5/include/QtVirtualKeyboard/${PKGVERSION}/QtVirtualKeyboard/private/abstractinputpanel_p.h
qt5/include/QtVirtualKeyboard/${PKGVERSION}/QtVirtualKeyboard/private/appinputpanel_p.h
@@ -52,7 +52,7 @@ qt5/lib/libQt5VirtualKeyboard.prl
qt5/lib/libQt5VirtualKeyboard.so
qt5/lib/libQt5VirtualKeyboard.so.${PKGVERSION}
qt5/lib/libQt5VirtualKeyboard.so.5
-qt5/lib/libQt5VirtualKeyboard.so.5.14
+qt5/lib/libQt5VirtualKeyboard.so.5.15
qt5/lib/pkgconfig/Qt5VirtualKeyboard.pc
qt5/mkspecs/modules/qt_lib_virtualkeyboard.pri
qt5/mkspecs/modules/qt_lib_virtualkeyboard_private.pri
diff --git a/x11/qt5-qtvirtualkeyboard/buildlink3.mk b/x11/qt5-qtvirtualkeyboard/buildlink3.mk
index 16079fe07ca..5a1fd8eaa11 100644
--- a/x11/qt5-qtvirtualkeyboard/buildlink3.mk
+++ b/x11/qt5-qtvirtualkeyboard/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtvirtualkeyboard
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtvirtualkeyboard
QT5_QTVIRTUALKEYBOARD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtvirtualkeyboard+= qt5-qtvirtualkeyboard>=5.13.2
-BUILDLINK_ABI_DEPENDS.qt5-qtvirtualkeyboard?= qt5-qtvirtualkeyboard>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtvirtualkeyboard?= qt5-qtvirtualkeyboard>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtvirtualkeyboard?= ../../x11/qt5-qtvirtualkeyboard
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtvirtualkeyboard/distinfo b/x11/qt5-qtvirtualkeyboard/distinfo
index ffd9139482d..4f3738b1234 100644
--- a/x11/qt5-qtvirtualkeyboard/distinfo
+++ b/x11/qt5-qtvirtualkeyboard/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtvirtualkeyboard-everywhere-src-5.14.2.tar.xz) = c12d2357acf6adc1628001ebe7cb0dac5364c718
-RMD160 (qtvirtualkeyboard-everywhere-src-5.14.2.tar.xz) = a876b77ab3f1aff8387dbfb3fb3cd4904e674c46
-SHA512 (qtvirtualkeyboard-everywhere-src-5.14.2.tar.xz) = 752634de8796a1809818176db47021aa24de842cf6334d689a91d3b011105a5e2b8113615a8f50f6974bf8fa989026b434121b42278de1ef905075ba3ee72c47
-Size (qtvirtualkeyboard-everywhere-src-5.14.2.tar.xz) = 10957372 bytes
+SHA1 (qtvirtualkeyboard-everywhere-src-5.15.0.tar.xz) = 36bbe7e30eae3967429f14c127e860148409b96b
+RMD160 (qtvirtualkeyboard-everywhere-src-5.15.0.tar.xz) = 239aa23d1a39c91d6b59eab70eb38afae4c10f4f
+SHA512 (qtvirtualkeyboard-everywhere-src-5.15.0.tar.xz) = fd850aa11e0dbd37f73e63517af1e311be480fc44ac05e74c25794a69fd26d06fd620a9ee3ffa3663ebeeedc0d2abe9520aa53c09b80363e8966ee7f24430869
+Size (qtvirtualkeyboard-everywhere-src-5.15.0.tar.xz) = 10957752 bytes
diff --git a/x11/qt5-qtwayland/Makefile b/x11/qt5-qtwayland/Makefile
index 61af9992819..ca3a3e48f5e 100644
--- a/x11/qt5-qtwayland/Makefile
+++ b/x11/qt5-qtwayland/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/04/12 08:29:20 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtwayland-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwayland-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for Wayland support
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtwayland/PLIST b/x11/qt5-qtwayland/PLIST
index 601c18e0871..9b22e3cba3b 100644
--- a/x11/qt5-qtwayland/PLIST
+++ b/x11/qt5-qtwayland/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/27 18:36:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5Wayland.pc
qt5/bin/qtwaylandscanner
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qtwaylandclient-config_p.h
@@ -8,6 +8,7 @@ qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-ke
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-windowmanager.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-server-buffer-extension.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-surface-extension.h
+qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-tablet-unstable-v2.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-touch-extension.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-wayland.h
@@ -53,7 +54,10 @@ qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshmbac
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshmwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandsubsurface_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandsurface_p.h
+qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandtabletv2_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandtouch_p.h
+qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandvulkaninstance_p.h
+qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandvulkanwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
@@ -61,6 +65,7 @@ qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-key
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
+qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-wayland-client-protocol.h
@@ -309,12 +314,12 @@ qt5/lib/libQt5WaylandClient.prl
qt5/lib/libQt5WaylandClient.so
qt5/lib/libQt5WaylandClient.so.${PKGVERSION}
qt5/lib/libQt5WaylandClient.so.5
-qt5/lib/libQt5WaylandClient.so.5.14
+qt5/lib/libQt5WaylandClient.so.5.15
qt5/lib/libQt5WaylandCompositor.prl
qt5/lib/libQt5WaylandCompositor.so
qt5/lib/libQt5WaylandCompositor.so.${PKGVERSION}
qt5/lib/libQt5WaylandCompositor.so.5
-qt5/lib/libQt5WaylandCompositor.so.5.14
+qt5/lib/libQt5WaylandCompositor.so.5.15
qt5/lib/pkgconfig/Qt5WaylandClient.pc
qt5/lib/pkgconfig/Qt5WaylandCompositor.pc
qt5/mkspecs/modules/qt_lib_waylandclient.pri
@@ -332,14 +337,14 @@ qt5/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
qt5/plugins/wayland-graphics-integration-client/libshm-emulation-server.so
qt5/plugins/wayland-graphics-integration-client/libxcomposite-egl.so
qt5/plugins/wayland-graphics-integration-client/libxcomposite-glx.so
-qt5/plugins/wayland-graphics-integration-server/libdmabuf-server.so
-qt5/plugins/wayland-graphics-integration-server/libdrm-egl-server.so
-qt5/plugins/wayland-graphics-integration-server/liblinux-dmabuf-unstable-v1.so
-qt5/plugins/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so
-qt5/plugins/wayland-graphics-integration-server/libshm-emulation-server.so
-qt5/plugins/wayland-graphics-integration-server/libwayland-eglstream-controller.so
-qt5/plugins/wayland-graphics-integration-server/libxcomposite-egl.so
-qt5/plugins/wayland-graphics-integration-server/libxcomposite-glx.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-dmabuf-server-buffer.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-drm-egl-server-buffer.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-linux-dmabuf-unstable-v1.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-shm-emulation-server.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-egl.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-eglstream-controller.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-egl.so
+qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-glx.so
qt5/plugins/wayland-shell-integration/libfullscreen-shell-v1.so
qt5/plugins/wayland-shell-integration/libivi-shell.so
qt5/plugins/wayland-shell-integration/libwl-shell.so
diff --git a/x11/qt5-qtwayland/buildlink3.mk b/x11/qt5-qtwayland/buildlink3.mk
index 32c5a87a014..5c6983cc375 100644
--- a/x11/qt5-qtwayland/buildlink3.mk
+++ b/x11/qt5-qtwayland/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/04/02 22:06:00 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtwayland
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtwayland
QT5_QTWAYLAND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtwayland+= qt5-qtwayland>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtwayland+= qt5-qtwayland>=5.14.2
+BUILDLINK_ABI_DEPENDS.qt5-qtwayland+= qt5-qtwayland>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtwayland?= ../../x11/qt5-qtwayland
BUILDLINK_INCDIRS.qt5-qtwayland+= qt5/include
diff --git a/x11/qt5-qtwayland/distinfo b/x11/qt5-qtwayland/distinfo
index df8c2a909d8..8ee3cbb93e1 100644
--- a/x11/qt5-qtwayland/distinfo
+++ b/x11/qt5-qtwayland/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.5 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtwayland-everywhere-src-5.14.2.tar.xz) = 8c99de43fc8172caf556f2f573a8cea29c90b57f
-RMD160 (qtwayland-everywhere-src-5.14.2.tar.xz) = 8d1b28b48303bfa15e802495cb500ac19138f285
-SHA512 (qtwayland-everywhere-src-5.14.2.tar.xz) = 0f396cabace17f099c2f2c0be54317006dc00c5f4be08cd79a4fa4fdc94362f63cc6ce9decc7feb63f566dd2ea52d562257e4bb23332557054418fc16dc7e899
-Size (qtwayland-everywhere-src-5.14.2.tar.xz) = 544532 bytes
+SHA1 (qtwayland-everywhere-src-5.15.0.tar.xz) = b4acd5f872228537b2b3f34ae53e2731cf59282c
+RMD160 (qtwayland-everywhere-src-5.15.0.tar.xz) = 6b368419ed44eb0b6a825b64f7e4e93a92982212
+SHA512 (qtwayland-everywhere-src-5.15.0.tar.xz) = e3d8fb79b7d3b10a94caccca1567c3a978b3517e13740aa6218d0a0b4cb180f6bdc3b533e113248908033f344ab5fcffd6fac751a1513c2d62834afe408ee714
+Size (qtwayland-everywhere-src-5.15.0.tar.xz) = 562408 bytes
SHA1 (patch-config.tests_wayland__scanner_wayland__scanner.pro) = 3b6338a1d2c1425ce71b41e6515824ffc7e67fbc
SHA1 (patch-features_wayland-scanner-client-wayland-protocol-include.prf) = e35ebe8543309373b12670eb2abc911263d15039
-SHA1 (patch-qtwayland.pro) = 550877e09d9b09a718b47c7ca36dbdbbb7727762
+SHA1 (patch-qtwayland.pro) = 8a46a9cdf35c0a21cb19d764ff6d7546965bdd44
SHA1 (patch-src_hardwareintegration_compositor_linux-dmabuf-unstable-v1_linuxdmabuf.h) = 3e6dde410c58d2f5e60634b6628069420dbc2250
diff --git a/x11/qt5-qtwayland/patches/patch-qtwayland.pro b/x11/qt5-qtwayland/patches/patch-qtwayland.pro
index aec490c159f..e473b1bb688 100644
--- a/x11/qt5-qtwayland/patches/patch-qtwayland.pro
+++ b/x11/qt5-qtwayland/patches/patch-qtwayland.pro
@@ -1,10 +1,10 @@
-$NetBSD: patch-qtwayland.pro,v 1.1 2019/10/28 21:35:43 nia Exp $
+$NetBSD: patch-qtwayland.pro,v 1.2 2020/06/02 06:41:03 adam Exp $
Do not refuse to build on non-linux.
---- qtwayland.pro.orig 2019-08-13 09:25:25.000000000 +0000
+--- qtwayland.pro.orig 2020-06-01 19:27:25.040097860 +0000
+++ qtwayland.pro
@@ -1,3 +1,2 @@
--requires(linux:!android|macos)
+-requires(linux:!android|macos|qnx)
requires(qtHaveModule(gui))
load(qt_parts)
diff --git a/x11/qt5-qtwebchannel/Makefile b/x11/qt5-qtwebchannel/Makefile
index 54c763f3134..e3dd92a6bb2 100644
--- a/x11/qt5-qtwebchannel/Makefile
+++ b/x11/qt5-qtwebchannel/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.39 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtwebchannel-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwebchannel-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 WebChannel module
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtwebchannel/PLIST b/x11/qt5-qtwebchannel/PLIST
index 99c205052b9..ff5714524fd 100644
--- a/x11/qt5-qtwebchannel/PLIST
+++ b/x11/qt5-qtwebchannel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/01/21 20:25:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5WebChannel.pc
qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/qmetaobjectpublisher_p.h
qt5/include/QtWebChannel/${PKGVERSION}/QtWebChannel/private/qqmlwebchannelattached_p.h
@@ -22,7 +22,7 @@ qt5/lib/libQt5WebChannel.prl
qt5/lib/libQt5WebChannel.so
qt5/lib/libQt5WebChannel.so.${PKGVERSION}
qt5/lib/libQt5WebChannel.so.5
-qt5/lib/libQt5WebChannel.so.5.14
+qt5/lib/libQt5WebChannel.so.5.15
qt5/lib/pkgconfig/Qt5WebChannel.pc
qt5/mkspecs/modules/qt_lib_webchannel.pri
qt5/mkspecs/modules/qt_lib_webchannel_private.pri
diff --git a/x11/qt5-qtwebchannel/buildlink3.mk b/x11/qt5-qtwebchannel/buildlink3.mk
index 00287947dfe..4c2812f94dc 100644
--- a/x11/qt5-qtwebchannel/buildlink3.mk
+++ b/x11/qt5-qtwebchannel/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtwebchannel
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtwebchannel
QT5_QTWEBCHANNEL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtwebchannel?= ../../x11/qt5-qtwebchannel
BUILDLINK_INCDIRS.qt5-qtwebchannel+= qt5/include
diff --git a/x11/qt5-qtwebchannel/distinfo b/x11/qt5-qtwebchannel/distinfo
index 219dd948928..47eff5748de 100644
--- a/x11/qt5-qtwebchannel/distinfo
+++ b/x11/qt5-qtwebchannel/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtwebchannel-everywhere-src-5.14.2.tar.xz) = 491f3f9557699bbe6d4bcd19ad8398d42ae19e7b
-RMD160 (qtwebchannel-everywhere-src-5.14.2.tar.xz) = 13b2305239dad6c64409362ff31ce719560f7e82
-SHA512 (qtwebchannel-everywhere-src-5.14.2.tar.xz) = 57080c8cf7fb5c91fa6b325566d3fb2dc3c1d3bcd8128d2a40ea92f8bae7ca0f0fb4bac1d68452998a5dc06781155058d149df069fed5ff16b6d8ad43a72e002
-Size (qtwebchannel-everywhere-src-5.14.2.tar.xz) = 202592 bytes
+SHA1 (qtwebchannel-everywhere-src-5.15.0.tar.xz) = e8ee9d9b23ad23fa7247f00df26be7f268a178fe
+RMD160 (qtwebchannel-everywhere-src-5.15.0.tar.xz) = febba86916f1427f7e9b9e9c59e546ccf5944ba7
+SHA512 (qtwebchannel-everywhere-src-5.15.0.tar.xz) = ef4040b63ad3cca80be38b8e3336ea0e70d1a57289ff2441c182f848b837d7ef87c78472f42f14cbc7a77f7ef5d5c50c0f5533071aaa13734832fdf6019c0253
+Size (qtwebchannel-everywhere-src-5.15.0.tar.xz) = 202844 bytes
diff --git a/x11/qt5-qtwebsockets/Makefile b/x11/qt5-qtwebsockets/Makefile
index 0b34690337d..6936ebdab38 100644
--- a/x11/qt5-qtwebsockets/Makefile
+++ b/x11/qt5-qtwebsockets/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtwebsockets-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwebsockets-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for websockets
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtwebsockets/PLIST b/x11/qt5-qtwebsockets/PLIST
index 45c03e4fa08..16722ee7fff 100644
--- a/x11/qt5-qtwebsockets/PLIST
+++ b/x11/qt5-qtwebsockets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 20:25:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5WebSockets.pc
qt5/include/QtWebSockets/${PKGVERSION}/QtWebSockets/private/qdefaultmaskgenerator_p.h
qt5/include/QtWebSockets/${PKGVERSION}/QtWebSockets/private/qsslserver_p.h
@@ -31,7 +31,7 @@ qt5/lib/libQt5WebSockets.prl
qt5/lib/libQt5WebSockets.so
qt5/lib/libQt5WebSockets.so.${PKGVERSION}
qt5/lib/libQt5WebSockets.so.5
-qt5/lib/libQt5WebSockets.so.5.14
+qt5/lib/libQt5WebSockets.so.5.15
qt5/lib/pkgconfig/Qt5WebSockets.pc
qt5/mkspecs/modules/qt_lib_websockets.pri
qt5/mkspecs/modules/qt_lib_websockets_private.pri
diff --git a/x11/qt5-qtwebsockets/buildlink3.mk b/x11/qt5-qtwebsockets/buildlink3.mk
index 42afb63be8c..ced517d57a3 100644
--- a/x11/qt5-qtwebsockets/buildlink3.mk
+++ b/x11/qt5-qtwebsockets/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtwebsockets
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtwebsockets
QT5_WEBSOCKETS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtwebsockets+= qt5-qtwebsockets>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtwebsockets?= ../../x11/qt5-qtwebsockets
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
diff --git a/x11/qt5-qtwebsockets/distinfo b/x11/qt5-qtwebsockets/distinfo
index c39f643ac7d..a320d853fb9 100644
--- a/x11/qt5-qtwebsockets/distinfo
+++ b/x11/qt5-qtwebsockets/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 9f15f5407e8e243c0bdcd7a22825703856c6bb74
-RMD160 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = f26dc43353b8ee9117f0be2c8984c6ccee450528
-SHA512 (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 091e17459a8a255fccece092399ac32994307aa53e6e72e736e6ff9f1bb745c49bfcb9a747e1e21acaa0ed95754f7f450ba2f73a3bbafad54e21bf600f7da92f
-Size (qtwebsockets-everywhere-src-5.14.2.tar.xz) = 252820 bytes
+SHA1 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 2171f91d0a184a1dbd000ea66fb7b2d9e731625a
+RMD160 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 6325f1e62e9360d16fafe91aa200a83533b1be7d
+SHA512 (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 87d7cbce52562f6a5372106e46e15319d9647bab9ec5dbde132c017b9febbbc568ff2c182d3375165d87c1d4a88ae26d2e849baef53bce6e842d8d0d83f7ceb5
+Size (qtwebsockets-everywhere-src-5.15.0.tar.xz) = 253616 bytes
diff --git a/x11/qt5-qtx11extras/Makefile b/x11/qt5-qtx11extras/Makefile
index 812d6f43c1e..6a19facbc75 100644
--- a/x11/qt5-qtx11extras/Makefile
+++ b/x11/qt5-qtx11extras/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:17 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtx11extras-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtx11extras-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for X11 extras
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtx11extras/PLIST b/x11/qt5-qtx11extras/PLIST
index 13e93807872..5c70b109c27 100644
--- a/x11/qt5-qtx11extras/PLIST
+++ b/x11/qt5-qtx11extras/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/01/21 20:25:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5X11Extras.pc
qt5/include/QtX11Extras/QX11Info
qt5/include/QtX11Extras/QtX11Extras
@@ -13,7 +13,7 @@ qt5/lib/libQt5X11Extras.prl
qt5/lib/libQt5X11Extras.so
qt5/lib/libQt5X11Extras.so.${PKGVERSION}
qt5/lib/libQt5X11Extras.so.5
-qt5/lib/libQt5X11Extras.so.5.14
+qt5/lib/libQt5X11Extras.so.5.15
qt5/lib/pkgconfig/Qt5X11Extras.pc
qt5/mkspecs/modules/qt_lib_x11extras.pri
qt5/mkspecs/modules/qt_lib_x11extras_private.pri
diff --git a/x11/qt5-qtx11extras/buildlink3.mk b/x11/qt5-qtx11extras/buildlink3.mk
index 1a2619b05d1..cfbd5ad0e4b 100644
--- a/x11/qt5-qtx11extras/buildlink3.mk
+++ b/x11/qt5-qtx11extras/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2020/04/12 08:28:17 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtx11extras
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtx11extras
QT5_QTX11EXTRAS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtx11extras+= qt5-qtx11extras>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtx11extras+= qt5-qtx11extras>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtx11extras+= qt5-qtx11extras>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtx11extras?= ../../x11/qt5-qtx11extras
BUILDLINK_INCDIRS.qt5-qtx11extras+= qt5/include
diff --git a/x11/qt5-qtx11extras/distinfo b/x11/qt5-qtx11extras/distinfo
index 0ac4e8dd106..907c9486b27 100644
--- a/x11/qt5-qtx11extras/distinfo
+++ b/x11/qt5-qtx11extras/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtx11extras-everywhere-src-5.14.2.tar.xz) = 62a6a23aa3c4e77d55e649e158c771ca69f318e4
-RMD160 (qtx11extras-everywhere-src-5.14.2.tar.xz) = 0508c42dfffd9fe364e1daa39e9c210afef8bfbc
-SHA512 (qtx11extras-everywhere-src-5.14.2.tar.xz) = cf30e66fda18b9bfd266b41f15713f7ca7390bc533fb8093096853f1554c2a91eb065dc17acb5b355b8fad08df3c695289d8c8081d568061c99659ec35d79b14
-Size (qtx11extras-everywhere-src-5.14.2.tar.xz) = 135712 bytes
+SHA1 (qtx11extras-everywhere-src-5.15.0.tar.xz) = f9fdd2b537794872b39c558cda7e99f15606065b
+RMD160 (qtx11extras-everywhere-src-5.15.0.tar.xz) = 56de00b9f3b356fc1d117a738ed281ff5e4f7402
+SHA512 (qtx11extras-everywhere-src-5.15.0.tar.xz) = 12fc870f94e546d6e343f2ece44d09a6fc725b3ce092e1494bd2ef334ec92b559db2a8fcf6da88fe0f73040ee41fa5bf5f84ff197e5d1a004dabca3274508a96
+Size (qtx11extras-everywhere-src-5.15.0.tar.xz) = 135648 bytes
diff --git a/x11/qt5-qtxmlpatterns/Makefile b/x11/qt5-qtxmlpatterns/Makefile
index 7b59071bb1b..de5cdbec6a9 100644
--- a/x11/qt5-qtxmlpatterns/Makefile
+++ b/x11/qt5-qtxmlpatterns/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:17 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/06/02 06:41:03 adam Exp $
DISTNAME= qtxmlpatterns-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtxmlpatterns-${QTVERSION}
-PKGREVISION= 1
COMMENT= Qt5 module for XML Patterns
BUILD_TARGET= sub-tools
diff --git a/x11/qt5-qtxmlpatterns/PLIST b/x11/qt5-qtxmlpatterns/PLIST
index 085e4660763..028dde19d4c 100644
--- a/x11/qt5-qtxmlpatterns/PLIST
+++ b/x11/qt5-qtxmlpatterns/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 20:25:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5XmlPatterns.pc
qt5/bin/xmlpatterns
qt5/bin/xmlpatternsvalidator
@@ -413,7 +413,7 @@ qt5/lib/libQt5XmlPatterns.prl
qt5/lib/libQt5XmlPatterns.so
qt5/lib/libQt5XmlPatterns.so.${PKGVERSION}
qt5/lib/libQt5XmlPatterns.so.5
-qt5/lib/libQt5XmlPatterns.so.5.14
+qt5/lib/libQt5XmlPatterns.so.5.15
qt5/lib/pkgconfig/Qt5XmlPatterns.pc
qt5/mkspecs/modules/qt_lib_xmlpatterns.pri
qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri
diff --git a/x11/qt5-qtxmlpatterns/buildlink3.mk b/x11/qt5-qtxmlpatterns/buildlink3.mk
index 5f4e8b0b38a..384371f8fe6 100644
--- a/x11/qt5-qtxmlpatterns/buildlink3.mk
+++ b/x11/qt5-qtxmlpatterns/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2020/04/12 08:28:17 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2020/06/02 06:41:03 adam Exp $
BUILDLINK_TREE+= qt5-qtxmlpatterns
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtxmlpatterns
QT5_QTXMLPATTERNS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qt5-qtxmlpatterns+= qt5-qtxmlpatterns>=5.9.1
-BUILDLINK_ABI_DEPENDS.qt5-qtxmlpatterns+= qt5-qtxmlpatterns>=5.14.2nb1
+BUILDLINK_ABI_DEPENDS.qt5-qtxmlpatterns+= qt5-qtxmlpatterns>=5.15.0
BUILDLINK_PKGSRCDIR.qt5-qtxmlpatterns?= ../../x11/qt5-qtxmlpatterns
BUILDLINK_INCDIRS.qt5-qtxmlpatterns+= qt5/include
diff --git a/x11/qt5-qtxmlpatterns/distinfo b/x11/qt5-qtxmlpatterns/distinfo
index 8d6c1ab7f50..86d8c6bc877 100644
--- a/x11/qt5-qtxmlpatterns/distinfo
+++ b/x11/qt5-qtxmlpatterns/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2020/04/02 22:06:00 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/06/02 06:41:03 adam Exp $
-SHA1 (qtxmlpatterns-everywhere-src-5.14.2.tar.xz) = e9d02b0916fb0285cd856e9efc99c84ffbc92d4c
-RMD160 (qtxmlpatterns-everywhere-src-5.14.2.tar.xz) = 0ddfeb4d31bf4855aa866febeb877b18aea8464e
-SHA512 (qtxmlpatterns-everywhere-src-5.14.2.tar.xz) = 27f674c4811b010ec461c54ee258b1d6b58dcb5c11795621b7bbad9fa2c19c1b6b62286cbe8895151261129c7d6d91007c3a8be6cf64af1f4cb32e2e9976ac23
-Size (qtxmlpatterns-everywhere-src-5.14.2.tar.xz) = 1404028 bytes
+SHA1 (qtxmlpatterns-everywhere-src-5.15.0.tar.xz) = e4a401417b15ad59eb07c8a32805c975bff5edf4
+RMD160 (qtxmlpatterns-everywhere-src-5.15.0.tar.xz) = 498625d954e162037c8a7c0b5efd1c8aabb61781
+SHA512 (qtxmlpatterns-everywhere-src-5.15.0.tar.xz) = 180ccbab82b436702533ea7aaf445b399250555ed37eb3469889de64d13f218c0717489f270e29369119207441f85c05249923fe73daac5fcc2fdc7e970494c0
+Size (qtxmlpatterns-everywhere-src-5.15.0.tar.xz) = 1403484 bytes
SHA1 (patch-src_imports_imports.pro) = 6bcac62bbfe46fc3e245b2cda5b9bbd172eac6cd
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common
index c92a26e22d4..ed54db17dfa 100644
--- a/x11/qt5/Makefile.common
+++ b/x11/qt5/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.22 2020/04/02 22:05:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2020/06/02 06:41:00 adam Exp $
# used by x11/qt5-qtbase/Makefile.common
# used by inputmethod/qt5-uim/Makefile
-QTVERSION= 5.14.2
+QTVERSION= 5.15.0
.include "../../mk/bsd.prefs.mk"
CATEGORIES= x11
-MASTER_SITES= http://download.qt-project.org/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
+MASTER_SITES= http://download.qt.io/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
EXTRACT_SUFX= .tar.xz
EXTRACT_USING= bsdtar