Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 20:12:03 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480692 - in head: Mk/Uses cad/qcad cad/qcad/files devel/qt5 devel/qt5-assistant/files devel/qt5-designer/files devel/qt5-help/files devel/qt5-linguist/files devel/qt5-linguisttools/fil...
Message-ID:  <201809252012.w8PKC35I047277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Sep 25 20:12:03 2018
New Revision: 480692
URL: https://svnweb.freebsd.org/changeset/ports/480692

Log:
  Update Qt5 to 5.11.2
  
  PR:		231560
  Exp-run by:	antoine

Modified:
  head/Mk/Uses/qt.mk
  head/cad/qcad/Makefile
  head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro
  head/cad/qcad/pkg-plist
  head/devel/qt5-assistant/files/patch-src__src.pro
  head/devel/qt5-designer/files/patch-src__src.pro
  head/devel/qt5-help/files/patch-src__src.pro
  head/devel/qt5-linguist/files/patch-src__src.pro
  head/devel/qt5-linguisttools/files/patch-src__src.pro
  head/devel/qt5-qdbus/files/patch-src_src.pro
  head/devel/qt5-qdbusviewer/files/patch-src__src.pro
  head/devel/qt5-qdoc/files/patch-src_src.pro
  head/devel/qt5-qmake/pkg-plist
  head/devel/qt5-uitools/files/patch-src__src.pro
  head/devel/qt5/distinfo
  head/devel/qtcreator/Makefile
  head/devel/qtcreator/pkg-plist
  head/graphics/qt5-3d/pkg-plist
  head/graphics/qt5-pixeltool/files/patch-src__src.pro
  head/graphics/qt5-wayland/pkg-plist
  head/misc/qt5-doc/Makefile
  head/misc/qt5-doc/distinfo
  head/misc/qt5-doc/pkg-plist
  head/misc/qt5-examples/distinfo
  head/misc/qt5-examples/pkg-plist
  head/www/qt5-webengine/Makefile
  head/www/qt5-webkit/Makefile
  head/x11-toolkits/qt5-uiplugin/files/patch-src__src.pro

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/Mk/Uses/qt.mk	Tue Sep 25 20:12:03 2018	(r480692)
@@ -30,7 +30,7 @@ _QT_MK_INCLUDED=	qt.mk
 # Qt versions currently supported by the framework.
 _QT_SUPPORTED?=		4 5
 QT4_VERSION?=		4.8.7
-QT5_VERSION?=		5.11.1
+QT5_VERSION?=		5.11.2
 
 # We accept the Qt version to be passed by either or all of the three mk files.
 .  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/cad/qcad/Makefile	Tue Sep 25 20:12:03 2018	(r480692)
@@ -4,7 +4,7 @@
 PORTNAME=	qcad
 PORTVERSION=	3.21.1.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 DIST_SUBDIR=	${PORTNAME}
 

Modified: head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro
==============================================================================
--- head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/cad/qcad/files/patch-src_3rdparty_3rdparty.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,18 +1,33 @@
---- src/3rdparty/3rdparty.pro.orig	2015-11-24 15:13:30.000000000 +0100
-+++ src/3rdparty/3rdparty.pro	2015-12-23 10:01:28.113511000 +0100
-@@ -2,12 +2,10 @@
+Second hunk: fix a version of the shipped qtscriptgenerator, as when updating Qt, the new one might
+not yet be bundled in the tarball.
+
+--- src/3rdparty/3rdparty.pro.orig	2018-07-03 13:46:04 UTC
++++ src/3rdparty/3rdparty.pro
+@@ -2,21 +2,19 @@ include (../../shared.pri)
  TEMPLATE = subdirs
  SUBDIRS = \
      spatialindexnavel \
 -    stemmer \
 -    quazip
 +    stemmer
-+
-+# FreeBSD: prefer quazip and opennurbs from dependent ports
  
 -!r_no_opennurbs {
 -    SUBDIRS += opennurbs
 -}
++# FreeBSD: prefer quazip and opennurbs from dependent ports
++
  !rs_no_dxf {
      SUBDIRS += dxflib
+ }
+ 
+ !r_mobile {
+-    exists(qt-labs-qtscriptgenerator-$${QT_VERSION}) {
+-        SUBDIRS += qt-labs-qtscriptgenerator-$${QT_VERSION}
++    exists(qt-labs-qtscriptgenerator-5.11.1) {
++        SUBDIRS += qt-labs-qtscriptgenerator-5.11.1
+     }
+     else {
+-        error("Script bindings not available for Qt version $${QT_VERSION}. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-$${QT_VERSION} or use another version of Qt.")
++        error("Script bindings not available for Qt version 5.11.1. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-5.11.1 or use another version of Qt.")
+     }
  }

Modified: head/cad/qcad/pkg-plist
==============================================================================
--- head/cad/qcad/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/cad/qcad/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -24,7 +24,6 @@ lib/libqcadzip.so.0
 lib/libspatialindexnavel.so
 lib/libspatialindexnavel.so.0
 lib/libstemmer.a
-share/applications/usr_local_bin_qcadbin.desktop
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calibration.dxf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf

Modified: head/devel/qt5-assistant/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-assistant/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-assistant/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:42:18 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-designer/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-designer/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-designer/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:48:55 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-help/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-help/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-help/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:32:13 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-linguist/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-linguist/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-linguist/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:53:44 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,10 +47,9 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner
 -    linguist.depends += qtattributionsscanner
 -}
-+SUBDIRS = linguist
++SUBDIRS += linguist

Modified: head/devel/qt5-linguisttools/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-linguisttools/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-linguisttools/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:37:02 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,10 +47,9 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner
 -    linguist.depends += qtattributionsscanner
 -}
-+SUBDIRS += linguist 
++SUBDIRS += linguist

Modified: head/devel/qt5-qdbus/files/patch-src_src.pro
==============================================================================
--- head/devel/qt5-qdbus/files/patch-src_src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-qdbus/files/patch-src_src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:34:02 UTC
 +++ src/src.pro
-@@ -1,53 +1,4 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,12 +33,8 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
  qtHaveModule(dbus): SUBDIRS += qdbus
- 
+-
 -win32|winrt:SUBDIRS += windeployqt
 -winrt:SUBDIRS += winrtrunner
 -qtHaveModule(gui):!android:!uikit:!qnx:!winrt: SUBDIRS += qtdiag
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-qdbusviewer/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-qdbusviewer/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-qdbusviewer/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:43:39 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
  qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-qdoc/files/patch-src_src.pro
==============================================================================
--- head/devel/qt5-qdoc/files/patch-src_src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-qdoc/files/patch-src_src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-03 15:13:05 UTC
 +++ src/src.pro
-@@ -1,53 +1,4 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -13,8 +13,7 @@ missing dependencies.
 -        SUBDIRS = assistant \
 -                  pixeltool \
 -                  designer
-+SUBDIRS += qdoc
- 
+-
 -        linguist.depends = designer
 -    }
 -}
@@ -26,7 +25,7 @@ missing dependencies.
 -    !android|android_app: SUBDIRS += qtplugininfo
 -}
 -
--config_clang: SUBDIRS += qdoc
+ config_clang: SUBDIRS += qdoc
 -
 -if(!android|android_app):!uikit: SUBDIRS += qtpaths
 -
@@ -34,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -52,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5-qmake/pkg-plist
==============================================================================
--- head/devel/qt5-qmake/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-qmake/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -207,6 +207,7 @@
 %%QT_MKSPECDIR%%/features/mac/mac.prf
 %%QT_MKSPECDIR%%/features/mac/objective_c.prf
 %%QT_MKSPECDIR%%/features/mac/rez.prf
+%%QT_MKSPECDIR%%/features/mac/sdk.mk
 %%QT_MKSPECDIR%%/features/mac/sdk.prf
 %%QT_MKSPECDIR%%/features/mac/toolchain.prf
 %%QT_MKSPECDIR%%/features/mac/unsupported/objc_namespace.prf

Modified: head/devel/qt5-uitools/files/patch-src__src.pro
==============================================================================
--- head/devel/qt5-uitools/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5-uitools/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:46:35 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/devel/qt5/distinfo
==============================================================================
--- head/devel/qt5/distinfo	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qt5/distinfo	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,77 +1,79 @@
-TIMESTAMP = 1529606594
-SHA256 (KDE/Qt/5.11.1/qt3d-everywhere-src-5.11.1.tar.xz) = cb8659e1e5541bea4c3684ac76a496f8e0cd6e3aa9e4e22eba1910095f5ed30d
-SIZE (KDE/Qt/5.11.1/qt3d-everywhere-src-5.11.1.tar.xz) = 84763568
-SHA256 (KDE/Qt/5.11.1/qtactiveqt-everywhere-src-5.11.1.tar.xz) = c6ee6c4def84c6a990b7025d8d73374cb08940ba62e90cf13d1f6e2e581b3cb9
-SIZE (KDE/Qt/5.11.1/qtactiveqt-everywhere-src-5.11.1.tar.xz) = 264020
-SHA256 (KDE/Qt/5.11.1/qtandroidextras-everywhere-src-5.11.1.tar.xz) = e6f496d6eb98c68b11b6c25e09a6a273c81b1b86e140bd67de6735287e7e2fe2
-SIZE (KDE/Qt/5.11.1/qtandroidextras-everywhere-src-5.11.1.tar.xz) = 106568
-SHA256 (KDE/Qt/5.11.1/qtbase-everywhere-src-5.11.1.tar.xz) = a0d047b2da5782c8332c59ae203984b64e4d5dc5f4ba9c0884fdbe753d0afb46
-SIZE (KDE/Qt/5.11.1/qtbase-everywhere-src-5.11.1.tar.xz) = 46860400
-SHA256 (KDE/Qt/5.11.1/qtcanvas3d-everywhere-src-5.11.1.tar.xz) = 0fb51102bdd595673e2cc4f4878b8fb8b7da4c8b1f026885a75912e2421d2ede
-SIZE (KDE/Qt/5.11.1/qtcanvas3d-everywhere-src-5.11.1.tar.xz) = 10931700
-SHA256 (KDE/Qt/5.11.1/qtcharts-everywhere-src-5.11.1.tar.xz) = 62f65f08b08c1fdce4f358103be1f7d7aba54d21774e1a9bfff91314ad667a2b
-SIZE (KDE/Qt/5.11.1/qtcharts-everywhere-src-5.11.1.tar.xz) = 4245496
-SHA256 (KDE/Qt/5.11.1/qtconnectivity-everywhere-src-5.11.1.tar.xz) = 738ed4eb058334fe7cfd6d68f2e2e7c9b2a97f3477b36ae26ed82703dcaae657
-SIZE (KDE/Qt/5.11.1/qtconnectivity-everywhere-src-5.11.1.tar.xz) = 2734864
-SHA256 (KDE/Qt/5.11.1/qtdatavis3d-everywhere-src-5.11.1.tar.xz) = 1c9da0876e0058bff1c24e0088505aff469e2e2cc983143acdae17f075035e3d
-SIZE (KDE/Qt/5.11.1/qtdatavis3d-everywhere-src-5.11.1.tar.xz) = 5206688
-SHA256 (KDE/Qt/5.11.1/qtdeclarative-everywhere-src-5.11.1.tar.xz) = 9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a
-SIZE (KDE/Qt/5.11.1/qtdeclarative-everywhere-src-5.11.1.tar.xz) = 22203488
-SHA256 (KDE/Qt/5.11.1/qtdoc-everywhere-src-5.11.1.tar.xz) = acde1b7c1d1d0bdaef492fed39aee12c949050d42fa2d89827aff00b6cc51afc
-SIZE (KDE/Qt/5.11.1/qtdoc-everywhere-src-5.11.1.tar.xz) = 3328164
-SHA256 (KDE/Qt/5.11.1/qtgamepad-everywhere-src-5.11.1.tar.xz) = aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9
-SIZE (KDE/Qt/5.11.1/qtgamepad-everywhere-src-5.11.1.tar.xz) = 387640
-SHA256 (KDE/Qt/5.11.1/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = d9d27236696221098e832d6fee8c0fbb2834b1670d9ca1e5bf3d0fbc8e5448f3
-SIZE (KDE/Qt/5.11.1/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 14272760
-SHA256 (KDE/Qt/5.11.1/qtimageformats-everywhere-src-5.11.1.tar.xz) = eb50deeccce12ede0a5faeb3e411f34920ba43092c65f063ab23d37970f65616
-SIZE (KDE/Qt/5.11.1/qtimageformats-everywhere-src-5.11.1.tar.xz) = 2191408
-SHA256 (KDE/Qt/5.11.1/qtlocation-everywhere-src-5.11.1.tar.xz) = 172c9a39e8267739e20d60bda45de3db02b13163245776bdc696d8c5ab5f790f
-SIZE (KDE/Qt/5.11.1/qtlocation-everywhere-src-5.11.1.tar.xz) = 5593144
-SHA256 (KDE/Qt/5.11.1/qtmacextras-everywhere-src-5.11.1.tar.xz) = f63e31ec68d72c185ad7374f3c74c1e8693dabaf14212cadac0fbd476cb1c3f1
-SIZE (KDE/Qt/5.11.1/qtmacextras-everywhere-src-5.11.1.tar.xz) = 70976
-SHA256 (KDE/Qt/5.11.1/qtmultimedia-everywhere-src-5.11.1.tar.xz) = f28bb57890b4666a9aafaa116a30c51dedb0f23b60a510280a27eb032b58c90c
-SIZE (KDE/Qt/5.11.1/qtmultimedia-everywhere-src-5.11.1.tar.xz) = 3711548
-SHA256 (KDE/Qt/5.11.1/qtnetworkauth-everywhere-src-5.11.1.tar.xz) = 02b405e9b1af27e3dd986f9a2e4ed987bd9586bcdb2a529a08a6cc71ddbee416
-SIZE (KDE/Qt/5.11.1/qtnetworkauth-everywhere-src-5.11.1.tar.xz) = 140468
-SHA256 (KDE/Qt/5.11.1/qtpurchasing-everywhere-src-5.11.1.tar.xz) = ac99abb83194b3b38f1bd7fd4458a4b32765e7dc7d515941d016abe45d1a3533
-SIZE (KDE/Qt/5.11.1/qtpurchasing-everywhere-src-5.11.1.tar.xz) = 209828
-SHA256 (KDE/Qt/5.11.1/qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = bdb066fa0d51ad36a2c756d4cba63892587638e5df9b9b6ee63b963ff39ec442
-SIZE (KDE/Qt/5.11.1/qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = 9032192
-SHA256 (KDE/Qt/5.11.1/qtquickcontrols-everywhere-src-5.11.1.tar.xz) = baea7f59513ffade3f8041c1756722334b7d04245667fa8faaeace07a430c656
-SIZE (KDE/Qt/5.11.1/qtquickcontrols-everywhere-src-5.11.1.tar.xz) = 6058072
-SHA256 (KDE/Qt/5.11.1/qtremoteobjects-everywhere-src-5.11.1.tar.xz) = eb2d69c662cd828a11d248e61742e3e494507e640757ec63dc64db24867069fb
-SIZE (KDE/Qt/5.11.1/qtremoteobjects-everywhere-src-5.11.1.tar.xz) = 321092
-SHA256 (KDE/Qt/5.11.1/qtscript-everywhere-src-5.11.1.tar.xz) = 1c430fd06e8eb25dbca43422453a16588d1aade936770df2e4b4e8961659da7c
-SIZE (KDE/Qt/5.11.1/qtscript-everywhere-src-5.11.1.tar.xz) = 2671428
-SHA256 (KDE/Qt/5.11.1/qtscxml-everywhere-src-5.11.1.tar.xz) = f0463f02c0bb81d214b04ec82ff0d22744cdae1966cd8dfb53cd2b31ad233338
-SIZE (KDE/Qt/5.11.1/qtscxml-everywhere-src-5.11.1.tar.xz) = 436148
-SHA256 (KDE/Qt/5.11.1/qtsensors-everywhere-src-5.11.1.tar.xz) = cbe90f58b73c344d67098eaa333f2d2562fa7a9f1794448e7543ff696831c0fa
-SIZE (KDE/Qt/5.11.1/qtsensors-everywhere-src-5.11.1.tar.xz) = 2033508
-SHA256 (KDE/Qt/5.11.1/qtserialbus-everywhere-src-5.11.1.tar.xz) = d3bbee3c579a6d7a06956d653bcdfc2e2cd054d639dcaff08f45efb94d6b554a
-SIZE (KDE/Qt/5.11.1/qtserialbus-everywhere-src-5.11.1.tar.xz) = 320844
-SHA256 (KDE/Qt/5.11.1/qtserialport-everywhere-src-5.11.1.tar.xz) = 56a7993821d556d84494c6dfc22759eb6f2a979e21685403a2b9da75f0ba64a3
-SIZE (KDE/Qt/5.11.1/qtserialport-everywhere-src-5.11.1.tar.xz) = 301692
-SHA256 (KDE/Qt/5.11.1/qtspeech-everywhere-src-5.11.1.tar.xz) = dcc782c7d6693b0874881cf6ccc7269681bd8bf5f6e1a83c4ab18c27a35a9bdb
-SIZE (KDE/Qt/5.11.1/qtspeech-everywhere-src-5.11.1.tar.xz) = 101732
-SHA256 (KDE/Qt/5.11.1/qtsvg-everywhere-src-5.11.1.tar.xz) = 1d6aff3e3304ceec670c0f19029771ff21279553d561158063436b26c18b3037
-SIZE (KDE/Qt/5.11.1/qtsvg-everywhere-src-5.11.1.tar.xz) = 1843216
-SHA256 (KDE/Qt/5.11.1/qttools-everywhere-src-5.11.1.tar.xz) = b7fb186f92aedb922c4e7f57ff276bbf90caf0087a2a980f704bad9ac44514fe
-SIZE (KDE/Qt/5.11.1/qttools-everywhere-src-5.11.1.tar.xz) = 9720996
-SHA256 (KDE/Qt/5.11.1/qttranslations-everywhere-src-5.11.1.tar.xz) = 12d89b2afa64dce4d32c9e680135243c579d99aa9279d2aafc5602c15a697106
-SIZE (KDE/Qt/5.11.1/qttranslations-everywhere-src-5.11.1.tar.xz) = 1428808
-SHA256 (KDE/Qt/5.11.1/qtvirtualkeyboard-everywhere-src-5.11.1.tar.xz) = 5b330dcc770976a2cfb8d85711d72a57c9764c1a9efb889c91e81f6071bbbf9b
-SIZE (KDE/Qt/5.11.1/qtvirtualkeyboard-everywhere-src-5.11.1.tar.xz) = 10648700
-SHA256 (KDE/Qt/5.11.1/qtwayland-everywhere-src-5.11.1.tar.xz) = e09abc202082f719b868f595a46e0df5c903fac53cc40a7188b223a2bea644ea
-SIZE (KDE/Qt/5.11.1/qtwayland-everywhere-src-5.11.1.tar.xz) = 392200
-SHA256 (KDE/Qt/5.11.1/qtwebchannel-everywhere-src-5.11.1.tar.xz) = b9a476af15ae0c68a930f0b0aa8d988b8dc3e63c3d2134abebbf2148d6942e87
-SIZE (KDE/Qt/5.11.1/qtwebchannel-everywhere-src-5.11.1.tar.xz) = 179700
-SHA256 (KDE/Qt/5.11.1/qtwebsockets-everywhere-src-5.11.1.tar.xz) = 7aaa12f719e853a195a670ff51697b73914e37c94ed2216d53a2d9e0861748ae
-SIZE (KDE/Qt/5.11.1/qtwebsockets-everywhere-src-5.11.1.tar.xz) = 231468
-SHA256 (KDE/Qt/5.11.1/qtwebview-everywhere-src-5.11.1.tar.xz) = 77c9bb78d3626789c31ef84056652daec1fbcad9e9ad6ad61e625d3e8232aaa1
-SIZE (KDE/Qt/5.11.1/qtwebview-everywhere-src-5.11.1.tar.xz) = 132948
-SHA256 (KDE/Qt/5.11.1/qtwinextras-everywhere-src-5.11.1.tar.xz) = ff2f17275b6e9764ce3691822fc8da7b3b13613fdeacb4a8294409931e74bc63
-SIZE (KDE/Qt/5.11.1/qtwinextras-everywhere-src-5.11.1.tar.xz) = 767596
-SHA256 (KDE/Qt/5.11.1/qtx11extras-everywhere-src-5.11.1.tar.xz) = bcf219c8befb9777f891ed7844799f26aecb6d4d92064274277822f261bd8c65
-SIZE (KDE/Qt/5.11.1/qtx11extras-everywhere-src-5.11.1.tar.xz) = 116368
-SHA256 (KDE/Qt/5.11.1/qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 6117e120c87b32dd07877dd0a6bf862b6285cb0d8b547190882980682f53af58
-SIZE (KDE/Qt/5.11.1/qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 1378340
+TIMESTAMP = 1537469391
+SHA256 (KDE/Qt/5.11.2/qt3d-everywhere-src-5.11.2.tar.xz) = 7f72c823ec10a2effba95d08d9439215472d2cb1e3229de50a6b3d2523c8f962
+SIZE (KDE/Qt/5.11.2/qt3d-everywhere-src-5.11.2.tar.xz) = 84932180
+SHA256 (KDE/Qt/5.11.2/qtactiveqt-everywhere-src-5.11.2.tar.xz) = b06c634059e2069584dccf331a45074e6a2c63ca6ea5576769c47a985173a041
+SIZE (KDE/Qt/5.11.2/qtactiveqt-everywhere-src-5.11.2.tar.xz) = 258296
+SHA256 (KDE/Qt/5.11.2/qtandroidextras-everywhere-src-5.11.2.tar.xz) = 1ba6822b1a6d7f469fce155766da84acaad1d0fcca5905c491c227c85fa51bd4
+SIZE (KDE/Qt/5.11.2/qtandroidextras-everywhere-src-5.11.2.tar.xz) = 100852
+SHA256 (KDE/Qt/5.11.2/qtbase-everywhere-src-5.11.2.tar.xz) = 6381e7c3468d5a1dcfe3683b29eeced192faa0f8a32434fec071a59b8bcd0107
+SIZE (KDE/Qt/5.11.2/qtbase-everywhere-src-5.11.2.tar.xz) = 46954920
+SHA256 (KDE/Qt/5.11.2/qtcanvas3d-everywhere-src-5.11.2.tar.xz) = fd9ca31268e81d4864da961de7635ef7316a815b8fc77910e512647eb4ceea40
+SIZE (KDE/Qt/5.11.2/qtcanvas3d-everywhere-src-5.11.2.tar.xz) = 10909652
+SHA256 (KDE/Qt/5.11.2/qtcharts-everywhere-src-5.11.2.tar.xz) = f6a312c596bfffa5074a3a5606dff1ef197dac075b3c1bd6443e3a6db1c3a114
+SIZE (KDE/Qt/5.11.2/qtcharts-everywhere-src-5.11.2.tar.xz) = 4239784
+SHA256 (KDE/Qt/5.11.2/qtconnectivity-everywhere-src-5.11.2.tar.xz) = 58901bbd14d3bc472f27fe305fd8dc33cffbd10da83616e9691c04c3290d42c5
+SIZE (KDE/Qt/5.11.2/qtconnectivity-everywhere-src-5.11.2.tar.xz) = 2729556
+SHA256 (KDE/Qt/5.11.2/qtdatavis3d-everywhere-src-5.11.2.tar.xz) = 67b499d2aa3cfb9cca33c08d89623d997ed92de5307745b6a2b2c3be61deff16
+SIZE (KDE/Qt/5.11.2/qtdatavis3d-everywhere-src-5.11.2.tar.xz) = 5196328
+SHA256 (KDE/Qt/5.11.2/qtdeclarative-everywhere-src-5.11.2.tar.xz) = 220d86f8031e9d45f3c369c3fd517aaa4c5783ad62c843a21fa7cc3c0a36f2cd
+SIZE (KDE/Qt/5.11.2/qtdeclarative-everywhere-src-5.11.2.tar.xz) = 22217460
+SHA256 (KDE/Qt/5.11.2/qtdoc-everywhere-src-5.11.2.tar.xz) = 2186971f9399c8f4cafe1109a8e63c363cd288c9a645717a6f8a069dd1d370fe
+SIZE (KDE/Qt/5.11.2/qtdoc-everywhere-src-5.11.2.tar.xz) = 3327968
+SHA256 (KDE/Qt/5.11.2/qtgamepad-everywhere-src-5.11.2.tar.xz) = ae2f378e1739ff527b5cd3b014ad26112d7b8a80444c9aefbc4736e52339c81c
+SIZE (KDE/Qt/5.11.2/qtgamepad-everywhere-src-5.11.2.tar.xz) = 381908
+SHA256 (KDE/Qt/5.11.2/qtgraphicaleffects-everywhere-src-5.11.2.tar.xz) = a9dcaaa3932f7b71717a393700e1387bcd6f9c03538d0ffca2a64128a0e4a9fd
+SIZE (KDE/Qt/5.11.2/qtgraphicaleffects-everywhere-src-5.11.2.tar.xz) = 14262460
+SHA256 (KDE/Qt/5.11.2/qtimageformats-everywhere-src-5.11.2.tar.xz) = 27e5d10551d0b5bf4799d09e5412ea2e6898b09aa1521ea24bce660ee6183a68
+SIZE (KDE/Qt/5.11.2/qtimageformats-everywhere-src-5.11.2.tar.xz) = 2183956
+SHA256 (KDE/Qt/5.11.2/qtlocation-everywhere-src-5.11.2.tar.xz) = d698911edfb2d45b7adca6557b3de880e966cb8823a8adf1beb3a3079560024e
+SIZE (KDE/Qt/5.11.2/qtlocation-everywhere-src-5.11.2.tar.xz) = 5584420
+SHA256 (KDE/Qt/5.11.2/qtmacextras-everywhere-src-5.11.2.tar.xz) = 44f69d019ddadece89552db0ea465824eb76227d92b7decac909945fff8dcf4c
+SIZE (KDE/Qt/5.11.2/qtmacextras-everywhere-src-5.11.2.tar.xz) = 65276
+SHA256 (KDE/Qt/5.11.2/qtmultimedia-everywhere-src-5.11.2.tar.xz) = 25608f3d08636026387394956fe72cedcb78eb786fb32fd87deb41d574cf726d
+SIZE (KDE/Qt/5.11.2/qtmultimedia-everywhere-src-5.11.2.tar.xz) = 3701832
+SHA256 (KDE/Qt/5.11.2/qtnetworkauth-everywhere-src-5.11.2.tar.xz) = 79379cef7801fb909ed1cd23379eaef6b2d2ca31581aa537cab64ee1e0dcb7fe
+SIZE (KDE/Qt/5.11.2/qtnetworkauth-everywhere-src-5.11.2.tar.xz) = 135160
+SHA256 (KDE/Qt/5.11.2/qtpurchasing-everywhere-src-5.11.2.tar.xz) = 2d7189242eded07be4aec473501d3cc6a9e2bd7849f81b1bb6b01604ba0f8df6
+SIZE (KDE/Qt/5.11.2/qtpurchasing-everywhere-src-5.11.2.tar.xz) = 204216
+SHA256 (KDE/Qt/5.11.2/qtquickcontrols2-everywhere-src-5.11.2.tar.xz) = aa0549f9a4135f9d600b57f53347ebf344e60d21f90c6d844109755da12dcb84
+SIZE (KDE/Qt/5.11.2/qtquickcontrols2-everywhere-src-5.11.2.tar.xz) = 9035620
+SHA256 (KDE/Qt/5.11.2/qtquickcontrols-everywhere-src-5.11.2.tar.xz) = 9c772e30fb1ba107168498328585063f4303c6562baf4a5cfedd0c5250b621e0
+SIZE (KDE/Qt/5.11.2/qtquickcontrols-everywhere-src-5.11.2.tar.xz) = 6047528
+SHA256 (KDE/Qt/5.11.2/qtremoteobjects-everywhere-src-5.11.2.tar.xz) = f2bc6d65f4d4b90fc222c0fd0539120f29452b6d336171930f90e5129cd25c19
+SIZE (KDE/Qt/5.11.2/qtremoteobjects-everywhere-src-5.11.2.tar.xz) = 315708
+SHA256 (KDE/Qt/5.11.2/qtscript-everywhere-src-5.11.2.tar.xz) = b2c2466a83653a9473ea4810462d8a88e0fb1fb691f85d1c6e60d8bc4283f976
+SIZE (KDE/Qt/5.11.2/qtscript-everywhere-src-5.11.2.tar.xz) = 2661200
+SHA256 (KDE/Qt/5.11.2/qtscxml-everywhere-src-5.11.2.tar.xz) = d625cb2149f5bfef5747b1d40b22327fd36132307c8b76d358f235d5422ff7a4
+SIZE (KDE/Qt/5.11.2/qtscxml-everywhere-src-5.11.2.tar.xz) = 430496
+SHA256 (KDE/Qt/5.11.2/qtsensors-everywhere-src-5.11.2.tar.xz) = 0e27c38824f7a1deb506f6195156eed79b80aa7034356272c3be0611667d63c7
+SIZE (KDE/Qt/5.11.2/qtsensors-everywhere-src-5.11.2.tar.xz) = 2028412
+SHA256 (KDE/Qt/5.11.2/qtserialbus-everywhere-src-5.11.2.tar.xz) = 1774c2c162f85f7cbcb2bdd2ef47507b110a01bc261627b46aa718e87079641e
+SIZE (KDE/Qt/5.11.2/qtserialbus-everywhere-src-5.11.2.tar.xz) = 315080
+SHA256 (KDE/Qt/5.11.2/qtserialport-everywhere-src-5.11.2.tar.xz) = b01b69ce421d449402363c0cf617fcc8856e39d6d2c28aa3d06d1f5359dc6f6e
+SIZE (KDE/Qt/5.11.2/qtserialport-everywhere-src-5.11.2.tar.xz) = 295876
+SHA256 (KDE/Qt/5.11.2/qtspeech-everywhere-src-5.11.2.tar.xz) = 0abd6f9672cbea3597e88db99813d7a4d7d379b89f6be352f44a9313bcc81d84
+SIZE (KDE/Qt/5.11.2/qtspeech-everywhere-src-5.11.2.tar.xz) = 96080
+SHA256 (KDE/Qt/5.11.2/qtsvg-everywhere-src-5.11.2.tar.xz) = bc16bbf855b466e77dda996d8c91fa73db7fe14d3aa98ce6d92145ca1a1bd166
+SIZE (KDE/Qt/5.11.2/qtsvg-everywhere-src-5.11.2.tar.xz) = 1837076
+SHA256 (KDE/Qt/5.11.2/qttools-everywhere-src-5.11.2.tar.xz) = f0e8332c771958b4aa373ac643d35e2fabb1a2dcdbaca756ebf3d1ace7c631b8
+SIZE (KDE/Qt/5.11.2/qttools-everywhere-src-5.11.2.tar.xz) = 9691816
+SHA256 (KDE/Qt/5.11.2/qttranslations-everywhere-src-5.11.2.tar.xz) = cec1a83757e9c776f6c65020bf8963e9d2037963e5a93531e6274442128d034b
+SIZE (KDE/Qt/5.11.2/qttranslations-everywhere-src-5.11.2.tar.xz) = 1418228
+SHA256 (KDE/Qt/5.11.2/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz) = 2709500071e7e98ca6f6eecef0f5c80d19ae22aba562293352debd516633b197
+SIZE (KDE/Qt/5.11.2/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz) = 10690564
+SHA256 (KDE/Qt/5.11.2/qtwayland-everywhere-src-5.11.2.tar.xz) = 4e35e15da360480a5aef414246f70d29b0252b6a9c7e129e63afba3fb2ecb771
+SIZE (KDE/Qt/5.11.2/qtwayland-everywhere-src-5.11.2.tar.xz) = 387644
+SHA256 (KDE/Qt/5.11.2/qtwebchannel-everywhere-src-5.11.2.tar.xz) = 945fdae8f1ea8dfc8e47a6d8421cef00690d6d4bfe26ce61bb59c0d0326c02fc
+SIZE (KDE/Qt/5.11.2/qtwebchannel-everywhere-src-5.11.2.tar.xz) = 173956
+SHA256 (KDE/Qt/5.11.2/qtwebengine-everywhere-src-5.11.2.tar.xz) = 3ff9bba5f631cfdd454ce298489360b3e2d9a2de4eb82bb121d838ef65f9b772
+SIZE (KDE/Qt/5.11.2/qtwebengine-everywhere-src-5.11.2.tar.xz) = 233642812
+SHA256 (KDE/Qt/5.11.2/qtwebsockets-everywhere-src-5.11.2.tar.xz) = ae6197619ce0c4104bdc43e097d79082f90ba6567fa286eae6306ce7aec88b8d
+SIZE (KDE/Qt/5.11.2/qtwebsockets-everywhere-src-5.11.2.tar.xz) = 225948
+SHA256 (KDE/Qt/5.11.2/qtwebview-everywhere-src-5.11.2.tar.xz) = 346267a9df2366cb9d022ce3385aceeffc552fe7dc311f4563023e2677b260e4
+SIZE (KDE/Qt/5.11.2/qtwebview-everywhere-src-5.11.2.tar.xz) = 127124
+SHA256 (KDE/Qt/5.11.2/qtwinextras-everywhere-src-5.11.2.tar.xz) = f50f3c9f50133330c4512b25fd823183f9204f32dbe7fc481924a1e63b15ae94
+SIZE (KDE/Qt/5.11.2/qtwinextras-everywhere-src-5.11.2.tar.xz) = 761348
+SHA256 (KDE/Qt/5.11.2/qtx11extras-everywhere-src-5.11.2.tar.xz) = f407ca61052d44bfb06e831fc6db7595bb2b64882b1f0af23f5db2d1ee519089
+SIZE (KDE/Qt/5.11.2/qtx11extras-everywhere-src-5.11.2.tar.xz) = 106164
+SHA256 (KDE/Qt/5.11.2/qtxmlpatterns-everywhere-src-5.11.2.tar.xz) = 5fd5f680ba40dadf81665417501e1f3778982aea0e268bf4f75a420d54a86746
+SIZE (KDE/Qt/5.11.2/qtxmlpatterns-everywhere-src-5.11.2.tar.xz) = 1372836

Modified: head/devel/qtcreator/Makefile
==============================================================================
--- head/devel/qtcreator/Makefile	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qtcreator/Makefile	Tue Sep 25 20:12:03 2018	(r480692)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qtcreator
 DISTVERSION=	4.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
 DISTNAME=	qt-creator-opensource-src-${DISTVERSION}

Modified: head/devel/qtcreator/pkg-plist
==============================================================================
--- head/devel/qtcreator/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/devel/qtcreator/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1630,7 +1630,7 @@ libexec/qtcreator/sdktool
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/stop_small.png
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/text.png
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/unifieddiff.png
-%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/used-in-examples/qt-logo.png
+%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/used-in-examples/transitions/qt-logo.png
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var.png
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_priv.png
 %%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_prot.png

Modified: head/graphics/qt5-3d/pkg-plist
==============================================================================
--- head/graphics/qt5-3d/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/graphics/qt5-3d/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -926,6 +926,7 @@
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesvisitor_p.h
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentitylayersjob_p.h
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
 %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateshaderdatatransformjob_p.h

Modified: head/graphics/qt5-pixeltool/files/patch-src__src.pro
==============================================================================
--- head/graphics/qt5-pixeltool/files/patch-src__src.pro	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/graphics/qt5-pixeltool/files/patch-src__src.pro	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,9 +1,9 @@
 Only enter the directories we want to build, otherwise we might fail due to
 missing dependencies.
 
---- src/src.pro.orig	2018-06-09 11:10:38 UTC
+--- src/src.pro.orig	2018-09-21 17:44:37 UTC
 +++ src/src.pro
-@@ -1,53 +1,3 @@
+@@ -1,48 +1,3 @@
  TEMPLATE = subdirs
  
 -qtHaveModule(widgets) {
@@ -33,10 +33,6 @@ missing dependencies.
 -    SUBDIRS += macdeployqt
 -}
 -
--android {
--    SUBDIRS += androiddeployqt
--}
--
 -qtHaveModule(dbus): SUBDIRS += qdbus
 -
 -win32|winrt:SUBDIRS += windeployqt
@@ -51,7 +47,6 @@ missing dependencies.
 -# This is necessary to avoid a race condition between toolchain.prf
 -# invocations in a module-by-module cross-build.
 -cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
--    androiddeployqt.depends += qtattributionsscanner
 -    qdoc.depends += qtattributionsscanner
 -    windeployqt.depends += qtattributionsscanner
 -    winrtrunner.depends += qtattributionsscanner

Modified: head/graphics/qt5-wayland/pkg-plist
==============================================================================
--- head/graphics/qt5-wayland/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/graphics/qt5-wayland/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,15 +1,5 @@
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclient-config_p.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclientglobal_p.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-hardware-integration.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-windowmanager.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qtkey-extension.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-server-buffer-extension.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-surface-extension.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-touch-extension.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wayland.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell-unstable-v6.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandabstractdecoration_p.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandbuffer_p.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
@@ -59,16 +49,6 @@
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgshellv6_p.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgshellv6integration_p.h
 %%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgsurface_p.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qtkey-extension-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wayland-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-client-protocol.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-unstable-v6-client-protocol.h
 %%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtension
 %%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtensionTemplate
 %%QT_INCDIR%%/QtWaylandClient/QtWaylandClient
@@ -103,8 +83,8 @@
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutput_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutputmode_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandpointer_p.h
-%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandqtwindowmanager_p.h
+%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickitem_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
 %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandseat_p.h
@@ -294,10 +274,10 @@
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-glx.so.debug
 %%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so.debug
+%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so
+%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
 %%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so.debug
-%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so
-%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so.debug
 %%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so
 %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
 %%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so

Modified: head/misc/qt5-doc/Makefile
==============================================================================
--- head/misc/qt5-doc/Makefile	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/misc/qt5-doc/Makefile	Tue Sep 25 20:12:03 2018	(r480692)
@@ -6,7 +6,7 @@ DISTVERSION=	${QT5_VERSION}
 CATEGORIES=	misc
 MASTER_SITES=	QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/
 PKGNAMEPREFIX=	qt5-
-DISTNAME=	${QT5_VERSION}-0-201806180847qt-everywhere-documentation
+DISTNAME=	${QT5_VERSION}-0-201809141956qt-everywhere-documentation
 DIST_SUBDIR=	KDE/Qt/${QT5_VERSION}
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/misc/qt5-doc/distinfo
==============================================================================
--- head/misc/qt5-doc/distinfo	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/misc/qt5-doc/distinfo	Tue Sep 25 20:12:03 2018	(r480692)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529606962
-SHA256 (KDE/Qt/5.11.1/5.11.1-0-201806180847qt-everywhere-documentation.7z) = 1ce80f9e7de14afe52197fed4a1ad1c3a28173ba75a254a9ec253bc94a801d00
-SIZE (KDE/Qt/5.11.1/5.11.1-0-201806180847qt-everywhere-documentation.7z) = 195754941
+TIMESTAMP = 1537550671
+SHA256 (KDE/Qt/5.11.2/5.11.2-0-201809141956qt-everywhere-documentation.7z) = ca5e76740029f84c5098e303a2c32629698cbad0771d0b37e2c48b0399390747
+SIZE (KDE/Qt/5.11.2/5.11.2-0-201809141956qt-everywhere-documentation.7z) = 250314926

Modified: head/misc/qt5-doc/pkg-plist
==============================================================================
--- head/misc/qt5-doc/pkg-plist	Tue Sep 25 19:57:58 2018	(r480691)
+++ head/misc/qt5-doc/pkg-plist	Tue Sep 25 20:12:03 2018	(r480692)
@@ -94,6 +94,156 @@
 %%QT_DOCDIR%%/activeqt/qaxwidget.html
 %%QT_DOCDIR%%/activeqt/style/offline-simple.css
 %%QT_DOCDIR%%/activeqt/style/offline.css
+%%QT_DOCDIR%%/gammaray-manual.qch
+%%QT_DOCDIR%%/gammaray-manual/examples-gammaray.html
+%%QT_DOCDIR%%/gammaray-manual/examples-manifest.xml
+%%QT_DOCDIR%%/gammaray-manual/gammaray-action-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-advanced-usage.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-application-attributes.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-basic-operations.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-classinfo.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-client.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-codec-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-command-line.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-connections.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-enums.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-font-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-getting-started.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-graphicsscene-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-http-cookies.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-install.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-launcher-gui.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-licenses-and-attributions.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-locales.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-backward-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kitemmodels.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kuserfeedback.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-lz4.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-qt.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-stackwalker.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp
+%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp.sha1
+%%QT_DOCDIR%%/gammaray-manual/gammaray-messages.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-metaobject-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-metatype-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-methods.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-mime-types.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-model-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-network.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-object-inspection.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-paint-analyzer.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-properties.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlbindings.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlcontext.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qmltype.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qobject-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qresource-browser.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qsggeometry.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgmaterial.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgtexture.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-h.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3dgeometry-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qtcreator.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-qtquick2-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-qml.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-slider-qml.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-qml.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-plotter.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-stack-trace.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-standard-paths.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-debugger.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-qml.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-styles.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-text-documents.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-timertop.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-tools.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-translator-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-wayland-compositors.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-web-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-attributes.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-inspector.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-example.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-cpp.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-pro.html
+%%QT_DOCDIR%%/gammaray-manual/gammaray.index
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-action-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-application-attributes.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-bindings.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-classinfo.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-codec-browser.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-connections.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-enums.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-font-browser.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsitem-paint-analyzer.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsscene-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-http-cookies.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-attach.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-connect.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-launch.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-selftest.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-locales.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-logging-categories.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metaobject-browser.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metatype-browser.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-method-invocation.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-methods.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-mime-types.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-model-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-network-interfaces.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-object-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-paint-analyzer.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-properties.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmlcontext.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmltype.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-geometry.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-qsg-visualize.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qqpainteditem-paint-analyzer.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qrc-browser.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsggeometry.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgmaterial.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgtexture.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsm-debugger.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-buffers.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-backface-culling.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-buffers.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-diagnostic-shading.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-normals.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-wireframe.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-attach.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-connect.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-signal-plotter.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-stack-trace.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-standard-paths.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-style-controls.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-text-documents.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timertop.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timezones.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-translations.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-wayland-compositor.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-web-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-attributes.png
+%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-inspector.png
+%%QT_DOCDIR%%/gammaray-manual/index.html
 %%QT_DOCDIR%%/qdoc.qch
 %%QT_DOCDIR%%/qdoc/01-qdoc-manual.html
 %%QT_DOCDIR%%/qdoc/03-qdoc-commands-markup.html
@@ -245,57 +395,59 @@
 %%QT_DOCDIR%%/qt3d/images/simple-custom-material.jpg
 %%QT_DOCDIR%%/qt3d/images/simple-framegraph.png
 %%QT_DOCDIR%%/qt3d/images/simple-qml.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/WaterDiffuse.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/WaterNormal.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/WaterSpecular.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/Waterwave.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/albumcover.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/demotitle.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earth.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earthcloudmapcolortrans.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earthcloudmapspec.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earthmap2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earthnormal2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/earthspec2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/foam.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/galaxy_starfield.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/home_icon.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/icon.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/icon120.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/icon180.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/jupiter.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/jupitermap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/mars.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/marsmap2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/marsnormal2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/mercury.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/mercurymap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/mercurynormal.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/moonmap2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/moonnormal2k.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/neptune.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/neptunemap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/normalmap.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/pausehoverpressed.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/pausenormal.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/playhoverpressed.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/playnormal.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/saturn.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/saturnmap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/saturnringcolortrans.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/sky.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/songtitle.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/stopdisabled.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/stophoverpressed.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/stopnormal.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/sun.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/sunmap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/uranus.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/uranusmap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/uranusringcolortrans.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/venus.png
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/venusmap.jpg
-%%QT_DOCDIR%%/qt3d/images/used-in-examples/venusnormal.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterDiffuse.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterNormal.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterSpecular.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/Waterwave.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/foam.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/sky.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/albumcover.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/demotitle.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/normalmap.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/pausehoverpressed.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/pausenormal.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/playhoverpressed.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/playnormal.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/songtitle.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/stopdisabled.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/stophoverpressed.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/audio-visualizer-qml/images/stopnormal.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-hdpi/icon.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-ldpi/icon.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-mdpi/icon.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/earth.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/jupiter.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/mars.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/mercury.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/nasa/uranusringcolortrans.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/neptune.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/saturn.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/earthcloudmapcolortrans.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/earthcloudmapspec.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/earthmap2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/earthnormal2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/earthspec2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/galaxy_starfield.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/jupitermap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/marsmap2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/marsnormal2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/mercurymap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/mercurynormal.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/moonmap2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/moonnormal2k.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/neptunemap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/saturnmap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/saturnringcolortrans.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/sunmap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/uranusmap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/venusmap.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/solarsystemscope/venusnormal.jpg
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/sun.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/uranus.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/images/venus.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient WatchKit App/Assets.xcassets/AppIcon.appiconset/home_icon.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon120.png
+%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon180.png
 %%QT_DOCDIR%%/qt3d/images/wave.png
 %%QT_DOCDIR%%/qt3d/images/widgets-scene3d.png
 %%QT_DOCDIR%%/qt3d/qml-computecommand-members.html
@@ -617,10 +769,10 @@
 %%QT_DOCDIR%%/qt3d/qml-qt3d-render-textureimage.html
 %%QT_DOCDIR%%/qt3d/qml-qt3d-render-viewport-members.html
 %%QT_DOCDIR%%/qt3d/qml-qt3d-render-viewport.html
-%%QT_DOCDIR%%/qt3d/qml-qt3d-scene2d-scene2d-members.html
-%%QT_DOCDIR%%/qt3d/qml-qt3d-scene2d-scene2d.html
-%%QT_DOCDIR%%/qt3d/qml-qt3d-scene3d-scene3d-members.html
-%%QT_DOCDIR%%/qt3d/qml-qt3d-scene3d-scene3d.html
+%%QT_DOCDIR%%/qt3d/qml-qtquick-scene2d-scene2d-members.html
+%%QT_DOCDIR%%/qt3d/qml-qtquick-scene2d-scene2d.html
+%%QT_DOCDIR%%/qt3d/qml-qtquick-scene3d-scene3d-members.html
+%%QT_DOCDIR%%/qt3d/qml-qtquick-scene3d-scene3d.html
 %%QT_DOCDIR%%/qt3d/qml-renderstate-members.html
 %%QT_DOCDIR%%/qt3d/qml-renderstate.html
 %%QT_DOCDIR%%/qt3d/qt3d-advancedcustommaterial-advancedcustommaterial-pro.html
@@ -638,6 +790,7 @@
 %%QT_DOCDIR%%/qt3d/qt3d-advancedcustommaterial-watermaterial-qml.html
 %%QT_DOCDIR%%/qt3d/qt3d-animation-qmlmodule.html

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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