pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated qt5 to 5.10.0



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon Dec 18 13:43:09 2017 +0100
Changeset:	c74197db4b64061445a52c473c2cde1ad8af0a8e

Modified Files:
	qt5-qtbase/Makefile
	qt5-qtbase/PLIST
	qt5-qtbase/PLIST.Darwin
	qt5-qtbase/distinfo
	qt5-qtbase/files/qmake.conf
	qt5-qtbase/files/qmake.conf.mac
	qt5-qtbase/patches/patch-qmake_Makefile.unix
	qt5-qtdeclarative/Makefile
	qt5-qtdeclarative/PLIST
	qt5-qtdeclarative/distinfo
	qt5-qtdoc/Makefile
	qt5-qtdoc/PLIST
	qt5-qtdoc/distinfo
	qt5-qtgraphicaleffects/Makefile
	qt5-qtgraphicaleffects/distinfo
	qt5-qtimageformats/Makefile
	qt5-qtimageformats/distinfo
	qt5-qtlocation/Makefile
	qt5-qtlocation/PLIST
	qt5-qtlocation/distinfo
	qt5-qtmacextras/Makefile
	qt5-qtmacextras/distinfo
	qt5-qtmultimedia/Makefile
	qt5-qtmultimedia/PLIST
	qt5-qtmultimedia/distinfo
	qt5-qtquickcontrols/Makefile
	qt5-qtquickcontrols/distinfo
	qt5-qtsensors/Makefile
	qt5-qtsensors/distinfo
	qt5-qtserialport/Makefile
	qt5-qtserialport/PLIST
	qt5-qtserialport/distinfo
	qt5-qtsvg/Makefile
	qt5-qtsvg/distinfo
	qt5-qttools/Makefile
	qt5-qttools/PLIST
	qt5-qttools/distinfo
	qt5-qttranslations/Makefile
	qt5-qttranslations/distinfo
	qt5-qtwebchannel/Makefile
	qt5-qtwebchannel/distinfo
	qt5-qtwebsockets/Makefile
	qt5-qtwebsockets/distinfo
	qt5-qtxmlpatterns/Makefile
	qt5-qtxmlpatterns/distinfo
	qt5/Makefile.common

Log Message:
Updated qt5 to 5.10.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c74197db4b64061445a52c473c2cde1ad8af0a8e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt5-qtbase/Makefile                          |  2 +-
 qt5-qtbase/PLIST                             | 82 +++++++++++++++++++++++-----
 qt5-qtbase/PLIST.Darwin                      |  8 ---
 qt5-qtbase/distinfo                          | 10 ++--
 qt5-qtbase/files/qmake.conf                  |  1 +
 qt5-qtbase/files/qmake.conf.mac              |  1 +
 qt5-qtbase/patches/patch-qmake_Makefile.unix | 28 ++++------
 qt5-qtdeclarative/Makefile                   |  2 +-
 qt5-qtdeclarative/PLIST                      | 18 +++++-
 qt5-qtdeclarative/distinfo                   |  8 +--
 qt5-qtdoc/Makefile                           |  4 +-
 qt5-qtdoc/PLIST                              |  2 +
 qt5-qtdoc/distinfo                           |  8 +--
 qt5-qtgraphicaleffects/Makefile              |  4 +-
 qt5-qtgraphicaleffects/distinfo              |  8 +--
 qt5-qtimageformats/Makefile                  |  4 +-
 qt5-qtimageformats/distinfo                  |  8 +--
 qt5-qtlocation/Makefile                      |  2 +-
 qt5-qtlocation/PLIST                         |  5 ++
 qt5-qtlocation/distinfo                      |  8 +--
 qt5-qtmacextras/Makefile                     |  4 +-
 qt5-qtmacextras/distinfo                     |  8 +--
 qt5-qtmultimedia/Makefile                    |  2 +-
 qt5-qtmultimedia/PLIST                       | 27 +++++----
 qt5-qtmultimedia/distinfo                    |  8 +--
 qt5-qtquickcontrols/Makefile                 |  4 +-
 qt5-qtquickcontrols/distinfo                 |  8 +--
 qt5-qtsensors/Makefile                       |  4 +-
 qt5-qtsensors/distinfo                       |  8 +--
 qt5-qtserialport/Makefile                    |  4 +-
 qt5-qtserialport/PLIST                       |  3 +-
 qt5-qtserialport/distinfo                    |  8 +--
 qt5-qtsvg/Makefile                           |  4 +-
 qt5-qtsvg/distinfo                           |  8 +--
 qt5-qttools/Makefile                         |  4 +-
 qt5-qttools/PLIST                            |  7 ++-
 qt5-qttools/distinfo                         |  8 +--
 qt5-qttranslations/Makefile                  |  4 +-
 qt5-qttranslations/distinfo                  |  8 +--
 qt5-qtwebchannel/Makefile                    |  4 +-
 qt5-qtwebchannel/distinfo                    |  8 +--
 qt5-qtwebsockets/Makefile                    |  5 +-
 qt5-qtwebsockets/distinfo                    |  8 +--
 qt5-qtxmlpatterns/Makefile                   |  2 +-
 qt5-qtxmlpatterns/distinfo                   |  8 +--
 qt5/Makefile.common                          |  2 +-
 46 files changed, 227 insertions(+), 154 deletions(-)

diffs:
diff --git a/qt5-qtbase/Makefile b/qt5-qtbase/Makefile
index ba673bf3c2..4fead1cfab 100644
--- a/qt5-qtbase/Makefile
+++ b/qt5-qtbase/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	qtbase-opensource-src-${QTVERSION}
+DISTNAME=	qtbase-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtbase-${QTVERSION}
 COMMENT=	C++ X GUI toolkit
 
diff --git a/qt5-qtbase/PLIST b/qt5-qtbase/PLIST
index 201481b9e3..caf68e2e6a 100644
--- a/qt5-qtbase/PLIST
+++ b/qt5-qtbase/PLIST
@@ -17,6 +17,7 @@ qt5/bin/qdbuscpp2xml
 qt5/bin/qdbusxml2cpp
 qt5/bin/qlalr
 qt5/bin/qmake
+qt5/bin/qvkgen
 qt5/bin/rcc
 qt5/bin/syncqt.pl
 qt5/bin/uic
@@ -124,6 +125,7 @@ qt5/include/QtConcurrent/qtconcurrentstoredfunctioncall.h
 qt5/include/QtConcurrent/qtconcurrentthreadengine.h
 qt5/include/QtConcurrent/qtconcurrentversion.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/cp949codetbl_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/minimum-linux_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractanimation_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracteventdispatcher_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractfileengine_p.h
@@ -152,6 +154,7 @@ 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/qelfparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qendian_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeuckrcodec_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_cf_p.h
@@ -231,7 +234,6 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qobject_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qoperatingsystemversion_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qorderedmutexlocker_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qparallelanimationgroup_p.h
-qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpodlist_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpoll_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattribute_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattributeprivate_p.h
@@ -239,6 +241,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobject_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobjectprivate_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qprocess_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpropertyanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qrandom_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qreadwritelock_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_iterator_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_p.h
@@ -285,7 +288,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariantanimation_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
-qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwinoverlappedionotifier_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwineventnotifier_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlstream_p.h
 qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlutils_p.h
 qt5/include/QtCore/QAbstractAnimation
@@ -307,8 +310,10 @@ qt5/include/QtCore/QAssociativeIterable
 qt5/include/QtCore/QAtomicInt
 qt5/include/QtCore/QAtomicInteger
 qt5/include/QtCore/QAtomicPointer
+qt5/include/QtCore/QBEInteger
 qt5/include/QtCore/QBasicMutex
 qt5/include/QtCore/QBasicTimer
+qt5/include/QtCore/QBigEndianStorageType
 qt5/include/QtCore/QBitArray
 qt5/include/QtCore/QBitRef
 qt5/include/QtCore/QBuffer
@@ -397,6 +402,8 @@ qt5/include/QtCore/QJsonValue
 qt5/include/QtCore/QJsonValuePtr
 qt5/include/QtCore/QJsonValueRef
 qt5/include/QtCore/QJsonValueRefPtr
+qt5/include/QtCore/QKeyValueIterator
+qt5/include/QtCore/QLEInteger
 qt5/include/QtCore/QLatin1Char
 qt5/include/QtCore/QLatin1Literal
 qt5/include/QtCore/QLatin1String
@@ -412,6 +419,7 @@ qt5/include/QtCore/QList
 qt5/include/QtCore/QListData
 qt5/include/QtCore/QListIterator
 qt5/include/QtCore/QListSpecialMethods
+qt5/include/QtCore/QLittleEndianStorageType
 qt5/include/QtCore/QLocale
 qt5/include/QtCore/QLockFile
 qt5/include/QtCore/QLoggingCategory
@@ -470,6 +478,8 @@ qt5/include/QtCore/QProcess
 qt5/include/QtCore/QProcessEnvironment
 qt5/include/QtCore/QPropertyAnimation
 qt5/include/QtCore/QQueue
+qt5/include/QtCore/QRandomGenerator
+qt5/include/QtCore/QRandomGenerator64
 qt5/include/QtCore/QReadLocker
 qt5/include/QtCore/QReadWriteLock
 qt5/include/QtCore/QRect
@@ -491,6 +501,7 @@ qt5/include/QtCore/QScopedPointerObjectDeleteLater
 qt5/include/QtCore/QScopedPointerPodDeleter
 qt5/include/QtCore/QScopedValueRollback
 qt5/include/QtCore/QSemaphore
+qt5/include/QtCore/QSemaphoreReleaser
 qt5/include/QtCore/QSequentialAnimationGroup
 qt5/include/QtCore/QSequentialIterable
 qt5/include/QtCore/QSet
@@ -507,6 +518,7 @@ qt5/include/QtCore/QSize
 qt5/include/QtCore/QSizeF
 qt5/include/QtCore/QSocketNotifier
 qt5/include/QtCore/QSortFilterProxyModel
+qt5/include/QtCore/QSpecialInteger
 qt5/include/QtCore/QStack
 qt5/include/QtCore/QStandardPaths
 qt5/include/QtCore/QState
@@ -519,14 +531,17 @@ qt5/include/QtCore/QStaticPlugin
 qt5/include/QtCore/QStaticStringData
 qt5/include/QtCore/QStorageInfo
 qt5/include/QtCore/QString
+qt5/include/QtCore/QStringAlgorithms
 qt5/include/QtCore/QStringBuilder
 qt5/include/QtCore/QStringData
 qt5/include/QtCore/QStringDataPtr
 qt5/include/QtCore/QStringList
 qt5/include/QtCore/QStringListIterator
 qt5/include/QtCore/QStringListModel
+qt5/include/QtCore/QStringLiteral
 qt5/include/QtCore/QStringMatcher
 qt5/include/QtCore/QStringRef
+qt5/include/QtCore/QStringView
 qt5/include/QtCore/QSysInfo
 qt5/include/QtCore/QSystemSemaphore
 qt5/include/QtCore/QTemporaryDir
@@ -720,6 +735,7 @@ qt5/include/QtCore/qprocess.h
 qt5/include/QtCore/qprocessordetection.h
 qt5/include/QtCore/qpropertyanimation.h
 qt5/include/QtCore/qqueue.h
+qt5/include/QtCore/qrandom.h
 qt5/include/QtCore/qreadwritelock.h
 qt5/include/QtCore/qrect.h
 qt5/include/QtCore/qrefcount.h
@@ -750,10 +766,13 @@ qt5/include/QtCore/qstate.h
 qt5/include/QtCore/qstatemachine.h
 qt5/include/QtCore/qstorageinfo.h
 qt5/include/QtCore/qstring.h
+qt5/include/QtCore/qstringalgorithms.h
 qt5/include/QtCore/qstringbuilder.h
 qt5/include/QtCore/qstringlist.h
 qt5/include/QtCore/qstringlistmodel.h
+qt5/include/QtCore/qstringliteral.h
 qt5/include/QtCore/qstringmatcher.h
+qt5/include/QtCore/qstringview.h
 qt5/include/QtCore/qsysinfo.h
 qt5/include/QtCore/qsystemdetection.h
 qt5/include/QtCore/qsystemsemaphore.h
@@ -860,6 +879,12 @@ qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupport
 qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends
 qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportVersion
 qt5/include/QtDeviceDiscoverySupport/qtdevicediscoverysupportversion.h
+qt5/include/QtEdidSupport/${PKGVERSION}/QtEdidSupport/private/qedidparser_p.h
+qt5/include/QtEdidSupport/${PKGVERSION}/QtEdidSupport/private/qedidvendortable_p.h
+qt5/include/QtEdidSupport/QtEdidSupport
+qt5/include/QtEdidSupport/QtEdidSupportDepends
+qt5/include/QtEdidSupport/QtEdidSupportVersion
+qt5/include/QtEdidSupport/qtedidsupportversion.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfscontext_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfscursor_p.h
 ${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsdeviceintegration_p.h
@@ -1022,6 +1047,14 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrbtree_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrgba64_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qscreen_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsessionmanager_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshaderformat_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergenerator_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraph_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraphloader_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshaderlanguage_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernode_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodeport_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodesloader_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshapedpixmapdndwindow_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshortcutmap_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsimpledrag_p.h
@@ -1048,6 +1081,7 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtouchdevice_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvulkanwindow_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qwindow_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxbmhandler_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxpmhandler_p.h
@@ -1085,6 +1119,7 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemefactory_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemeplugin.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformvulkaninstance.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow_p.h
 qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qwindowsysteminterface.h
@@ -1326,6 +1361,14 @@ qt5/include/QtGui/QValidator
 qt5/include/QtGui/QVector2D
 qt5/include/QtGui/QVector3D
 qt5/include/QtGui/QVector4D
+qt5/include/QtGui/QVulkanDeviceFunctions
+qt5/include/QtGui/QVulkanExtension
+qt5/include/QtGui/QVulkanFunctions
+qt5/include/QtGui/QVulkanInfoVector
+qt5/include/QtGui/QVulkanInstance
+qt5/include/QtGui/QVulkanLayer
+qt5/include/QtGui/QVulkanWindow
+qt5/include/QtGui/QVulkanWindowRenderer
 qt5/include/QtGui/QWhatsThisClickedEvent
 qt5/include/QtGui/QWheelEvent
 qt5/include/QtGui/QWidgetList
@@ -1469,6 +1512,9 @@ qt5/include/QtGui/qvalidator.h
 qt5/include/QtGui/qvector2d.h
 qt5/include/QtGui/qvector3d.h
 qt5/include/QtGui/qvector4d.h
+qt5/include/QtGui/qvulkanfunctions.h
+qt5/include/QtGui/qvulkaninstance.h
+qt5/include/QtGui/qvulkanwindow.h
 qt5/include/QtGui/qwindow.h
 qt5/include/QtGui/qwindowdefs.h
 qt5/include/QtGui/qwindowdefs_win.h
@@ -1497,6 +1543,7 @@ qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qftp_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostaddress_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostinfo_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhsts_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhstsstore_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttp2protocolhandler_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpmultipart_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkconnection_p.h
@@ -1550,8 +1597,10 @@ 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_winrt_p.h
 qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpserver_p.h
@@ -1916,7 +1965,6 @@ qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblemenu_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgetfactory_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgets_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaction_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qandroidstyle_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qapplication_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasickeyeventtransition_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasicmouseeventtransition_p.h
@@ -1973,8 +2021,6 @@ qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlineedit_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistview_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistwidget_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacgesturerecognizer_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmainwindowlayout_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdiarea_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdisubwindow_p.h
@@ -2028,10 +2074,6 @@ qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetwindow_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowcontainer_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p.h
-qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwizard_win_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/rangecontrols_p.h
 qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/simplewidgets_p.h
@@ -2485,6 +2527,7 @@ qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
 qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake
 qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake
 qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
+qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake
 qt5/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake
 qt5/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake
 qt5/lib/libQt5AccessibilitySupport.a
@@ -2508,16 +2551,18 @@ qt5/lib/libQt5DBus.so.5
 qt5/lib/libQt5DBus.so.5.9
 qt5/lib/libQt5DeviceDiscoverySupport.a
 qt5/lib/libQt5DeviceDiscoverySupport.prl
+qt5/lib/libQt5EdidSupport.a
+qt5/lib/libQt5EdidSupport.prl
 ${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.9
-${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.${PKGVERSION}
 ${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.9
-${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.${PKGVERSION}
 ${PLIST.egl}qt5/lib/libQt5EglSupport.a
 ${PLIST.egl}qt5/lib/libQt5EglSupport.prl
 qt5/lib/libQt5EventDispatcherSupport.a
@@ -2578,9 +2623,9 @@ qt5/lib/libQt5Widgets.so.5
 qt5/lib/libQt5Widgets.so.5.9
 ${PLIST.unix}qt5/lib/libQt5XcbQpa.prl
 ${PLIST.unix}qt5/lib/libQt5XcbQpa.so
+${PLIST.unix}qt5/lib/libQt5XcbQpa.so.${PKGVERSION}
 ${PLIST.unix}qt5/lib/libQt5XcbQpa.so.5
 ${PLIST.unix}qt5/lib/libQt5XcbQpa.so.5.9
-${PLIST.unix}qt5/lib/libQt5XcbQpa.so.${PKGVERSION}
 qt5/lib/libQt5Xml.prl
 qt5/lib/libQt5Xml.so
 qt5/lib/libQt5Xml.so.${PKGVERSION}
@@ -2660,6 +2705,7 @@ qt5/mkspecs/common/uikit/clang.conf
 qt5/mkspecs/common/uikit/qmake.conf
 qt5/mkspecs/common/unix.conf
 qt5/mkspecs/common/watchos.conf
+qt5/mkspecs/common/windows-vulkan.conf
 qt5/mkspecs/common/winrt_winphone/assets/logo_150x150.png
 qt5/mkspecs/common/winrt_winphone/assets/logo_30x30.png
 qt5/mkspecs/common/winrt_winphone/assets/logo_310x150.png
@@ -2748,6 +2794,8 @@ qt5/mkspecs/devices/linux-snowball-g++/qmake.conf
 qt5/mkspecs/devices/linux-snowball-g++/qplatformdefs.h
 qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf
 qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-tinkerboard-g++/qmake.conf
+qt5/mkspecs/devices/linux-tinkerboard-g++/qplatformdefs.h
 qt5/mkspecs/devices/qmake.conf
 qt5/mkspecs/dummy/qmake.conf
 qt5/mkspecs/features/android/android.prf
@@ -2796,6 +2844,7 @@ qt5/mkspecs/features/link_ltcg.prf
 qt5/mkspecs/features/link_pkgconfig.prf
 qt5/mkspecs/features/ltcg.prf
 qt5/mkspecs/features/mac/asset_catalogs.prf
+qt5/mkspecs/features/mac/mac.prf
 qt5/mkspecs/features/mac/objective_c.prf
 qt5/mkspecs/features/mac/rez.prf
 qt5/mkspecs/features/mac/sdk.prf
@@ -2857,7 +2906,7 @@ qt5/mkspecs/features/uikit/bitcode.prf
 qt5/mkspecs/features/uikit/default_post.prf
 qt5/mkspecs/features/uikit/default_pre.prf
 qt5/mkspecs/features/uikit/device_destinations.sh
-qt5/mkspecs/features/uikit/devices.pl
+qt5/mkspecs/features/uikit/devices.py
 qt5/mkspecs/features/uikit/exclusive_builds_post.prf
 qt5/mkspecs/features/uikit/qt.prf
 qt5/mkspecs/features/uikit/qt_parts.prf
@@ -2865,6 +2914,7 @@ qt5/mkspecs/features/uikit/resolve_config.prf
 qt5/mkspecs/features/uikit/sdk.prf
 qt5/mkspecs/features/uikit/testcase.prf
 qt5/mkspecs/features/uikit/testcase_targets.prf
+qt5/mkspecs/features/uikit/watchos_coretext.prf
 qt5/mkspecs/features/uikit/xcodebuild.mk
 qt5/mkspecs/features/uikit/xcodebuild.prf
 qt5/mkspecs/features/unix/bsymbolic_functions.prf
@@ -2936,6 +2986,8 @@ qt5/mkspecs/linux-icc-32/qmake.conf
 qt5/mkspecs/linux-icc-32/qplatformdefs.h
 qt5/mkspecs/linux-icc-64/qmake.conf
 qt5/mkspecs/linux-icc-64/qplatformdefs.h
+qt5/mkspecs/linux-icc-k1om/qmake.conf
+qt5/mkspecs/linux-icc-k1om/qplatformdefs.h
 qt5/mkspecs/linux-icc/qmake.conf
 qt5/mkspecs/linux-icc/qplatformdefs.h
 qt5/mkspecs/linux-llvm/qmake.conf
@@ -2989,6 +3041,7 @@ qt5/mkspecs/modules/qt_lib_core_private.pri
 qt5/mkspecs/modules/qt_lib_dbus.pri
 qt5/mkspecs/modules/qt_lib_dbus_private.pri
 qt5/mkspecs/modules/qt_lib_devicediscovery_support_private.pri
+qt5/mkspecs/modules/qt_lib_edid_support_private.pri
 ${PLIST.egl}qt5/mkspecs/modules/qt_lib_egl_support_private.pri
 ${PLIST.egl}qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri
 ${PLIST.egl}qt5/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri
@@ -3070,6 +3123,8 @@ qt5/mkspecs/win32-clang-msvc/qmake.conf
 qt5/mkspecs/win32-clang-msvc/qplatformdefs.h
 qt5/mkspecs/win32-g++/qmake.conf
 qt5/mkspecs/win32-g++/qplatformdefs.h
+qt5/mkspecs/win32-icc-k1om/qmake.conf
+qt5/mkspecs/win32-icc-k1om/qplatformdefs.h
 qt5/mkspecs/win32-icc/qmake.conf
 qt5/mkspecs/win32-icc/qplatformdefs.h
 qt5/mkspecs/win32-msvc/qmake.conf
@@ -3106,5 +3161,6 @@ ${PLIST.unix}qt5/plugins/platforms/libqxcb.so
 ${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.a
 ${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.prl
 qt5/plugins/sqldrivers/libqsqlite.so
+qt5/plugins/styles/libqmacstyle.so
 ${PLIST.egl}qt5/plugins/xcbglintegrations/libqxcb-egl-integration.so
 ${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
diff --git a/qt5-qtbase/PLIST.Darwin b/qt5-qtbase/PLIST.Darwin
index 11fa723ecb..3865916f2d 100644
--- a/qt5-qtbase/PLIST.Darwin
+++ b/qt5-qtbase/PLIST.Darwin
@@ -1,9 +1,4 @@
 @comment $NetBSD$
-qt5/include/QtCglSupport/${PKGVERSION}/QtCglSupport/private/cglconvenience_p.h
-qt5/include/QtCglSupport/QtCglSupport
-qt5/include/QtCglSupport/QtCglSupportDepends
-qt5/include/QtCglSupport/QtCglSupportVersion
-qt5/include/QtCglSupport/qtcglsupportversion.h
 qt5/include/QtClipboardSupport/${PKGVERSION}/QtClipboardSupport/private/qmacmime_p.h
 qt5/include/QtClipboardSupport/QtClipboardSupport
 qt5/include/QtClipboardSupport/QtClipboardSupportDepends
@@ -17,13 +12,10 @@ qt5/include/QtGraphicsSupport/qtgraphicssupportversion.h
 qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake
 qt5/lib/cmake/Qt5Network/Qt5Network_QCoreWlanEnginePlugin.cmake
 qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake
-qt5/lib/libQt5CglSupport.a
-qt5/lib/libQt5CglSupport.prl
 qt5/lib/libQt5ClipboardSupport.a
 qt5/lib/libQt5ClipboardSupport.prl
 qt5/lib/libQt5GraphicsSupport.a
 qt5/lib/libQt5GraphicsSupport.prl
-qt5/mkspecs/modules/qt_lib_cgl_support_private.pri
 qt5/mkspecs/modules/qt_lib_clipboard_support_private.pri
 qt5/mkspecs/modules/qt_lib_graphics_support_private.pri
 qt5/plugins/bearer/libqcorewlanbearer.so
diff --git a/qt5-qtbase/distinfo b/qt5-qtbase/distinfo
index 1c174a9456..4b13784a7d 100644
--- a/qt5-qtbase/distinfo
+++ b/qt5-qtbase/distinfo
@@ -1,14 +1,14 @@
 $NetBSD$
 
-SHA1 (qtbase-opensource-src-5.9.3.tar.xz) = ccf98c742699e0d39798748777fd438128c15fe4
-RMD160 (qtbase-opensource-src-5.9.3.tar.xz) = 9b7edd7badceb34deeb7df2c1afad3ed02475e62
-SHA512 (qtbase-opensource-src-5.9.3.tar.xz) = 256ffb8760e94c0f87790ed35e210d0c9613e14314ff442dd763cc93fbd5caa6c11c95f5d44b12a7687fb93c9f857878132cf6d76e5933f647ca7beb54b18c7c
-Size (qtbase-opensource-src-5.9.3.tar.xz) = 45160080 bytes
+SHA1 (qtbase-everywhere-src-5.10.0.tar.xz) = 34fa3d4e7bb2b1545247a616190efaf74804db49
+RMD160 (qtbase-everywhere-src-5.10.0.tar.xz) = d6f9ab8526ebe50791b9b948930806dc8b3be73b
+SHA512 (qtbase-everywhere-src-5.10.0.tar.xz) = 8f832fb7bc5087df4b897cd23145e5350f03ca06e2fc5ccb11a7b998e4885c1b936c3e4b989c15fc076134a6a081a35efa37f402b5e8b85e2c780006641b2cdc
+Size (qtbase-everywhere-src-5.10.0.tar.xz) = 45851596 bytes
 SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = ffd0107d57e308aa83a780818756c9a538efc591
 SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
 SHA1 (patch-mkspecs_features_create__cmake.prf) = 3f6b3a592e29f5529e5c87dbac036c165470eac4
 SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
-SHA1 (patch-qmake_Makefile.unix) = 4987b38d12cc14ca60fcba4b9e5aa3c62e600806
+SHA1 (patch-qmake_Makefile.unix) = ec1af3d76dc5bd0b7b1d375ceeebbd016b6f555f
 SHA1 (patch-qmake_generators_makefile.cpp) = 26366f21108534a321d9d7c7f87066e9acf7d981
 SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = f0a4fdd304af2ee6c1b63022ccfcebd2640f0fcb
 SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = 4387447f0f23f0f8c623c0c019ab632bc1cb5617
diff --git a/qt5-qtbase/files/qmake.conf b/qt5-qtbase/files/qmake.conf
index 75f05a0547..7ea283302a 100644
--- a/qt5-qtbase/files/qmake.conf
+++ b/qt5-qtbase/files/qmake.conf
@@ -15,6 +15,7 @@ QMAKE_COMPILER		= @CC@
 QMAKE_CC		= @CC@
 QMAKE_CXX		= @CXX@
 QMAKE_CFLAGS		= @CFLAGS@
+QMAKE_CXXFLAGS		= @CXXFLAGS@
 QMAKE_LEX		= @LEX@
 QMAKE_YACC		= @YACC@
 
diff --git a/qt5-qtbase/files/qmake.conf.mac b/qt5-qtbase/files/qmake.conf.mac
index f0116be412..8b2b616a32 100644
--- a/qt5-qtbase/files/qmake.conf.mac
+++ b/qt5-qtbase/files/qmake.conf.mac
@@ -21,6 +21,7 @@ QMAKE_COMPILER		= @CC@
 QMAKE_CC		= @CC@
 QMAKE_CXX		= @CXX@
 QMAKE_CFLAGS		= @CFLAGS@
+QMAKE_CXXFLAGS		= @CXXFLAGS@
 QMAKE_LEX		= @LEX@
 QMAKE_YACC		= @YACC@
 
diff --git a/qt5-qtbase/patches/patch-qmake_Makefile.unix b/qt5-qtbase/patches/patch-qmake_Makefile.unix
index 983a362371..19acbfe1ed 100644
--- a/qt5-qtbase/patches/patch-qmake_Makefile.unix
+++ b/qt5-qtbase/patches/patch-qmake_Makefile.unix
@@ -2,31 +2,25 @@ $NetBSD: patch-qmake_Makefile.unix,v 1.3 2017/07/11 10:52:41 wiz Exp $
 
 Pass environmental variables from pkgsrc
 
---- qmake/Makefile.unix.orig	2017-01-18 14:20:58.000000000 +0000
+--- qmake/Makefile.unix.orig	2017-11-30 13:49:46.000000000 +0000
 +++ qmake/Makefile.unix
-@@ -94,7 +95,7 @@ DEPEND_SRC = \
- 	   $(SOURCE_PATH)/src/corelib/json/qjsonvalue.cpp \
- 	   $(QTSRCS) $(QTSRCS2)
+@@ -130,7 +130,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$(QMKSRC)/generators -I$(QMKSRC)/generators/unix -I$(QMKSRC)/generators/win32 \
- 	   -I$(QMKSRC)/generators/mac \
+ 	   -I$(QMKSRC) -I$(QMKLIBSRC) -I$(QMKGENSRC) \
+ 	   -I$(QMKGENSRC)/unix -I$(QMKGENSRC)/win32 -I$(QMKGENSRC)/mac \
  	   -I$(INC_PATH) -I$(INC_PATH)/QtCore \
-@@ -106,7 +107,7 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
-            -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL \
-            -DQT_NO_FOREACH
+@@ -141,8 +141,8 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
+ 	   -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL \
+ 	   -DQT_NO_FOREACH
  
 -CXXFLAGS = $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS)
+-LFLAGS = $(EXTRA_LFLAGS) $(CONFIG_LFLAGS)
 +CXXFLAGS += $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS)
- LFLAGS = $(EXTRA_LFLAGS) $(CONFIG_LFLAGS)
++LFLAGS = $(LDFLAGS) $(EXTRA_LFLAGS) $(CONFIG_LFLAGS)
  
  first all: $(BUILD_PATH)/bin/qmake$(EXEEXT)
  qmake: $(BUILD_PATH)/bin/qmake$(EXEEXT)
- 
- $(BUILD_PATH)/bin/qmake$(EXEEXT): $(OBJS) $(QOBJS)
--	$(CXX) -o "$@" $(OBJS) $(QOBJS) $(LFLAGS)
-+	$(CXX) -o "$@" $(OBJS) $(QOBJS) $(LFLAGS) $(LDFLAGS)
- 
- Makefile: $(SOURCE_PATH)/qmake/Makefile.unix
- 	@echo "Out of date, please rerun configure"
diff --git a/qt5-qtdeclarative/Makefile b/qt5-qtdeclarative/Makefile
index 14d23a2e66..081cb7ddb3 100644
--- a/qt5-qtdeclarative/Makefile
+++ b/qt5-qtdeclarative/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.21 2017/04/22 21:03:21 adam Exp $
 
-DISTNAME=	qtdeclarative-opensource-src-${QTVERSION}
+DISTNAME=	qtdeclarative-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtdeclarative-${QTVERSION}
 COMMENT=	Qt5 module for declarative framework
 
diff --git a/qt5-qtdeclarative/PLIST b/qt5-qtdeclarative/PLIST
index aaf618fccf..5b2841ccc8 100644
--- a/qt5-qtdeclarative/PLIST
+++ b/qt5-qtdeclarative/PLIST
@@ -214,6 +214,7 @@ qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv4util_p.h
 qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv4value_p.h
 qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv4variantobject_p.h
 qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv4vme_moth_p.h
+qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv4writebarrier_p.h
 qt5/include/QtQml/${PKGVERSION}/QtQml/private/qv8engine_p.h
 qt5/include/QtQml/QJSEngine
 qt5/include/QtQml/QJSValue
@@ -330,6 +331,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportpropertyc
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportstates_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignerwindowmanager_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdrag_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdraghandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdroparea_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickevents_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickflickable_p.h
@@ -342,6 +344,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickfontmetrics_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
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickhandlersmodule_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickimage_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickimage_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickimagebase_p.h
@@ -361,6 +364,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickloader_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickloader_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickmousearea_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickmousearea_p_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickmultipointhandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickmultipointtoucharea_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickopenglinfo_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickopenglshadereffect_p.h
@@ -373,7 +377,11 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpathview_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpathview_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpincharea_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpincharea_p_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpinchhandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpixmapcache_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpointerdevicehandler_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpointerhandler_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpointhandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpositioners_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickpositioners_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickprofiler_p.h
@@ -389,6 +397,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffect_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffectmesh_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffectsource_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshortcut_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicksinglepointhandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicksmoothedanimation_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicksmoothedanimation_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickspringanimation_p.h
@@ -404,6 +413,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickstateoperations_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickstyledtext_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicksvgparser_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicksystempalette_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktaphandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktext_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktext_p_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qquicktextcontrol_p.h
@@ -455,12 +465,12 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgdefaultspritenode_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgdepthstencilbuffer_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgdistancefieldglyphnode_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgdistancefieldglyphnode_p_p.h
-qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgdistancefieldutil_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgengine_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsggeometry_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgmaterialshader_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgnode_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgnodeupdater_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgpkmhandler_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrenderer_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrenderloop_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgrendernode_p.h
@@ -484,6 +494,7 @@ qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgsoftwarespritenode_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgsoftwarethreadedrenderloop_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgtexture_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgtexturematerial_p.h
+qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgtexturereader_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgthreadedrenderloop_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qsgwindowsrenderloop_p.h
 qt5/include/QtQuick/${PKGVERSION}/QtQuick/private/qtquick-config_p.h
@@ -698,6 +709,8 @@ qt5/plugins/qmltooling/libqmldbg_tcp.so
 qt5/qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so
 qt5/qml/Qt/labs/folderlistmodel/plugins.qmltypes
 qt5/qml/Qt/labs/folderlistmodel/qmldir
+qt5/qml/Qt/labs/handlers/libhandlersplugin.so
+qt5/qml/Qt/labs/handlers/qmldir
 qt5/qml/Qt/labs/settings/libqmlsettingsplugin.so
 qt5/qml/Qt/labs/settings/plugins.qmltypes
 qt5/qml/Qt/labs/settings/qmldir
@@ -723,6 +736,9 @@ qt5/qml/QtQuick/LocalStorage/qmldir
 qt5/qml/QtQuick/Particles.2/libparticlesplugin.so
 qt5/qml/QtQuick/Particles.2/plugins.qmltypes
 qt5/qml/QtQuick/Particles.2/qmldir
+qt5/qml/QtQuick/Shapes/libqmlshapesplugin.so
+qt5/qml/QtQuick/Shapes/plugins.qmltypes
+qt5/qml/QtQuick/Shapes/qmldir
 qt5/qml/QtQuick/Window.2/libwindowplugin.so
 qt5/qml/QtQuick/Window.2/plugins.qmltypes
 qt5/qml/QtQuick/Window.2/qmldir
diff --git a/qt5-qtdeclarative/distinfo b/qt5-qtdeclarative/distinfo
index 4c34abda9d..cd73228605 100644
--- a/qt5-qtdeclarative/distinfo
+++ b/qt5-qtdeclarative/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.4 2016/01/28 16:58:18 fhajny Exp $
 
-SHA1 (qtdeclarative-opensource-src-5.9.3.tar.xz) = c748a8acc5ce0aa8cefbf6558cbde7b457265a07
-RMD160 (qtdeclarative-opensource-src-5.9.3.tar.xz) = d6568c002df20b6e7c72c8b56506c5677c0ed485
-SHA512 (qtdeclarative-opensource-src-5.9.3.tar.xz) = 933caf5848437cde45b4bbf0c70b6cafbc690657c651508b28138b2f90d2f823f4842bc709f4726e2c88d3913a92240b0dcd9248d83af0d06d7127b9a8211b24
-Size (qtdeclarative-opensource-src-5.9.3.tar.xz) = 21443328 bytes
+SHA1 (qtdeclarative-everywhere-src-5.10.0.tar.xz) = bdfa91e5ec2d959f6fcdc0af757b18d10b55fd87
+RMD160 (qtdeclarative-everywhere-src-5.10.0.tar.xz) = 31620cce613a92d6933c827bd4759443cacb5a39
+SHA512 (qtdeclarative-everywhere-src-5.10.0.tar.xz) = 190183d060b987db37ffef10cf348401753a1bb8c282a6ef364153f9fb6876f8b2b9373d52e8a40cf86dd62af4396db015506ba8387d813b9f3ff6f2d88252a0
+Size (qtdeclarative-everywhere-src-5.10.0.tar.xz) = 21875096 bytes
 SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a
 SHA1 (patch-src_3rdparty_masm_assembler_ARMAssembler.h) = fbcbe9e0fd3514d95f54a858223b20bb34f52bb2
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
diff --git a/qt5-qtdoc/Makefile b/qt5-qtdoc/Makefile
index 3e6af0bb3b..eefbc38960 100644
--- a/qt5-qtdoc/Makefile
+++ b/qt5-qtdoc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/04/22 21:04:05 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtdoc-opensource-src-${QTVERSION}
+DISTNAME=	qtdoc-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtdoc-${QTVERSION}
 COMMENT=	Qt5 documentations
 
diff --git a/qt5-qtdoc/PLIST b/qt5-qtdoc/PLIST
index e44388e979..f9aafa0db3 100644
--- a/qt5-qtdoc/PLIST
+++ b/qt5-qtdoc/PLIST
@@ -171,6 +171,7 @@ qt5/doc/qtdoc/modules-qml.html
 qt5/doc/qtdoc/modules.html
 qt5/doc/qtdoc/namespaces.html
 qt5/doc/qtdoc/newclasses51.html
+qt5/doc/qtdoc/newclasses510.html
 qt5/doc/qtdoc/newclasses52.html
 qt5/doc/qtdoc/newclasses53.html
 qt5/doc/qtdoc/newclasses54.html
@@ -287,6 +288,7 @@ qt5/doc/qtdoc/unix-signals.html
 qt5/doc/qtdoc/vxworks.html
 qt5/doc/qtdoc/whatsnew50.html
 qt5/doc/qtdoc/whatsnew51.html
+qt5/doc/qtdoc/whatsnew510.html
 qt5/doc/qtdoc/whatsnew52.html
 qt5/doc/qtdoc/whatsnew53.html
 qt5/doc/qtdoc/whatsnew54.html
diff --git a/qt5-qtdoc/distinfo b/qt5-qtdoc/distinfo
index 79b24b4a8f..7937381451 100644
--- a/qt5-qtdoc/distinfo
+++ b/qt5-qtdoc/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:03:59 adam Exp $
 
-SHA1 (qtdoc-opensource-src-5.9.3.tar.xz) = 6ac6c3873b255bd9affaf848ee86ed7657f3bf36
-RMD160 (qtdoc-opensource-src-5.9.3.tar.xz) = 7d1f9d513ccc2239d0e0ab296d28d8cf2a4deb77
-SHA512 (qtdoc-opensource-src-5.9.3.tar.xz) = ebe6bffc641c5c46d5467ba608cfd414bcf614d1f5ed7ff0e64032b93e83ef970b599d084c6e94a2b48bfa288857652a94cf3aae3b6cdd12c3f17b2b1c4d8f6f
-Size (qtdoc-opensource-src-5.9.3.tar.xz) = 2893496 bytes
+SHA1 (qtdoc-everywhere-src-5.10.0.tar.xz) = f607351c30c93c53d6a846e9a17d7786622e275d
+RMD160 (qtdoc-everywhere-src-5.10.0.tar.xz) = 304a217c9b6c43e523d6c2cad774f5231d443c5a
+SHA512 (qtdoc-everywhere-src-5.10.0.tar.xz) = 2c2162785abf14ef7dca6b627ed6a07378a21b6f9f8473c943e2f7bb0f3d3c4baa1f5a4024fd3f15f8b60fba25130a1ce40faf602847e4a0362e7a94c6a852ff
+Size (qtdoc-everywhere-src-5.10.0.tar.xz) = 4580388 bytes
diff --git a/qt5-qtgraphicaleffects/Makefile b/qt5-qtgraphicaleffects/Makefile
index 7e71e48804..e66f21ab97 100644
--- a/qt5-qtgraphicaleffects/Makefile
+++ b/qt5-qtgraphicaleffects/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/04/22 21:04:05 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtgraphicaleffects-opensource-src-${QTVERSION}
+DISTNAME=	qtgraphicaleffects-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtgraphicaleffects-${QTVERSION}
 COMMENT=	Qt5 module for Graphics effects
 
diff --git a/qt5-qtgraphicaleffects/distinfo b/qt5-qtgraphicaleffects/distinfo
index ba64fcac5c..e951204213 100644
--- a/qt5-qtgraphicaleffects/distinfo
+++ b/qt5-qtgraphicaleffects/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:03:59 adam Exp $
 
-SHA1 (qtgraphicaleffects-opensource-src-5.9.3.tar.xz) = 6d417bc3a1f815bad1bc5f69bc286151337c5375
-RMD160 (qtgraphicaleffects-opensource-src-5.9.3.tar.xz) = 5fcd3418a6eded9a05915588e379ceccc2795bca
-SHA512 (qtgraphicaleffects-opensource-src-5.9.3.tar.xz) = 4695f91b03feba279e62653d5794e175d436c40e1a0acbfd1e3caab9473830f3583dd2a9821f2fd0e0b7d354ad6ae8dd486eb95893118caaf1518cdc64f7a03d
-Size (qtgraphicaleffects-opensource-src-5.9.3.tar.xz) = 14480348 bytes
+SHA1 (qtgraphicaleffects-everywhere-src-5.10.0.tar.xz) = 874c2aad84b4ba23d30a2b8b4597a42feef8a2f0
+RMD160 (qtgraphicaleffects-everywhere-src-5.10.0.tar.xz) = b4aeade2f04fcad002612cdcc862a100a8e04a77
+SHA512 (qtgraphicaleffects-everywhere-src-5.10.0.tar.xz) = 40b4b40eb41c2ebf114b38cb1f628c30fb062ad614647a538f3fb03308b6ecff9937426fea94ee8e1c7d4eb3ec100e9df731de751e11a95790337e55b40dea00
+Size (qtgraphicaleffects-everywhere-src-5.10.0.tar.xz) = 14513884 bytes
diff --git a/qt5-qtimageformats/Makefile b/qt5-qtimageformats/Makefile
index 9c26980895..4bb2ae529d 100644
--- a/qt5-qtimageformats/Makefile
+++ b/qt5-qtimageformats/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2017/04/22 21:03:21 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtimageformats-opensource-src-${QTVERSION}
+DISTNAME=	qtimageformats-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtimageformats-${QTVERSION}
 COMMENT=	Qt5 module for Image formats
 
diff --git a/qt5-qtimageformats/distinfo b/qt5-qtimageformats/distinfo
index 0c82b0634f..f585fb650a 100644
--- a/qt5-qtimageformats/distinfo
+++ b/qt5-qtimageformats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:03:59 adam Exp $
 
-SHA1 (qtimageformats-opensource-src-5.9.3.tar.xz) = b291f8619376eadff7092b1c6307093d420cd525
-RMD160 (qtimageformats-opensource-src-5.9.3.tar.xz) = db72800e2126f5b2013f3dd4d01d0066379705c8
-SHA512 (qtimageformats-opensource-src-5.9.3.tar.xz) = 521c805635084fba3746ee86ac7dfc94d2446114dd76aecad6a6f0cb97f49e443f078f2e0439a10a9d3d5fcd285136959b740707fb8d7776b0450f964950a864
-Size (qtimageformats-opensource-src-5.9.3.tar.xz) = 2102504 bytes
+SHA1 (qtimageformats-everywhere-src-5.10.0.tar.xz) = 2a40e0e85de175bc5d06ca17ee5bdbef817a3813
+RMD160 (qtimageformats-everywhere-src-5.10.0.tar.xz) = aa80332b81c908c8b04f39b654b3cd2575bf0848
+SHA512 (qtimageformats-everywhere-src-5.10.0.tar.xz) = cff0fdcb8ea97da343dba89cc186bc03981f1ed66cd5420dbcdc7b4dd438cc52079fcc4fda72222ed42741825626be3fe47454e67a84805476001a506b602f20
+Size (qtimageformats-everywhere-src-5.10.0.tar.xz) = 2136484 bytes
diff --git a/qt5-qtlocation/Makefile b/qt5-qtlocation/Makefile
index 393c02ddf9..73c3c4ca14 100644
--- a/qt5-qtlocation/Makefile
+++ b/qt5-qtlocation/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.19 2017/04/22 21:03:21 adam Exp $
 
-DISTNAME=	qtlocation-opensource-src-${QTVERSION}
+DISTNAME=	qtlocation-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtlocation-${QTVERSION}
 COMMENT=	Qt5 module for qtlocation
 
diff --git a/qt5-qtlocation/PLIST b/qt5-qtlocation/PLIST
index 5b8d154c13..c412f87b8f 100644
--- a/qt5-qtlocation/PLIST
+++ b/qt5-qtlocation/PLIST
@@ -220,6 +220,8 @@ qt5/include/QtPositioning/QGeoCircle
 qt5/include/QtPositioning/QGeoCoordinate
 qt5/include/QtPositioning/QGeoLocation
 qt5/include/QtPositioning/QGeoPath
+qt5/include/QtPositioning/QGeoPolygon
+qt5/include/QtPositioning/QGeoPolygonPrivate
 qt5/include/QtPositioning/QGeoPositionInfo
 qt5/include/QtPositioning/QGeoPositionInfoSource
 qt5/include/QtPositioning/QGeoPositionInfoSourceFactory
@@ -238,6 +240,7 @@ qt5/include/QtPositioning/qgeocircle.h
 qt5/include/QtPositioning/qgeocoordinate.h
 qt5/include/QtPositioning/qgeolocation.h
 qt5/include/QtPositioning/qgeopath.h
+qt5/include/QtPositioning/qgeopolygon.h
 qt5/include/QtPositioning/qgeopositioninfo.h
 qt5/include/QtPositioning/qgeopositioninfosource.h
 qt5/include/QtPositioning/qgeopositioninfosourcefactory.h
@@ -254,6 +257,7 @@ qt5/lib/cmake/Qt5Location/Qt5LocationConfigVersion.cmake
 qt5/lib/cmake/Qt5Location/Qt5Location_GeoServiceProviderFactoryEsri.cmake
 qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryItemsOverlay.cmake
 qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryMapbox.cmake
+qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryMapboxGL.cmake
 qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryNokia.cmake
 qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryOsm.cmake
 qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfig.cmake
@@ -279,6 +283,7 @@ qt5/mkspecs/modules/qt_lib_positioning_private.pri
 qt5/plugins/geoservices/libqtgeoservices_esri.so
 qt5/plugins/geoservices/libqtgeoservices_itemsoverlay.so
 qt5/plugins/geoservices/libqtgeoservices_mapbox.so
+qt5/plugins/geoservices/libqtgeoservices_mapboxgl.so
 qt5/plugins/geoservices/libqtgeoservices_nokia.so
 qt5/plugins/geoservices/libqtgeoservices_osm.so
 qt5/plugins/position/libqtposition_geoclue.so
diff --git a/qt5-qtlocation/distinfo b/qt5-qtlocation/distinfo
index 6ea4ce2586..534af93e54 100644
--- a/qt5-qtlocation/distinfo
+++ b/qt5-qtlocation/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtlocation-opensource-src-5.9.3.tar.xz) = df0e568a2817f770572ef008e708f32cf12852d6
-RMD160 (qtlocation-opensource-src-5.9.3.tar.xz) = d536bdd5a71c9161203a3798613cde95a249df3f
-SHA512 (qtlocation-opensource-src-5.9.3.tar.xz) = 11bf2c6000fc2db92dc857cc6f271e7ff19f500fde14520678e9af57fac41debde4c4b937dbab4fe1f7d5744e1bd0fc25ea32fceecf97d32cecdbbc8e2105373
-Size (qtlocation-opensource-src-5.9.3.tar.xz) = 5374552 bytes
+SHA1 (qtlocation-everywhere-src-5.10.0.tar.xz) = 69c86cd5c1fdcf039e5a65b12f969c167f78d85f
+RMD160 (qtlocation-everywhere-src-5.10.0.tar.xz) = 0a76830417abf3fd8022f2bdd4c7df6ba5e5481b
+SHA512 (qtlocation-everywhere-src-5.10.0.tar.xz) = 0a5eb72b8d60962a76b2c0cc699308586f3d0febce956e3a6edbcf808a3d752f66c05ee84a4b3a6547415ddc4e49b712fc375e57cf4aa5bd260b7f4955ee9791
+Size (qtlocation-everywhere-src-5.10.0.tar.xz) = 5435368 bytes
diff --git a/qt5-qtmacextras/Makefile b/qt5-qtmacextras/Makefile
index 5314e8d7c3..339d53e06c 100644
--- a/qt5-qtmacextras/Makefile
+++ b/qt5-qtmacextras/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/04/22 21:03:21 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtmacextras-opensource-src-${QTVERSION}
+DISTNAME=	qtmacextras-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtmacextras-${QTVERSION}
 COMMENT=	Qt5 module for Mac extras
 
diff --git a/qt5-qtmacextras/distinfo b/qt5-qtmacextras/distinfo
index bd840100cb..22be88022c 100644
--- a/qt5-qtmacextras/distinfo
+++ b/qt5-qtmacextras/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtmacextras-opensource-src-5.9.3.tar.xz) = 9f588e873be0fee1afa305079133806c7cd9045b
-RMD160 (qtmacextras-opensource-src-5.9.3.tar.xz) = 9b0423181feab8f7f0235386f1b23d46e47e2f2a
-SHA512 (qtmacextras-opensource-src-5.9.3.tar.xz) = 5fd92cec8d46d3073fa08d0ac1fbefaac47d9c7add3de23f5e9194ca09e774977efaea4aac2549f0fcaaae1b552f15ec27880225ecf374a7fd33dfdc317634d3
-Size (qtmacextras-opensource-src-5.9.3.tar.xz) = 48536 bytes
+SHA1 (qtmacextras-everywhere-src-5.10.0.tar.xz) = 2b97b2c9dc20b77edfcab03d41478c76917b1dc0
+RMD160 (qtmacextras-everywhere-src-5.10.0.tar.xz) = 8a048bd355e769d449050e3b532316eb317d6a1d
+SHA512 (qtmacextras-everywhere-src-5.10.0.tar.xz) = d285d27d90caffed0e74ddad8ab328220c7ff480e87aab8ecbdd200aa6d74d6326a098308c509ca0b733aa09a3b85067046b2f44fa26fee7548f43fa0fad82e2
+Size (qtmacextras-everywhere-src-5.10.0.tar.xz) = 69004 bytes
diff --git a/qt5-qtmultimedia/Makefile b/qt5-qtmultimedia/Makefile
index 7fb5146e31..11c97bc5ae 100644
--- a/qt5-qtmultimedia/Makefile
+++ b/qt5-qtmultimedia/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.32 2017/04/22 21:03:21 adam Exp $
 
-DISTNAME=	qtmultimedia-opensource-src-${QTVERSION}
+DISTNAME=	qtmultimedia-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtmultimedia-${QTVERSION}
 COMMENT=	Qt5 module for multimedia
 
diff --git a/qt5-qtmultimedia/PLIST b/qt5-qtmultimedia/PLIST
index aed4728ac1..9866f1f579 100644
--- a/qt5-qtmultimedia/PLIST
+++ b/qt5-qtmultimedia/PLIST
@@ -27,6 +27,7 @@ qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideorende
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideorendererinterface_p.h
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideowidget_p.h
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideowindow_p.h
+qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgsttools_global_p.h
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstutils_p.h
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstvideobuffer_p.h
 qt5/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstvideorendererplugin_p.h
@@ -249,15 +250,15 @@ qt5/include/QtMultimedia/qvideoprobe.h
 qt5/include/QtMultimedia/qvideorenderercontrol.h
 qt5/include/QtMultimedia/qvideosurfaceformat.h
 qt5/include/QtMultimedia/qvideowindowcontrol.h
-qt5/include/QtMultimediaQuick_p/${PKGVERSION}/QtMultimediaQuick_p/private/qdeclarativevideooutput_render_p.h
-qt5/include/QtMultimediaQuick_p/${PKGVERSION}/QtMultimediaQuick_p/private/qdeclarativevideooutput_window_p.h
-qt5/include/QtMultimediaQuick_p/${PKGVERSION}/QtMultimediaQuick_p/private/qsgvideonode_rgb_p.h
-qt5/include/QtMultimediaQuick_p/${PKGVERSION}/QtMultimediaQuick_p/private/qsgvideonode_texture_p.h
-qt5/include/QtMultimediaQuick_p/${PKGVERSION}/QtMultimediaQuick_p/private/qsgvideonode_yuv_p.h
-qt5/include/QtMultimediaQuick_p/QtMultimediaQuick_p
-qt5/include/QtMultimediaQuick_p/QtMultimediaQuick_pDepends
-qt5/include/QtMultimediaQuick_p/QtMultimediaQuick_pVersion
-qt5/include/QtMultimediaQuick_p/qtmultimediaquick_pversion.h
+qt5/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qdeclarativevideooutput_render_p.h
+qt5/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qdeclarativevideooutput_window_p.h
+qt5/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qsgvideonode_rgb_p.h
+qt5/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qsgvideonode_texture_p.h
+qt5/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qsgvideonode_yuv_p.h
+qt5/include/QtMultimediaQuick/QtMultimediaQuick
+qt5/include/QtMultimediaQuick/QtMultimediaQuickDepends
+qt5/include/QtMultimediaQuick/QtMultimediaQuickVersion
+qt5/include/QtMultimediaQuick/qtmultimediaquickversion.h
 qt5/include/QtMultimediaWidgets/${PKGVERSION}/QtMultimediaWidgets/private/qpaintervideosurface_p.h
 qt5/include/QtMultimediaWidgets/${PKGVERSION}/QtMultimediaWidgets/private/qvideowidget_p.h
 qt5/include/QtMultimediaWidgets/QCameraViewfinder
@@ -293,7 +294,11 @@ qt5/lib/libQt5Multimedia.so
 qt5/lib/libQt5Multimedia.so.${PKGVERSION}
 qt5/lib/libQt5Multimedia.so.5
 qt5/lib/libQt5Multimedia.so.5.9
-qt5/lib/libQt5MultimediaQuick_p.prl
+qt5/lib/libQt5MultimediaQuick.${PKGVERSION}.so
+qt5/lib/libQt5MultimediaQuick.prl
+qt5/lib/libQt5MultimediaQuick.so
+qt5/lib/libQt5MultimediaQuick.so.5
+qt5/lib/libQt5MultimediaQuick.so.5.10
 qt5/lib/libQt5MultimediaQuick_p.so
 qt5/lib/libQt5MultimediaQuick_p.so.${PKGVERSION}
 qt5/lib/libQt5MultimediaQuick_p.so.5
@@ -303,11 +308,11 @@ qt5/lib/libQt5MultimediaWidgets.so
 qt5/lib/libQt5MultimediaWidgets.so.${PKGVERSION}
 qt5/lib/libQt5MultimediaWidgets.so.5
 qt5/lib/libQt5MultimediaWidgets.so.5.9
+${PLIST.unix}qt5/lib/libqgsttools_p.prl
 ${PLIST.unix}qt5/lib/libqgsttools_p.so
 ${PLIST.unix}qt5/lib/libqgsttools_p.so.1
 ${PLIST.unix}qt5/lib/libqgsttools_p.so.1.0
 ${PLIST.unix}qt5/lib/libqgsttools_p.so.1.0.0
-${PLIST.unix}qt5/lib/libqgsttools_p.prl
 qt5/lib/pkgconfig/Qt5Multimedia.pc
 qt5/lib/pkgconfig/Qt5MultimediaWidgets.pc
 qt5/mkspecs/modules/qt_lib_multimedia.pri
diff --git a/qt5-qtmultimedia/distinfo b/qt5-qtmultimedia/distinfo
index 581e1d09e7..922ae90596 100644
--- a/qt5-qtmultimedia/distinfo
+++ b/qt5-qtmultimedia/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2016/07/16 00:37:44 markd Exp $
 
-SHA1 (qtmultimedia-opensource-src-5.9.3.tar.xz) = 70c1695f31a298fe2807dbeae3f2a2b87ba10542
-RMD160 (qtmultimedia-opensource-src-5.9.3.tar.xz) = 6954e52ef5fcd56a5eaeebd0d5299e272f6e9ab8
-SHA512 (qtmultimedia-opensource-src-5.9.3.tar.xz) = fc00650473ff5eb8f61342e144c97a6988d60b663efee27b58361c705ee482790df2442b58d1f44a069ea95a39b6ed792cff6ee12db848f1738b526e3afbacae
-Size (qtmultimedia-opensource-src-5.9.3.tar.xz) = 3598216 bytes
+SHA1 (qtmultimedia-everywhere-src-5.10.0.tar.xz) = 28717fd66e92dbf7f17ad17aab1344d3609111f1
+RMD160 (qtmultimedia-everywhere-src-5.10.0.tar.xz) = ac464e9289e75bb72134f452d1aaf10db7cfd316
+SHA512 (qtmultimedia-everywhere-src-5.10.0.tar.xz) = 43838d5d09728388d8a4e62aeaea242479b76a1fbe31afbf9260538135e37b15114ef29e13bcd1c7698b0798161e740f79606abf9a475f39f77da379e7b0e98f
+Size (qtmultimedia-everywhere-src-5.10.0.tar.xz) = 3654312 bytes
diff --git a/qt5-qtquickcontrols/Makefile b/qt5-qtquickcontrols/Makefile
index ce3da6d5ea..a095f6cf7b 100644
--- a/qt5-qtquickcontrols/Makefile
+++ b/qt5-qtquickcontrols/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtquickcontrols-opensource-src-${QTVERSION}
+DISTNAME=	qtquickcontrols-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtquickcontrols-${QTVERSION}
 COMMENT=	Qt5 module for QuickControls
 
diff --git a/qt5-qtquickcontrols/distinfo b/qt5-qtquickcontrols/distinfo
index cc00881555..faeb9c5bd8 100644
--- a/qt5-qtquickcontrols/distinfo
+++ b/qt5-qtquickcontrols/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtquickcontrols-opensource-src-5.9.3.tar.xz) = cf6e5b132286701b9890aa09b31369a2aaa0c24d
-RMD160 (qtquickcontrols-opensource-src-5.9.3.tar.xz) = 94962c503a11a466265d3ece2095a79817dbf490
-SHA512 (qtquickcontrols-opensource-src-5.9.3.tar.xz) = dc57c1960e598b81190924e35380bbb14e6696d72bdfa1db3ecca0715f930a53ae61daa7884f4c56af2b6f5896ee3b4b409cdae6192e82e6fa69d49a08b1db06
-Size (qtquickcontrols-opensource-src-5.9.3.tar.xz) = 5946216 bytes
+SHA1 (qtquickcontrols-everywhere-src-5.10.0.tar.xz) = 062509f58a3cf88604fce794c05c7131199e9002
+RMD160 (qtquickcontrols-everywhere-src-5.10.0.tar.xz) = 07b91a62f8887d2007c1432937e1d3d01f7a1da0
+SHA512 (qtquickcontrols-everywhere-src-5.10.0.tar.xz) = 87824d4802581710d6dc23f09c661aaff470a4050ada42be5b75ae88279a50782564a0f7feef059fdce5d50992438ec59417ff42e9258d890d7624855f0d7b70
+Size (qtquickcontrols-everywhere-src-5.10.0.tar.xz) = 5966860 bytes
diff --git a/qt5-qtsensors/Makefile b/qt5-qtsensors/Makefile
index 2852a31ccf..a433fd0358 100644
--- a/qt5-qtsensors/Makefile
+++ b/qt5-qtsensors/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtsensors-opensource-src-${QTVERSION}
+DISTNAME=	qtsensors-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtsensors-${QTVERSION}
 COMMENT=	Qt5 module for Sensors
 
diff --git a/qt5-qtsensors/distinfo b/qt5-qtsensors/distinfo
index 277452b9a8..c5aab487b5 100644
--- a/qt5-qtsensors/distinfo
+++ b/qt5-qtsensors/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtsensors-opensource-src-5.9.3.tar.xz) = def01a52fdc052545fcf1830dc9a758cf666f188
-RMD160 (qtsensors-opensource-src-5.9.3.tar.xz) = 7a0be1311550301be48ad788e66beb649a44f694
-SHA512 (qtsensors-opensource-src-5.9.3.tar.xz) = 848184de2c914c0240f3ecffe96ab267fb24693d16a55c1c757d83af9f282bc6f6c5cd762cb42fc389bc02e301c21a6da7b178260f534db35f0abe277f638ea9
-Size (qtsensors-opensource-src-5.9.3.tar.xz) = 1994812 bytes
+SHA1 (qtsensors-everywhere-src-5.10.0.tar.xz) = a8e6b00851f2061192cbd34216bde7adde0271e6
+RMD160 (qtsensors-everywhere-src-5.10.0.tar.xz) = 540ffd9cc3e87748a30983be9cb27432227eb838
+SHA512 (qtsensors-everywhere-src-5.10.0.tar.xz) = 4cffe6ee7a30dd3ba992648d28a2558e4084326828511a7afd18085a86aad42c6228da2fe19398d04db5943a812d5233d2ff705ab5a3fe3ab9d1170f8a53ee6d
+Size (qtsensors-everywhere-src-5.10.0.tar.xz) = 2015352 bytes
diff --git a/qt5-qtserialport/Makefile b/qt5-qtserialport/Makefile
index f80451357e..b166f10b7f 100644
--- a/qt5-qtserialport/Makefile
+++ b/qt5-qtserialport/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtserialport-opensource-src-${QTVERSION}
+DISTNAME=	qtserialport-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtserialport-${QTVERSION}
 COMMENT=	Qt5 module for Serial Port
 
diff --git a/qt5-qtserialport/PLIST b/qt5-qtserialport/PLIST
index a5fb06f8f1..6e3a1ee90c 100644
--- a/qt5-qtserialport/PLIST
+++ b/qt5-qtserialport/PLIST
@@ -3,6 +3,7 @@ lib/pkgconfig/Qt5SerialPort.pc
 qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialport_p.h
 qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qserialportinfo_p.h
 qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qtudev_p.h
+qt5/include/QtSerialPort/${PKGVERSION}/QtSerialPort/private/qwinoverlappedionotifier_p.h
 qt5/include/QtSerialPort/QSerialPort
 qt5/include/QtSerialPort/QSerialPortInfo
 qt5/include/QtSerialPort/QtSerialPort
@@ -16,9 +17,9 @@ qt5/lib/cmake/Qt5SerialPort/Qt5SerialPortConfig.cmake
 qt5/lib/cmake/Qt5SerialPort/Qt5SerialPortConfigVersion.cmake
 qt5/lib/libQt5SerialPort.prl
 qt5/lib/libQt5SerialPort.so
+qt5/lib/libQt5SerialPort.so.${PKGVERSION}
 qt5/lib/libQt5SerialPort.so.5
 qt5/lib/libQt5SerialPort.so.5.9
-qt5/lib/libQt5SerialPort.so.${PKGVERSION}
 qt5/lib/pkgconfig/Qt5SerialPort.pc
 qt5/mkspecs/modules/qt_lib_serialport.pri
 qt5/mkspecs/modules/qt_lib_serialport_private.pri
diff --git a/qt5-qtserialport/distinfo b/qt5-qtserialport/distinfo
index 94c30d7ebf..116d28bfb4 100644
--- a/qt5-qtserialport/distinfo
+++ b/qt5-qtserialport/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtserialport-opensource-src-5.9.3.tar.xz) = 7919a94be227a9c996c512af8a932f95b28b7b0d
-RMD160 (qtserialport-opensource-src-5.9.3.tar.xz) = b0b3f249b7e46ba0200ec7e41c4654dec026e1aa
-SHA512 (qtserialport-opensource-src-5.9.3.tar.xz) = 40ab6e7f0815f0f2c38062858e185d9a04cdd1bb360f677b7370bd902019346223e8bf7ee34079718bbb36b793ef773ecbb8b2eca5f5f5996c77729d7da77aeb
-Size (qtserialport-opensource-src-5.9.3.tar.xz) = 273152 bytes
+SHA1 (qtserialport-everywhere-src-5.10.0.tar.xz) = 8cd5939fef30022da1cc6a4701cff2253f8f2c36
+RMD160 (qtserialport-everywhere-src-5.10.0.tar.xz) = 4812afa01ccf90d0d45d8c69ae383a2fcdbdeb88
+SHA512 (qtserialport-everywhere-src-5.10.0.tar.xz) = a827dc7b2ed26753b2f960bf22355bd831335411c92f8774dc9ee8d6b74c7efec800623b91f5f1dfca90bc7bb7bc3176c9549e2cdd1f876e916293acf808fcc6
+Size (qtserialport-everywhere-src-5.10.0.tar.xz) = 296036 bytes
diff --git a/qt5-qtsvg/Makefile b/qt5-qtsvg/Makefile
index 7aedc745c2..a7bfb4c273 100644
--- a/qt5-qtsvg/Makefile
+++ b/qt5-qtsvg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtsvg-opensource-src-${QTVERSION}
+DISTNAME=	qtsvg-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtsvg-${QTVERSION}
 COMMENT=	Qt5 module for SVG
 
diff --git a/qt5-qtsvg/distinfo b/qt5-qtsvg/distinfo
index dfdaf26af0..510fc75c58 100644
--- a/qt5-qtsvg/distinfo
+++ b/qt5-qtsvg/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qtsvg-opensource-src-5.9.3.tar.xz) = 0b8dc5ff8a4b926234143ccff6b4df0b465f72a4
-RMD160 (qtsvg-opensource-src-5.9.3.tar.xz) = 9bcb326da2fcf98c41bb70f440f60fcf7f31d996
-SHA512 (qtsvg-opensource-src-5.9.3.tar.xz) = 6612dbac0aed400befa81ce513dd7be133e4d3a1ada77782178aea4b4946730d3059810fb564366c942a26e3b2335679d6470149cedbf6acb00b82a8451a2978
-Size (qtsvg-opensource-src-5.9.3.tar.xz) = 1778224 bytes
+SHA1 (qtsvg-everywhere-src-5.10.0.tar.xz) = c76bc70079d865c42c0b4f6f82c8578354b393d9
+RMD160 (qtsvg-everywhere-src-5.10.0.tar.xz) = 3b14b32963d5aab1764ed3d96e408129261a2119
+SHA512 (qtsvg-everywhere-src-5.10.0.tar.xz) = 6103015629da60d1bd424a86dbfa88ac955151e2d6883abafcb14a8f6a405397e61855f15c41527549b1dbe89376df6753b3a6919717d2948215eb86843f0b13
+Size (qtsvg-everywhere-src-5.10.0.tar.xz) = 1797828 bytes
diff --git a/qt5-qttools/Makefile b/qt5-qttools/Makefile
index e3f4ad2198..89f1b0052b 100644
--- a/qt5-qttools/Makefile
+++ b/qt5-qttools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qttools-opensource-src-${QTVERSION}
+DISTNAME=	qttools-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qttools-${QTVERSION}
 COMMENT=	Qt5 tools
 
diff --git a/qt5-qttools/PLIST b/qt5-qttools/PLIST
index 78ecdb2990..30e232c0c8 100644
--- a/qt5-qttools/PLIST
+++ b/qt5-qttools/PLIST
@@ -99,6 +99,7 @@ qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/qtresourceview_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/rcc_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/resourcebuilder_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/richtexteditor_p.h
+qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/selectsignaldialog_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/shared_enums_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/shared_global_p.h
 qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/shared_settings_p.h
@@ -267,19 +268,19 @@ qt5/lib/cmake/Qt5UiTools/Qt5UiToolsConfig.cmake
 qt5/lib/cmake/Qt5UiTools/Qt5UiToolsConfigVersion.cmake
 qt5/lib/libQt5Designer.prl
 qt5/lib/libQt5Designer.so
+qt5/lib/libQt5Designer.so.${PKGVERSION}
 qt5/lib/libQt5Designer.so.5
 qt5/lib/libQt5Designer.so.5.9
-qt5/lib/libQt5Designer.so.${PKGVERSION}
 qt5/lib/libQt5DesignerComponents.prl
 qt5/lib/libQt5DesignerComponents.so
+qt5/lib/libQt5DesignerComponents.so.${PKGVERSION}
 qt5/lib/libQt5DesignerComponents.so.5
 qt5/lib/libQt5DesignerComponents.so.5.9
-qt5/lib/libQt5DesignerComponents.so.${PKGVERSION}
 qt5/lib/libQt5Help.prl
 qt5/lib/libQt5Help.so
+qt5/lib/libQt5Help.so.${PKGVERSION}
 qt5/lib/libQt5Help.so.5
 qt5/lib/libQt5Help.so.5.9
-qt5/lib/libQt5Help.so.${PKGVERSION}
 qt5/lib/libQt5UiTools.a
 qt5/lib/libQt5UiTools.prl
 qt5/lib/pkgconfig/Qt5Designer.pc
diff --git a/qt5-qttools/distinfo b/qt5-qttools/distinfo
index 58c34942d2..346825d38e 100644
--- a/qt5-qttools/distinfo
+++ b/qt5-qttools/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:00 adam Exp $
 
-SHA1 (qttools-opensource-src-5.9.3.tar.xz) = e51b4aec18b9d704cdc3d5d50aa899d660dbf74a
-RMD160 (qttools-opensource-src-5.9.3.tar.xz) = 6c266e4b69bfcb56b422daa5c593f1cabb6e9f06
-SHA512 (qttools-opensource-src-5.9.3.tar.xz) = 5d4a4d6b6dcf17b7244ed761850f622b8006c8028dbe6b0f0e95e2c19132d2420c062d4737ebeb1c342f53337fdce2137cf89ae3edb82755e68c846efffe4c8f
-Size (qttools-opensource-src-5.9.3.tar.xz) = 9777804 bytes
+SHA1 (qttools-everywhere-src-5.10.0.tar.xz) = 0225b74589ca577260d4b4282e7ed15d0e05e85e
+RMD160 (qttools-everywhere-src-5.10.0.tar.xz) = 3becf8ae2a7e27255a8043fa3768d1f2c6b698e2
+SHA512 (qttools-everywhere-src-5.10.0.tar.xz) = 3a4a540d5e070bf46bcb922912bf9ec556761526104970bc76b84898de26de20dd836f02e9c5c58e73f6d12156555c6984716d54fe19361c1b6f247ee162ca06
+Size (qttools-everywhere-src-5.10.0.tar.xz) = 9822240 bytes
diff --git a/qt5-qttranslations/Makefile b/qt5-qttranslations/Makefile
index 06c047636d..91aa0e8614 100644
--- a/qt5-qttranslations/Makefile
+++ b/qt5-qttranslations/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/04/22 21:04:05 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qttranslations-opensource-src-${QTVERSION}
+DISTNAME=	qttranslations-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qttranslations-${QTVERSION}
 COMMENT=	Qt5 translations
 
diff --git a/qt5-qttranslations/distinfo b/qt5-qttranslations/distinfo
index f3b1e12b23..edc7393dbc 100644
--- a/qt5-qttranslations/distinfo
+++ b/qt5-qttranslations/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:01 adam Exp $
 
-SHA1 (qttranslations-opensource-src-5.9.3.tar.xz) = e0a715a94689f9dee681624e3848b70a40a741ca
-RMD160 (qttranslations-opensource-src-5.9.3.tar.xz) = cb91a4efa0ad28f78b395dc5e0de4d0f6ee77b3b
-SHA512 (qttranslations-opensource-src-5.9.3.tar.xz) = b8577d33596e6df7a491d40f4c40889ea1d8ccb422e132affc66d78a8e137c5e96754d642fb08e328ba079e675286b875b1806048361c6faaf0c1b13cba4a5c5
-Size (qttranslations-opensource-src-5.9.3.tar.xz) = 1414192 bytes
+SHA1 (qttranslations-everywhere-src-5.10.0.tar.xz) = 37d088d1c74f34ad731a296e370956fa22bce7e0
+RMD160 (qttranslations-everywhere-src-5.10.0.tar.xz) = b1241f6cef22688f73a10548dd956090e6b7ede5
+SHA512 (qttranslations-everywhere-src-5.10.0.tar.xz) = 5e6b674da52da4d0e38b2001bf0f70f764e6c096554d1724ba0f4bae8eca53f71168e374a0249d31e6ed72a1ebf1c3f745e8cb913b49cdcb3e98116edceb5257
+Size (qttranslations-everywhere-src-5.10.0.tar.xz) = 1444932 bytes
diff --git a/qt5-qtwebchannel/Makefile b/qt5-qtwebchannel/Makefile
index afce2e2b89..d92352bb9c 100644
--- a/qt5-qtwebchannel/Makefile
+++ b/qt5-qtwebchannel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/04/22 21:03:22 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtwebchannel-opensource-src-${QTVERSION}
+DISTNAME=	qtwebchannel-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtwebchannel-${QTVERSION}
 COMMENT=	Qt5 WebChannel module
 
diff --git a/qt5-qtwebchannel/distinfo b/qt5-qtwebchannel/distinfo
index 0f1ec73e22..2477ca0bca 100644
--- a/qt5-qtwebchannel/distinfo
+++ b/qt5-qtwebchannel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:01 adam Exp $
 
-SHA1 (qtwebchannel-opensource-src-5.9.3.tar.xz) = 3b45ff007e1988df2fdf01bf0be13a05fb87b822
-RMD160 (qtwebchannel-opensource-src-5.9.3.tar.xz) = b8ba311c200b526d02c49d1f3664bdb5c8fbc32f
-SHA512 (qtwebchannel-opensource-src-5.9.3.tar.xz) = d03a091121256532aac1ab4492b83ba29c847729f2628a2bc7a76b064d197e72cfdab50f0ec2314eac01cc47e2255bfef17f2e010d7b2c3d408b9af74c9ea136
-Size (qtwebchannel-opensource-src-5.9.3.tar.xz) = 147404 bytes
+SHA1 (qtwebchannel-everywhere-src-5.10.0.tar.xz) = 87a2b19e060bfa7d06a02ddf663b81cd7643ca9e
+RMD160 (qtwebchannel-everywhere-src-5.10.0.tar.xz) = 676da446eef3fd240b00a962cdde0fa077ba8a37
+SHA512 (qtwebchannel-everywhere-src-5.10.0.tar.xz) = 2641d70afd797b8860177301805ec255b026605059d4dc95ced5041c56ec3875fb6369e7e4d1a84e6ee50557a0b41c21dfb5020636c16aac61a3f0ea62208acb
+Size (qtwebchannel-everywhere-src-5.10.0.tar.xz) = 167800 bytes
diff --git a/qt5-qtwebsockets/Makefile b/qt5-qtwebsockets/Makefile
index 94cca52ebc..6a90597ea5 100644
--- a/qt5-qtwebsockets/Makefile
+++ b/qt5-qtwebsockets/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/04/22 21:03:23 adam Exp $
+# $NetBSD$
 
-DISTNAME=	qtwebsockets-opensource-src-${QTVERSION}
+DISTNAME=	qtwebsockets-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtwebsockets-${QTVERSION}
 COMMENT=	Qt5 module for websockets
 
@@ -16,6 +16,5 @@ post-install:
 	ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
 .endfor
 
-
 .include "../../wip/qt5-qtdeclarative/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt5-qtwebsockets/distinfo b/qt5-qtwebsockets/distinfo
index 02785c1341..c52dede754 100644
--- a/qt5-qtwebsockets/distinfo
+++ b/qt5-qtwebsockets/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:01 adam Exp $
 
-SHA1 (qtwebsockets-opensource-src-5.9.3.tar.xz) = df87d590792b7b634da9b7a34ad2a692f684902d
-RMD160 (qtwebsockets-opensource-src-5.9.3.tar.xz) = d2ec99f4320e6d65fdebff34b2bdad79826157e6
-SHA512 (qtwebsockets-opensource-src-5.9.3.tar.xz) = 64eb131a0640229ae7553c0e8b9ec04a3f83862d3f48c38464928b8a7a9ca999ed0cba5b0fb91174a9ae8e8e3d6fa844a2aaf62a96b95fefc383361793f8b5de
-Size (qtwebsockets-opensource-src-5.9.3.tar.xz) = 199420 bytes
+SHA1 (qtwebsockets-everywhere-src-5.10.0.tar.xz) = 74c77ab4382d40ac0142d88713b2072e9c014d47
+RMD160 (qtwebsockets-everywhere-src-5.10.0.tar.xz) = e3674dcf35d0165ce0537f328fc3f950c71844d2
+SHA512 (qtwebsockets-everywhere-src-5.10.0.tar.xz) = 553251de549c2c49664bfdddd57e4af378b9ff8e98b11b4a2dd422c96066fcce2dc5304aae4007ce863340a1efa8019f73db1ca5d458694b8cfb7b0837cbf95e
+Size (qtwebsockets-everywhere-src-5.10.0.tar.xz) = 220592 bytes
diff --git a/qt5-qtxmlpatterns/Makefile b/qt5-qtxmlpatterns/Makefile
index abfd6d55d0..9a135f6e41 100644
--- a/qt5-qtxmlpatterns/Makefile
+++ b/qt5-qtxmlpatterns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.19 2017/04/22 21:03:23 adam Exp $
 
-DISTNAME=	qtxmlpatterns-opensource-src-${QTVERSION}
+DISTNAME=	qtxmlpatterns-everywhere-src-${QTVERSION}
 PKGNAME=	qt5-qtxmlpatterns-${QTVERSION}
 COMMENT=	Qt5 module for XML Patterns
 
diff --git a/qt5-qtxmlpatterns/distinfo b/qt5-qtxmlpatterns/distinfo
index fe0d28f9d3..a370868cbc 100644
--- a/qt5-qtxmlpatterns/distinfo
+++ b/qt5-qtxmlpatterns/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/10/26 19:04:01 adam Exp $
 
-SHA1 (qtxmlpatterns-opensource-src-5.9.3.tar.xz) = 691f6175e3c054a3a9e9362ce680c5bde58633a6
-RMD160 (qtxmlpatterns-opensource-src-5.9.3.tar.xz) = 4be9febb27404556a50583821a5900a7edbcf970
-SHA512 (qtxmlpatterns-opensource-src-5.9.3.tar.xz) = 4b345940cc66cfd14de365f2802e49a3ad88c25a46e4c36765e31586728496f3bc5aa9a856a78b79b583e577a70dca5c70534d9689627773e142e9c7e421de01
-Size (qtxmlpatterns-opensource-src-5.9.3.tar.xz) = 1360880 bytes
+SHA1 (qtxmlpatterns-everywhere-src-5.10.0.tar.xz) = 78f5e23de54c0a34970929284baac00dec6ab59b
+RMD160 (qtxmlpatterns-everywhere-src-5.10.0.tar.xz) = 08834dd53ccedb25889c58094a68701cd1fdef49
+SHA512 (qtxmlpatterns-everywhere-src-5.10.0.tar.xz) = ccdc4f4bd57b7e2bb5010f65869910fe1305a36e99594d7505a4e327bffe0e33151850f1baa7ff15df50fe86aa9c7e2486de8c397f21273f66daedf0d9b70c47
+Size (qtxmlpatterns-everywhere-src-5.10.0.tar.xz) = 1385216 bytes
diff --git a/qt5/Makefile.common b/qt5/Makefile.common
index 3029221bd6..4c0d2edd1c 100644
--- a/qt5/Makefile.common
+++ b/qt5/Makefile.common
@@ -2,7 +2,7 @@
 # used by wip/qt5-qtbase/Makefile.common
 # used by inputmethod/qt5-uim/Makefile
 
-QTVERSION=	5.9.3
+QTVERSION=	5.10.0
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index