Tue Mar 26 11:14:19 2019 UTC ()
qt5: updated to 5.12.2

5.12.2:
While not adding new features, the Qt 5.12.2 release provides a number of bug
fixes and other improvements.

Compared to Qt 5.12.1, the new Qt 5.12.2 contains more than 250 bug fixes. For
details of the most important changes, please check the Change files of Qt
5.12.2.

With Qt 5.12.2 we bring back widely asked MinGW 32 bit prebuild binaries in
addition to 64 bit ones.

Qt 5.12 LTS will receive many more patch releases throughout the coming years
and we recommend all active developed projects to migrate to Qt 5.12 LTS. Qt
5.9 LTS is currently in ���Strict��� phase and receives only the selected important
bug and security fixes, while Qt 5.12 LTS is currently receiving all the bug
fixes. With Qt 5.6 Support ending in March 2019 all active projects still using
Qt 5.6 LTS should now migrate to a later version of Qt.


(adam)
diff -r1.15 -r1.16 pkgsrc/x11/qt5/Makefile
diff -r1.13 -r1.14 pkgsrc/x11/qt5/Makefile.common
diff -r1.8 -r1.9 pkgsrc/x11/qt5-mysql/distinfo
diff -r1.7 -r1.8 pkgsrc/x11/qt5-odbc/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-psql/distinfo
diff -r1.69 -r1.70 pkgsrc/x11/qt5-qtbase/Makefile
diff -r1.29 -r1.30 pkgsrc/x11/qt5-qtbase/Makefile.common
diff -r1.18 -r1.19 pkgsrc/x11/qt5-qtbase/PLIST
diff -r1.46 -r1.47 pkgsrc/x11/qt5-qtbase/distinfo
diff -r1.2 -r0 pkgsrc/x11/qt5-qtbase/patches/patch-config.tests_unix_iconv_iconv.cpp
diff -r1.2 -r0 pkgsrc/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro
diff -r0 -r1.1 pkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_configure.json
diff -r1.2 -r1.3 pkgsrc/x11/qt5-qtcharts/distinfo
diff -r0 -r1.1 pkgsrc/x11/qt5-qtconnectivity/DESCR
diff -r0 -r1.1 pkgsrc/x11/qt5-qtconnectivity/Makefile
diff -r0 -r1.1 pkgsrc/x11/qt5-qtconnectivity/PLIST
diff -r0 -r1.1 pkgsrc/x11/qt5-qtconnectivity/buildlink3.mk
diff -r0 -r1.1 pkgsrc/x11/qt5-qtconnectivity/distinfo
diff -r1.13 -r1.14 pkgsrc/x11/qt5-qtdeclarative/distinfo
diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtdoc/PLIST
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtdoc/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtgraphicaleffects/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtimageformats/distinfo
diff -r1.10 -r1.11 pkgsrc/x11/qt5-qtlocation/PLIST
diff -r1.10 -r1.11 pkgsrc/x11/qt5-qtlocation/distinfo
diff -r1.3 -r1.4 pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json
diff -r1.1 -r0 pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_declarativemaps_qdeclarativegeomap.cpp
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtmacextras/distinfo
diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtmultimedia/distinfo
diff -r1.2 -r1.3 pkgsrc/x11/qt5-qtnetworkauth/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtquickcontrols/distinfo
diff -r1.6 -r1.7 pkgsrc/x11/qt5-qtquickcontrols2/distinfo
diff -r1.5 -r1.6 pkgsrc/x11/qt5-qtscript/PLIST
diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtscript/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtsensors/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtserialport/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtsvg/distinfo
diff -r1.10 -r1.11 pkgsrc/x11/qt5-qttools/PLIST
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qttools/distinfo
diff -r1.6 -r1.7 pkgsrc/x11/qt5-qttranslations/PLIST
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qttranslations/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtwebchannel/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtwebsockets/distinfo
diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtx11extras/distinfo
diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtxmlpatterns/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/x11/qt5/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/qt5/Makefile 2018/12/26 11:48:27 1.15
+++ pkgsrc/x11/qt5/Makefile 2019/03/26 11:14:16 1.16
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.15 2018/12/26 11:48:27 ryoon Exp $ 1# $NetBSD: Makefile,v 1.16 2019/03/26 11:14:16 adam Exp $
2 2
3DISTNAME= qt5-${QTVERSION} 3DISTNAME= qt5-${QTVERSION}
4 4
5COMMENT= "meta-package" for version 5 of the QT GUI C++ toolkit 5COMMENT= "meta-package" for version 5 of the QT GUI C++ toolkit
6 6
7META_PACKAGE= yes 7META_PACKAGE= yes
8 8
9.include "Makefile.common" 9.include "Makefile.common"
10 10
11DEPENDS+= qt5-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtbase 11DEPENDS+= qt5-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtbase
12DEPENDS+= qt5-qtcharts-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtcharts 12DEPENDS+= qt5-qtcharts-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtcharts
 13DEPENDS+= qt5-qtconnectivity-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtconnectivity
13DEPENDS+= qt5-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdeclarative 14DEPENDS+= qt5-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdeclarative
14DEPENDS+= qt5-qtdoc-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdoc 15DEPENDS+= qt5-qtdoc-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdoc
15DEPENDS+= qt5-qtgraphicaleffects-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtgraphicaleffects 16DEPENDS+= qt5-qtgraphicaleffects-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtgraphicaleffects
16DEPENDS+= qt5-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtimageformats 17DEPENDS+= qt5-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtimageformats
17DEPENDS+= qt5-qtlocation-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtlocation 18DEPENDS+= qt5-qtlocation-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtlocation
18DEPENDS+= qt5-qtmultimedia-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtmultimedia 19DEPENDS+= qt5-qtmultimedia-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtmultimedia
19DEPENDS+= qt5-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtnetworkauth 20DEPENDS+= qt5-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtnetworkauth
20DEPENDS+= qt5-qtquickcontrols-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols 21DEPENDS+= qt5-qtquickcontrols-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols
21DEPENDS+= qt5-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols2 22DEPENDS+= qt5-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols2
22DEPENDS+= qt5-qtscript-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtscript 23DEPENDS+= qt5-qtscript-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtscript
23DEPENDS+= qt5-qtsensors-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsensors 24DEPENDS+= qt5-qtsensors-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsensors
24DEPENDS+= qt5-qtserialport-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtserialport 25DEPENDS+= qt5-qtserialport-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtserialport
25DEPENDS+= qt5-qtsvg-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsvg 26DEPENDS+= qt5-qtsvg-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsvg

cvs diff -r1.13 -r1.14 pkgsrc/x11/qt5/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/qt5/Makefile.common 2018/12/26 11:48:27 1.13
+++ pkgsrc/x11/qt5/Makefile.common 2019/03/26 11:14:16 1.14
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.13 2018/12/26 11:48:27 ryoon Exp $ 1# $NetBSD: Makefile.common,v 1.14 2019/03/26 11:14:16 adam Exp $
2# used by x11/qt5-qtbase/Makefile.common 2# used by x11/qt5-qtbase/Makefile.common
3# used by inputmethod/qt5-uim/Makefile 3# used by inputmethod/qt5-uim/Makefile
4 4
5QTVERSION= 5.12.0 5QTVERSION= 5.12.2
6 6
7.include "../../mk/bsd.prefs.mk" 7.include "../../mk/bsd.prefs.mk"
8 8
9CATEGORIES= x11 9CATEGORIES= x11
10MASTER_SITES= http://download.qt-project.org/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/ 10MASTER_SITES= http://download.qt-project.org/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
11EXTRACT_SUFX= .tar.xz 11EXTRACT_SUFX= .tar.xz
12EXTRACT_USING= bsdtar 12EXTRACT_USING= bsdtar
13 13
14MAINTAINER?= ryoon@NetBSD.org 14MAINTAINER?= ryoon@NetBSD.org
15HOMEPAGE= http://qt-project.org/ 15HOMEPAGE= http://qt-project.org/
16LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3 16LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3
17 17
18QTPREFIX= ${PREFIX}/qt5 18QTPREFIX= ${PREFIX}/qt5

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-mysql/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-mysql/distinfo 2018/12/18 09:57:17 1.8
+++ pkgsrc/x11/qt5-mysql/distinfo 2019/03/26 11:14:16 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:17 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:16 adam Exp $
2 2
3SHA1 (qtbase-everywhere-src-5.12.0.tar.xz) = 67ea0cdbe65d9406dcef36b3a6899cb17c812678 3SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
4RMD160 (qtbase-everywhere-src-5.12.0.tar.xz) = 83fbdcf4cfa783c7e1be09fee1a439c26d006a70 4RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
5SHA512 (qtbase-everywhere-src-5.12.0.tar.xz) = 8e6c51b754840d17e694b5b4a0d732afe04ebe48d166bca429db01ce3ac9014bb0ed35fe99ad165973889d96919f6b6774429585bae9a7fdba6b07f4c1eb3570 5SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
6Size (qtbase-everywhere-src-5.12.0.tar.xz) = 48288896 bytes 6Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes

cvs diff -r1.7 -r1.8 pkgsrc/x11/qt5-odbc/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-odbc/distinfo 2018/12/18 09:57:17 1.7
+++ pkgsrc/x11/qt5-odbc/distinfo 2019/03/26 11:14:16 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2018/12/18 09:57:17 adam Exp $ 1$NetBSD: distinfo,v 1.8 2019/03/26 11:14:16 adam Exp $
2 2
3SHA1 (qtbase-everywhere-src-5.12.0.tar.xz) = 67ea0cdbe65d9406dcef36b3a6899cb17c812678 3SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
4RMD160 (qtbase-everywhere-src-5.12.0.tar.xz) = 83fbdcf4cfa783c7e1be09fee1a439c26d006a70 4RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
5SHA512 (qtbase-everywhere-src-5.12.0.tar.xz) = 8e6c51b754840d17e694b5b4a0d732afe04ebe48d166bca429db01ce3ac9014bb0ed35fe99ad165973889d96919f6b6774429585bae9a7fdba6b07f4c1eb3570 5SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
6Size (qtbase-everywhere-src-5.12.0.tar.xz) = 48288896 bytes 6Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-psql/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-psql/distinfo 2018/12/18 09:57:17 1.8
+++ pkgsrc/x11/qt5-psql/distinfo 2019/03/26 11:14:16 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:17 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:16 adam Exp $
2 2
3SHA1 (qtbase-everywhere-src-5.12.0.tar.xz) = 67ea0cdbe65d9406dcef36b3a6899cb17c812678 3SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
4RMD160 (qtbase-everywhere-src-5.12.0.tar.xz) = 83fbdcf4cfa783c7e1be09fee1a439c26d006a70 4RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
5SHA512 (qtbase-everywhere-src-5.12.0.tar.xz) = 8e6c51b754840d17e694b5b4a0d732afe04ebe48d166bca429db01ce3ac9014bb0ed35fe99ad165973889d96919f6b6774429585bae9a7fdba6b07f4c1eb3570 5SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
6Size (qtbase-everywhere-src-5.12.0.tar.xz) = 48288896 bytes 6Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes

cvs diff -r1.69 -r1.70 pkgsrc/x11/qt5-qtbase/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtbase/Makefile 2018/12/18 09:57:18 1.69
+++ pkgsrc/x11/qt5-qtbase/Makefile 2019/03/26 11:14:16 1.70
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1# $NetBSD: Makefile,v 1.69 2018/12/18 09:57:18 adam Exp $ 1# $NetBSD: Makefile,v 1.70 2019/03/26 11:14:16 adam Exp $
2 2
3DISTNAME= qtbase-everywhere-src-${QTVERSION} 3DISTNAME= qtbase-everywhere-src-${QTVERSION}
4PKGNAME= qt5-qtbase-${QTVERSION} 4PKGNAME= qt5-qtbase-${QTVERSION}
5COMMENT= C++ X GUI toolkit 5COMMENT= C++ X GUI toolkit
6 6
7.include "../../x11/qt5-qtbase/Makefile.common" 7.include "../../x11/qt5-qtbase/Makefile.common"
8 8
9HAS_CONFIGURE= yes 9HAS_CONFIGURE= yes
10CONFIGURE_ARGS+= -prefix "${QTPREFIX}" 10CONFIGURE_ARGS+= -prefix "${QTPREFIX}"
 11CONFIGURE_ARGS+= -I "${PREFIX}/include"
 12CONFIGURE_ARGS+= -L "${PREFIX}/lib"
11CONFIGURE_ARGS+= -opensource -confirm-license 13CONFIGURE_ARGS+= -opensource -confirm-license
12CONFIGURE_ARGS+= -sysconfdir "${PKG_SYSCONFDIR}/xdg" 14CONFIGURE_ARGS+= -sysconfdir "${PKG_SYSCONFDIR}/xdg"
13CONFIGURE_ARGS+= -accessibility 15CONFIGURE_ARGS+= -accessibility
14CONFIGURE_ARGS+= -dbus-linked 16CONFIGURE_ARGS+= -dbus-linked
15CONFIGURE_ARGS+= -icu 17CONFIGURE_ARGS+= -icu
16CONFIGURE_ARGS+= -libproxy 18CONFIGURE_ARGS+= -libproxy
17CONFIGURE_ARGS+= -openssl-linked 19CONFIGURE_ARGS+= -openssl-linked
18CONFIGURE_ARGS+= -nomake examples 20CONFIGURE_ARGS+= -nomake examples
19CONFIGURE_ARGS+= -nomake tests 21CONFIGURE_ARGS+= -nomake tests
20CONFIGURE_ARGS+= -no-pch 22CONFIGURE_ARGS+= -no-pch
21CONFIGURE_ARGS+= -no-sql-db2 23CONFIGURE_ARGS+= -no-sql-db2
22CONFIGURE_ARGS+= -no-sql-ibase 24CONFIGURE_ARGS+= -no-sql-ibase
23CONFIGURE_ARGS+= -no-sql-mysql 25CONFIGURE_ARGS+= -no-sql-mysql
24CONFIGURE_ARGS+= -no-sql-oci 26CONFIGURE_ARGS+= -no-sql-oci
25CONFIGURE_ARGS+= -no-sql-odbc 27CONFIGURE_ARGS+= -no-sql-odbc
26CONFIGURE_ARGS+= -no-sql-psql 28CONFIGURE_ARGS+= -no-sql-psql
27#CONFIGURE_ARGS+= -no-sql-sqlite 
28CONFIGURE_ARGS+= -no-sql-sqlite2 29CONFIGURE_ARGS+= -no-sql-sqlite2
29CONFIGURE_ARGS+= -no-sql-tds 30CONFIGURE_ARGS+= -no-sql-tds
30CONFIGURE_ARGS+= -no-strip 31CONFIGURE_ARGS+= -no-strip
31CONFIGURE_ARGS+= -no-use-gold-linker 32CONFIGURE_ARGS+= -no-use-gold-linker
32CONFIGURE_ARGS+= -pkg-config 33CONFIGURE_ARGS+= -pkg-config
33CONFIGURE_ARGS+= -release 34CONFIGURE_ARGS+= -release
34CONFIGURE_ARGS+= -shared 35CONFIGURE_ARGS+= -shared
35CONFIGURE_ARGS+= -system-harfbuzz 36CONFIGURE_ARGS+= -system-harfbuzz
36CONFIGURE_ARGS+= -system-libjpeg 37CONFIGURE_ARGS+= -system-libjpeg
37CONFIGURE_ARGS+= -system-libpng 38CONFIGURE_ARGS+= -system-libpng
38CONFIGURE_ARGS+= -system-pcre 39CONFIGURE_ARGS+= -system-pcre
39CONFIGURE_ARGS+= -system-sqlite 40CONFIGURE_ARGS+= -system-sqlite
40CONFIGURE_ARGS+= -system-zlib 41CONFIGURE_ARGS+= -system-zlib

cvs diff -r1.29 -r1.30 pkgsrc/x11/qt5-qtbase/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtbase/Makefile.common 2018/12/18 09:57:18 1.29
+++ pkgsrc/x11/qt5-qtbase/Makefile.common 2019/03/26 11:14:16 1.30
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile.common,v 1.29 2018/12/18 09:57:18 adam Exp $ 1# $NetBSD: Makefile.common,v 1.30 2019/03/26 11:14:16 adam Exp $
2# used by x11/qt5-mysql/Makefile 2# used by x11/qt5-mysql/Makefile
3# used by x11/qt5-odbc/Makefile 3# used by x11/qt5-odbc/Makefile
4# used by x11/qt5-psql/Makefile 4# used by x11/qt5-psql/Makefile
5# used by x11/qt5-qtbase/Makefile 5# used by x11/qt5-qtbase/Makefile
6# used by x11/qt5-qtcharts/Makefile 6# used by x11/qt5-qtcharts/Makefile
 7# used by x11/qt5-qtconnectivity/Makefile
7# used by x11/qt5-qtdeclarative/Makefile 8# used by x11/qt5-qtdeclarative/Makefile
8# used by x11/qt5-qtdoc/Makefile 9# used by x11/qt5-qtdoc/Makefile
9# used by x11/qt5-qtgraphicaleffects/Makefile 10# used by x11/qt5-qtgraphicaleffects/Makefile
10# used by x11/qt5-qtimageformats/Makefile 11# used by x11/qt5-qtimageformats/Makefile
11# used by x11/qt5-qtlocation/Makefile 12# used by x11/qt5-qtlocation/Makefile
12# used by x11/qt5-qtmacextras/Makefile 13# used by x11/qt5-qtmacextras/Makefile
13# used by x11/qt5-qtmultimedia/Makefile 14# used by x11/qt5-qtmultimedia/Makefile
14# used by x11/qt5-qtnetworkauth/Makefile 15# used by x11/qt5-qtnetworkauth/Makefile
15# used by x11/qt5-qtquickcontrols/Makefile 16# used by x11/qt5-qtquickcontrols/Makefile
16# used by x11/qt5-qtscript/Makefile 17# used by x11/qt5-qtscript/Makefile
17# used by x11/qt5-qtsensors/Makefile 18# used by x11/qt5-qtsensors/Makefile
18# used by x11/qt5-qtserialport/Makefile 19# used by x11/qt5-qtserialport/Makefile
19# used by x11/qt5-qtsvg/Makefile 20# used by x11/qt5-qtsvg/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/x11/qt5-qtbase/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtbase/PLIST 2018/12/18 09:57:18 1.18
+++ pkgsrc/x11/qt5-qtbase/PLIST 2019/03/26 11:14:16 1.19
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.18 2018/12/18 09:57:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.19 2019/03/26 11:14:16 adam Exp $
2lib/pkgconfig/Qt5Concurrent.pc 2lib/pkgconfig/Qt5Concurrent.pc
3lib/pkgconfig/Qt5Core.pc 3lib/pkgconfig/Qt5Core.pc
4lib/pkgconfig/Qt5DBus.pc 4lib/pkgconfig/Qt5DBus.pc
5lib/pkgconfig/Qt5Gui.pc 5lib/pkgconfig/Qt5Gui.pc
6lib/pkgconfig/Qt5Network.pc 6lib/pkgconfig/Qt5Network.pc
7lib/pkgconfig/Qt5OpenGL.pc 7lib/pkgconfig/Qt5OpenGL.pc
8lib/pkgconfig/Qt5OpenGLExtensions.pc 8lib/pkgconfig/Qt5OpenGLExtensions.pc
9lib/pkgconfig/Qt5PrintSupport.pc 9lib/pkgconfig/Qt5PrintSupport.pc
10lib/pkgconfig/Qt5Sql.pc 10lib/pkgconfig/Qt5Sql.pc
11lib/pkgconfig/Qt5Test.pc 11lib/pkgconfig/Qt5Test.pc
12lib/pkgconfig/Qt5Widgets.pc 12lib/pkgconfig/Qt5Widgets.pc
13lib/pkgconfig/Qt5Xml.pc 13lib/pkgconfig/Qt5Xml.pc
14qt5/bin/fixqt4headers.pl 14qt5/bin/fixqt4headers.pl
@@ -1104,26 +1104,27 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/pr @@ -1104,26 +1104,27 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/pr
1104qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextobject_p.h 1104qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextobject_p.h
1105qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextodfwriter_p.h 1105qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextodfwriter_p.h
1106qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexttable_p.h 1106qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexttable_p.h
1107qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefiledata_p.h 1107qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefiledata_p.h
1108qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefilehandler_p.h 1108qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefilehandler_p.h
1109qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefilereader_p.h 1109qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexturefilereader_p.h
1110qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextureglyphcache_p.h 1110qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextureglyphcache_p.h
1111qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtgui-config_p.h 1111qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtgui-config_p.h
1112qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtguiglobal_p.h 1112qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtguiglobal_p.h
1113qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtouchdevice_p.h 1113qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtouchdevice_p.h
1114qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h 1114qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h
1115qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h 1115qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h
1116qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h 1116qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h
 1117qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvulkanfunctions_p.h
1117qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvulkanwindow_p.h 1118qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvulkanwindow_p.h
1118qt5/include/QtGui/${PKGVERSION}/QtGui/private/qwindow_p.h 1119qt5/include/QtGui/${PKGVERSION}/QtGui/private/qwindow_p.h
1119qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxbmhandler_p.h 1120qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxbmhandler_p.h
1120qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxpmhandler_p.h 1121qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxpmhandler_p.h
1121qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipreader_p.h 1122qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipreader_p.h
1122qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipwriter_p.h 1123qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipwriter_p.h
1123qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformaccessibility.h 1124qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformaccessibility.h
1124qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformbackingstore.h 1125qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformbackingstore.h
1125qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformclipboard.h 1126qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformclipboard.h
1126qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformcursor.h 1127qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformcursor.h
1127qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdialoghelper.h 1128qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdialoghelper.h
1128qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdrag.h 1129qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdrag.h
1129qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformfontdatabase.h 1130qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformfontdatabase.h
@@ -1791,40 +1792,42 @@ qt5/include/QtOpenGLExtensions/QtOpenGLE @@ -1791,40 +1792,42 @@ qt5/include/QtOpenGLExtensions/QtOpenGLE
1791qt5/include/QtOpenGLExtensions/qopenglextensions.h 1792qt5/include/QtOpenGLExtensions/qopenglextensions.h
1792qt5/include/QtOpenGLExtensions/qtopenglextensionsversion.h 1793qt5/include/QtOpenGLExtensions/qtopenglextensionsversion.h
1793qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositor_p.h 1794qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositor_p.h
1794qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositorbackingstore_p.h 1795qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositorbackingstore_p.h
1795qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupport 1796qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupport
1796qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportDepends 1797qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportDepends
1797qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportVersion 1798qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportVersion
1798qt5/include/QtPlatformCompositorSupport/qtplatformcompositorsupportversion.h 1799qt5/include/QtPlatformCompositorSupport/qtplatformcompositorsupportversion.h
1799qt5/include/QtPlatformHeaders/QCocoaNativeContext 1800qt5/include/QtPlatformHeaders/QCocoaNativeContext
1800qt5/include/QtPlatformHeaders/QCocoaWindowFunctions 1801qt5/include/QtPlatformHeaders/QCocoaWindowFunctions
1801qt5/include/QtPlatformHeaders/QEGLNativeContext 1802qt5/include/QtPlatformHeaders/QEGLNativeContext
1802qt5/include/QtPlatformHeaders/QEglFSFunctions 1803qt5/include/QtPlatformHeaders/QEglFSFunctions
1803qt5/include/QtPlatformHeaders/QGLXNativeContext 1804qt5/include/QtPlatformHeaders/QGLXNativeContext
 1805qt5/include/QtPlatformHeaders/QLinuxFbFunctions
1804qt5/include/QtPlatformHeaders/QPlatformHeaderHelper 1806qt5/include/QtPlatformHeaders/QPlatformHeaderHelper
1805qt5/include/QtPlatformHeaders/QWGLNativeContext 1807qt5/include/QtPlatformHeaders/QWGLNativeContext
1806qt5/include/QtPlatformHeaders/QWaylandWindowFunctions 1808qt5/include/QtPlatformHeaders/QWaylandWindowFunctions
1807qt5/include/QtPlatformHeaders/QWindowsWindowFunctions 1809qt5/include/QtPlatformHeaders/QWindowsWindowFunctions
1808qt5/include/QtPlatformHeaders/QXcbScreenFunctions 1810qt5/include/QtPlatformHeaders/QXcbScreenFunctions
1809qt5/include/QtPlatformHeaders/QXcbWindowFunctions 1811qt5/include/QtPlatformHeaders/QXcbWindowFunctions
1810qt5/include/QtPlatformHeaders/QtPlatformHeaders 1812qt5/include/QtPlatformHeaders/QtPlatformHeaders
1811qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends 1813qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends
1812qt5/include/QtPlatformHeaders/QtPlatformHeadersVersion 1814qt5/include/QtPlatformHeaders/QtPlatformHeadersVersion
1813qt5/include/QtPlatformHeaders/qcocoanativecontext.h 1815qt5/include/QtPlatformHeaders/qcocoanativecontext.h
1814qt5/include/QtPlatformHeaders/qcocoawindowfunctions.h 1816qt5/include/QtPlatformHeaders/qcocoawindowfunctions.h
1815qt5/include/QtPlatformHeaders/qeglfsfunctions.h 1817qt5/include/QtPlatformHeaders/qeglfsfunctions.h
1816qt5/include/QtPlatformHeaders/qeglnativecontext.h 1818qt5/include/QtPlatformHeaders/qeglnativecontext.h
1817qt5/include/QtPlatformHeaders/qglxnativecontext.h 1819qt5/include/QtPlatformHeaders/qglxnativecontext.h
 1820qt5/include/QtPlatformHeaders/qlinuxfbfunctions.h
1818qt5/include/QtPlatformHeaders/qplatformheaderhelper.h 1821qt5/include/QtPlatformHeaders/qplatformheaderhelper.h
1819qt5/include/QtPlatformHeaders/qtplatformheadersversion.h 1822qt5/include/QtPlatformHeaders/qtplatformheadersversion.h
1820qt5/include/QtPlatformHeaders/qwaylandwindowfunctions.h 1823qt5/include/QtPlatformHeaders/qwaylandwindowfunctions.h
1821qt5/include/QtPlatformHeaders/qwglnativecontext.h 1824qt5/include/QtPlatformHeaders/qwglnativecontext.h
1822qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h 1825qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h
1823qt5/include/QtPlatformHeaders/qxcbscreenfunctions.h 1826qt5/include/QtPlatformHeaders/qxcbscreenfunctions.h
1824qt5/include/QtPlatformHeaders/qxcbwindowfunctions.h 1827qt5/include/QtPlatformHeaders/qxcbwindowfunctions.h
1825qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qabstractprintdialog_p.h 1828qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qabstractprintdialog_p.h
1826qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcups_p.h 1829qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcups_p.h
1827qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcupsjobwidget_p.h 1830qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcupsjobwidget_p.h
1828qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_p.h 1831qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_p.h
1829qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_unix_p.h 1832qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_unix_p.h
1830qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_alpha_p.h 1833qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_alpha_p.h
@@ -2722,26 +2725,27 @@ qt5/mkspecs/common/gcc-base-unix.conf @@ -2722,26 +2725,27 @@ qt5/mkspecs/common/gcc-base-unix.conf
2722qt5/mkspecs/common/gcc-base.conf 2725qt5/mkspecs/common/gcc-base.conf
2723qt5/mkspecs/common/ghs-base.conf 2726qt5/mkspecs/common/ghs-base.conf
2724qt5/mkspecs/common/ghs-integrity-armv7.conf 2727qt5/mkspecs/common/ghs-integrity-armv7.conf
2725qt5/mkspecs/common/ghs-integrity-armv8.conf 2728qt5/mkspecs/common/ghs-integrity-armv8.conf
2726qt5/mkspecs/common/ghs-integrity-x86.conf 2729qt5/mkspecs/common/ghs-integrity-x86.conf
2727qt5/mkspecs/common/icc-base-unix.conf 2730qt5/mkspecs/common/icc-base-unix.conf
2728qt5/mkspecs/common/integrity/qplatformdefs.h 2731qt5/mkspecs/common/integrity/qplatformdefs.h
2729qt5/mkspecs/common/ios.conf 2732qt5/mkspecs/common/ios.conf
2730qt5/mkspecs/common/linux.conf 2733qt5/mkspecs/common/linux.conf
2731qt5/mkspecs/common/llvm.conf 2734qt5/mkspecs/common/llvm.conf
2732qt5/mkspecs/common/mac.conf 2735qt5/mkspecs/common/mac.conf
2733qt5/mkspecs/common/mac/qplatformdefs.h 2736qt5/mkspecs/common/mac/qplatformdefs.h
2734qt5/mkspecs/common/macx.conf 2737qt5/mkspecs/common/macx.conf
 2738qt5/mkspecs/common/msvc-based-version.conf
2735qt5/mkspecs/common/msvc-desktop.conf 2739qt5/mkspecs/common/msvc-desktop.conf
2736qt5/mkspecs/common/msvc-version.conf 2740qt5/mkspecs/common/msvc-version.conf
2737qt5/mkspecs/common/nacl/g++-nacl32.conf 2741qt5/mkspecs/common/nacl/g++-nacl32.conf
2738qt5/mkspecs/common/nacl/g++-nacl64.conf 2742qt5/mkspecs/common/nacl/g++-nacl64.conf
2739qt5/mkspecs/common/nacl/nacl-base.conf 2743qt5/mkspecs/common/nacl/nacl-base.conf
2740qt5/mkspecs/common/nacl/qplatformdefs.h 2744qt5/mkspecs/common/nacl/qplatformdefs.h
2741qt5/mkspecs/common/posix/qplatformdefs.h 2745qt5/mkspecs/common/posix/qplatformdefs.h
2742qt5/mkspecs/common/qcc-base-qnx-aarch64le.conf 2746qt5/mkspecs/common/qcc-base-qnx-aarch64le.conf
2743qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf 2747qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf
2744qt5/mkspecs/common/qcc-base-qnx-x86-64.conf 2748qt5/mkspecs/common/qcc-base-qnx-x86-64.conf
2745qt5/mkspecs/common/qcc-base-qnx-x86.conf 2749qt5/mkspecs/common/qcc-base-qnx-x86.conf
2746qt5/mkspecs/common/qcc-base-qnx.conf 2750qt5/mkspecs/common/qcc-base-qnx.conf
2747qt5/mkspecs/common/qcc-base.conf 2751qt5/mkspecs/common/qcc-base.conf
@@ -2852,38 +2856,40 @@ qt5/mkspecs/devices/linux-snowball-g++/q @@ -2852,38 +2856,40 @@ qt5/mkspecs/devices/linux-snowball-g++/q
2852qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf 2856qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf
2853qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h 2857qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h
2854qt5/mkspecs/devices/linux-tinkerboard-g++/qmake.conf 2858qt5/mkspecs/devices/linux-tinkerboard-g++/qmake.conf
2855qt5/mkspecs/devices/linux-tinkerboard-g++/qplatformdefs.h 2859qt5/mkspecs/devices/linux-tinkerboard-g++/qplatformdefs.h
2856qt5/mkspecs/devices/qmake.conf 2860qt5/mkspecs/devices/qmake.conf
2857qt5/mkspecs/dummy/qmake.conf 2861qt5/mkspecs/dummy/qmake.conf
2858qt5/mkspecs/features/android/android.prf 2862qt5/mkspecs/features/android/android.prf
2859qt5/mkspecs/features/android/android_deployment_settings.prf 2863qt5/mkspecs/features/android/android_deployment_settings.prf
2860qt5/mkspecs/features/android/resolve_target.prf 2864qt5/mkspecs/features/android/resolve_target.prf
2861qt5/mkspecs/features/android/sdk.prf 2865qt5/mkspecs/features/android/sdk.prf
2862qt5/mkspecs/features/benchmark.prf 2866qt5/mkspecs/features/benchmark.prf
2863qt5/mkspecs/features/build_pass.prf 2867qt5/mkspecs/features/build_pass.prf
2864qt5/mkspecs/features/cmake_functions.prf 2868qt5/mkspecs/features/cmake_functions.prf
 2869qt5/mkspecs/features/cmdline.prf
2865qt5/mkspecs/features/configure.prf 2870qt5/mkspecs/features/configure.prf
2866qt5/mkspecs/features/configure_base.prf 2871qt5/mkspecs/features/configure_base.prf
2867qt5/mkspecs/features/create_cmake.prf 2872qt5/mkspecs/features/create_cmake.prf
2868qt5/mkspecs/features/ctest_testcase.prf 2873qt5/mkspecs/features/ctest_testcase.prf
2869qt5/mkspecs/features/ctest_testcase_common.prf 2874qt5/mkspecs/features/ctest_testcase_common.prf
2870qt5/mkspecs/features/ctest_testcase_installed.prf 2875qt5/mkspecs/features/ctest_testcase_installed.prf
2871qt5/mkspecs/features/data/cmake/ExtraSourceIncludes.cmake.in 2876qt5/mkspecs/features/data/cmake/ExtraSourceIncludes.cmake.in
2872qt5/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in 2877qt5/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
2873qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in 2878qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in
2874qt5/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in 2879qt5/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
2875qt5/mkspecs/features/data/configure.json 2880qt5/mkspecs/features/data/configure.json
2876qt5/mkspecs/features/data/dummy.cpp 2881qt5/mkspecs/features/data/dummy.cpp
 2882qt5/mkspecs/features/data/dumpvcvars.bat
2877qt5/mkspecs/features/data/mac/objc_namespace.sh 2883qt5/mkspecs/features/data/mac/objc_namespace.sh
2878qt5/mkspecs/features/data/macros.cpp 2884qt5/mkspecs/features/data/macros.cpp
2879qt5/mkspecs/features/data/unix/findclasslist.pl 2885qt5/mkspecs/features/data/unix/findclasslist.pl
2880qt5/mkspecs/features/dbusadaptors.prf 2886qt5/mkspecs/features/dbusadaptors.prf
2881qt5/mkspecs/features/dbuscommon.pri 2887qt5/mkspecs/features/dbuscommon.pri
2882qt5/mkspecs/features/dbusinterfaces.prf 2888qt5/mkspecs/features/dbusinterfaces.prf
2883qt5/mkspecs/features/declarative_debug.prf 2889qt5/mkspecs/features/declarative_debug.prf
2884qt5/mkspecs/features/default_post.prf 2890qt5/mkspecs/features/default_post.prf
2885qt5/mkspecs/features/default_pre.prf 2891qt5/mkspecs/features/default_pre.prf
2886qt5/mkspecs/features/designer_defines.prf 2892qt5/mkspecs/features/designer_defines.prf
2887qt5/mkspecs/features/device_config.prf 2893qt5/mkspecs/features/device_config.prf
2888qt5/mkspecs/features/egl.prf 2894qt5/mkspecs/features/egl.prf
2889qt5/mkspecs/features/exceptions.prf 2895qt5/mkspecs/features/exceptions.prf
@@ -2907,28 +2913,26 @@ qt5/mkspecs/features/mac/objective_c.prf @@ -2907,28 +2913,26 @@ qt5/mkspecs/features/mac/objective_c.prf
2907qt5/mkspecs/features/mac/rez.prf 2913qt5/mkspecs/features/mac/rez.prf
2908qt5/mkspecs/features/mac/sdk.mk 2914qt5/mkspecs/features/mac/sdk.mk
2909qt5/mkspecs/features/mac/sdk.prf 2915qt5/mkspecs/features/mac/sdk.prf
2910qt5/mkspecs/features/mac/toolchain.prf 2916qt5/mkspecs/features/mac/toolchain.prf
2911qt5/mkspecs/features/mac/unsupported/objc_namespace.prf 2917qt5/mkspecs/features/mac/unsupported/objc_namespace.prf
2912qt5/mkspecs/features/moc.prf 2918qt5/mkspecs/features/moc.prf
2913qt5/mkspecs/features/no_debug_info.prf 2919qt5/mkspecs/features/no_debug_info.prf
2914qt5/mkspecs/features/plugin_bundle.prf 2920qt5/mkspecs/features/plugin_bundle.prf
2915qt5/mkspecs/features/precompile_header.prf 2921qt5/mkspecs/features/precompile_header.prf
2916qt5/mkspecs/features/qgltf.prf 2922qt5/mkspecs/features/qgltf.prf
2917qt5/mkspecs/features/qlalr.prf 2923qt5/mkspecs/features/qlalr.prf
2918qt5/mkspecs/features/qmake.conf 2924qt5/mkspecs/features/qmake.conf
2919qt5/mkspecs/features/qmake_use.prf 2925qt5/mkspecs/features/qmake_use.prf
2920qt5/mkspecs/features/qml1_module.prf 
2921qt5/mkspecs/features/qml1_plugin.prf 
2922qt5/mkspecs/features/qml_debug.prf 2926qt5/mkspecs/features/qml_debug.prf
2923qt5/mkspecs/features/qml_module.prf 2927qt5/mkspecs/features/qml_module.prf
2924qt5/mkspecs/features/qml_plugin.prf 2928qt5/mkspecs/features/qml_plugin.prf
2925qt5/mkspecs/features/qmltestcase.prf 2929qt5/mkspecs/features/qmltestcase.prf
2926qt5/mkspecs/features/qt.prf 2930qt5/mkspecs/features/qt.prf
2927qt5/mkspecs/features/qt_android_deps.prf 2931qt5/mkspecs/features/qt_android_deps.prf
2928qt5/mkspecs/features/qt_app.prf 2932qt5/mkspecs/features/qt_app.prf
2929qt5/mkspecs/features/qt_build_config.prf 2933qt5/mkspecs/features/qt_build_config.prf
2930qt5/mkspecs/features/qt_build_extra.prf 2934qt5/mkspecs/features/qt_build_extra.prf
2931qt5/mkspecs/features/qt_build_paths.prf 2935qt5/mkspecs/features/qt_build_paths.prf
2932qt5/mkspecs/features/qt_clear_installs.prf 2936qt5/mkspecs/features/qt_clear_installs.prf
2933qt5/mkspecs/features/qt_common.prf 2937qt5/mkspecs/features/qt_common.prf
2934qt5/mkspecs/features/qt_config.prf 2938qt5/mkspecs/features/qt_config.prf
@@ -2984,27 +2988,26 @@ qt5/mkspecs/features/unix/ccache.prf @@ -2984,27 +2988,26 @@ qt5/mkspecs/features/unix/ccache.prf
2984qt5/mkspecs/features/unix/hide_symbols.prf 2988qt5/mkspecs/features/unix/hide_symbols.prf
2985qt5/mkspecs/features/unix/largefile.prf 2989qt5/mkspecs/features/unix/largefile.prf
2986qt5/mkspecs/features/unix/opengl.prf 2990qt5/mkspecs/features/unix/opengl.prf
2987qt5/mkspecs/features/unix/separate_debug_info.prf 2991qt5/mkspecs/features/unix/separate_debug_info.prf
2988qt5/mkspecs/features/unix/thread.prf 2992qt5/mkspecs/features/unix/thread.prf
2989qt5/mkspecs/features/unix/x11.prf 2993qt5/mkspecs/features/unix/x11.prf
2990qt5/mkspecs/features/unix/x11inc.prf 2994qt5/mkspecs/features/unix/x11inc.prf
2991qt5/mkspecs/features/unix/x11lib.prf 2995qt5/mkspecs/features/unix/x11lib.prf
2992qt5/mkspecs/features/unix/x11sm.prf 2996qt5/mkspecs/features/unix/x11sm.prf
2993qt5/mkspecs/features/use_c_linker.prf 2997qt5/mkspecs/features/use_c_linker.prf
2994qt5/mkspecs/features/vxworks.prf 2998qt5/mkspecs/features/vxworks.prf
2995qt5/mkspecs/features/warn_off.prf 2999qt5/mkspecs/features/warn_off.prf
2996qt5/mkspecs/features/warn_on.prf 3000qt5/mkspecs/features/warn_on.prf
2997qt5/mkspecs/features/wasm/qt.prf 
2998qt5/mkspecs/features/wasm/wasm.prf 3001qt5/mkspecs/features/wasm/wasm.prf
2999qt5/mkspecs/features/wayland-scanner.prf 3002qt5/mkspecs/features/wayland-scanner.prf
3000qt5/mkspecs/features/win32/console.prf 3003qt5/mkspecs/features/win32/console.prf
3001qt5/mkspecs/features/win32/default_pre.prf 3004qt5/mkspecs/features/win32/default_pre.prf
3002qt5/mkspecs/features/win32/dumpcpp.prf 3005qt5/mkspecs/features/win32/dumpcpp.prf
3003qt5/mkspecs/features/win32/idcidl.prf 3006qt5/mkspecs/features/win32/idcidl.prf
3004qt5/mkspecs/features/win32/msvc_mp.prf 3007qt5/mkspecs/features/win32/msvc_mp.prf
3005qt5/mkspecs/features/win32/opengl.prf 3008qt5/mkspecs/features/win32/opengl.prf
3006qt5/mkspecs/features/win32/qt_dll.prf 3009qt5/mkspecs/features/win32/qt_dll.prf
3007qt5/mkspecs/features/win32/rtti.prf 3010qt5/mkspecs/features/win32/rtti.prf
3008qt5/mkspecs/features/win32/rtti_off.prf 3011qt5/mkspecs/features/win32/rtti_off.prf
3009qt5/mkspecs/features/win32/separate_debug_info.prf 3012qt5/mkspecs/features/win32/separate_debug_info.prf
3010qt5/mkspecs/features/win32/stl.prf 3013qt5/mkspecs/features/win32/stl.prf
@@ -3177,42 +3180,46 @@ qt5/mkspecs/unsupported/nacl64-g++/qplat @@ -3177,42 +3180,46 @@ qt5/mkspecs/unsupported/nacl64-g++/qplat
3177qt5/mkspecs/unsupported/qmake.conf 3180qt5/mkspecs/unsupported/qmake.conf
3178qt5/mkspecs/unsupported/qnx-X11-g++/qmake.conf 3181qt5/mkspecs/unsupported/qnx-X11-g++/qmake.conf
3179qt5/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h 3182qt5/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h
3180qt5/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf 3183qt5/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
3181qt5/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h 3184qt5/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h
3182qt5/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf 3185qt5/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
3183qt5/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h 3186qt5/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h
3184qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf 3187qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
3185qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h 3188qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h
3186qt5/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf 3189qt5/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
3187qt5/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h 3190qt5/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h
3188qt5/mkspecs/wasm-emscripten/qmake.conf 3191qt5/mkspecs/wasm-emscripten/qmake.conf
3189qt5/mkspecs/wasm-emscripten/qplatformdefs.h 3192qt5/mkspecs/wasm-emscripten/qplatformdefs.h
 3193qt5/mkspecs/win32-arm64-msvc2017/qmake.conf
 3194qt5/mkspecs/win32-arm64-msvc2017/qplatformdefs.h
3190qt5/mkspecs/win32-clang-g++/qmake.conf 3195qt5/mkspecs/win32-clang-g++/qmake.conf
3191qt5/mkspecs/win32-clang-g++/qplatformdefs.h 3196qt5/mkspecs/win32-clang-g++/qplatformdefs.h
3192qt5/mkspecs/win32-clang-msvc/qmake.conf 3197qt5/mkspecs/win32-clang-msvc/qmake.conf
3193qt5/mkspecs/win32-clang-msvc/qplatformdefs.h 3198qt5/mkspecs/win32-clang-msvc/qplatformdefs.h
3194qt5/mkspecs/win32-g++/qmake.conf 3199qt5/mkspecs/win32-g++/qmake.conf
3195qt5/mkspecs/win32-g++/qplatformdefs.h 3200qt5/mkspecs/win32-g++/qplatformdefs.h
3196qt5/mkspecs/win32-icc-k1om/qmake.conf 3201qt5/mkspecs/win32-icc-k1om/qmake.conf
3197qt5/mkspecs/win32-icc-k1om/qplatformdefs.h 3202qt5/mkspecs/win32-icc-k1om/qplatformdefs.h
3198qt5/mkspecs/win32-icc/qmake.conf 3203qt5/mkspecs/win32-icc/qmake.conf
3199qt5/mkspecs/win32-icc/qplatformdefs.h 3204qt5/mkspecs/win32-icc/qplatformdefs.h
3200qt5/mkspecs/win32-msvc/qmake.conf 3205qt5/mkspecs/win32-msvc/qmake.conf
3201qt5/mkspecs/win32-msvc/qplatformdefs.h 3206qt5/mkspecs/win32-msvc/qplatformdefs.h
3202qt5/mkspecs/winrt-arm-msvc2015/qmake.conf 3207qt5/mkspecs/winrt-arm-msvc2015/qmake.conf
3203qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h 3208qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h
3204qt5/mkspecs/winrt-arm-msvc2017/qmake.conf 3209qt5/mkspecs/winrt-arm-msvc2017/qmake.conf
3205qt5/mkspecs/winrt-arm-msvc2017/qplatformdefs.h 3210qt5/mkspecs/winrt-arm-msvc2017/qplatformdefs.h
 3211qt5/mkspecs/winrt-arm64-msvc2017/qmake.conf
 3212qt5/mkspecs/winrt-arm64-msvc2017/qplatformdefs.h
3206qt5/mkspecs/winrt-x64-msvc2015/qmake.conf 3213qt5/mkspecs/winrt-x64-msvc2015/qmake.conf
3207qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h 3214qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h
3208qt5/mkspecs/winrt-x64-msvc2017/qmake.conf 3215qt5/mkspecs/winrt-x64-msvc2017/qmake.conf
3209qt5/mkspecs/winrt-x64-msvc2017/qplatformdefs.h 3216qt5/mkspecs/winrt-x64-msvc2017/qplatformdefs.h
3210qt5/mkspecs/winrt-x86-msvc2015/qmake.conf 3217qt5/mkspecs/winrt-x86-msvc2015/qmake.conf
3211qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h 3218qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h
3212qt5/mkspecs/winrt-x86-msvc2017/qmake.conf 3219qt5/mkspecs/winrt-x86-msvc2017/qmake.conf
3213qt5/mkspecs/winrt-x86-msvc2017/qplatformdefs.h 3220qt5/mkspecs/winrt-x86-msvc2017/qplatformdefs.h
3214qt5/plugins/bearer/libqgenericbearer.so 3221qt5/plugins/bearer/libqgenericbearer.so
3215${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-emu-integration.so 3222${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-emu-integration.so
3216${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so 3223${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
3217${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-integration.so 3224${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-integration.so
3218${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-x11-integration.so 3225${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-x11-integration.so

cvs diff -r1.46 -r1.47 pkgsrc/x11/qt5-qtbase/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtbase/distinfo 2018/12/18 09:57:18 1.46
+++ pkgsrc/x11/qt5-qtbase/distinfo 2019/03/26 11:14:16 1.47
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1$NetBSD: distinfo,v 1.46 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.47 2019/03/26 11:14:16 adam Exp $
2 2
3SHA1 (qtbase-everywhere-src-5.12.0.tar.xz) = 67ea0cdbe65d9406dcef36b3a6899cb17c812678 3SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
4RMD160 (qtbase-everywhere-src-5.12.0.tar.xz) = 83fbdcf4cfa783c7e1be09fee1a439c26d006a70 4RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
5SHA512 (qtbase-everywhere-src-5.12.0.tar.xz) = 8e6c51b754840d17e694b5b4a0d732afe04ebe48d166bca429db01ce3ac9014bb0ed35fe99ad165973889d96919f6b6774429585bae9a7fdba6b07f4c1eb3570 5SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
6Size (qtbase-everywhere-src-5.12.0.tar.xz) = 48288896 bytes 6Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes
7SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = ffd0107d57e308aa83a780818756c9a538efc591 
8SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b 7SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
9SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26 8SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
10SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515 9SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515
11SHA1 (patch-qmake_Makefile.unix) = ec1af3d76dc5bd0b7b1d375ceeebbd016b6f555f 10SHA1 (patch-qmake_Makefile.unix) = ec1af3d76dc5bd0b7b1d375ceeebbd016b6f555f
12SHA1 (patch-qmake_generators_makefile.cpp) = 26366f21108534a321d9d7c7f87066e9acf7d981 11SHA1 (patch-qmake_generators_makefile.cpp) = 26366f21108534a321d9d7c7f87066e9acf7d981
13SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 3f2a6a11dacbf7959e5ec032cb4b6ef31b874fb7 12SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 3f2a6a11dacbf7959e5ec032cb4b6ef31b874fb7
14SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = e050b334cecc56259bd1755cd2de8c5bbf1409c0 13SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = e050b334cecc56259bd1755cd2de8c5bbf1409c0
 14SHA1 (patch-src_corelib_configure.json) = b0865730d33f11e047d3016832e6b56cf5f54add
15SHA1 (patch-src_corelib_global_qconfig-bootstrapped.h) = c52c811a44d965cf9d420749ffe999673c388a68 15SHA1 (patch-src_corelib_global_qconfig-bootstrapped.h) = c52c811a44d965cf9d420749ffe999673c388a68
16SHA1 (patch-src_corelib_io_io.pri) = b2c1057e20c3150162695947bab958a2644df7dc 16SHA1 (patch-src_corelib_io_io.pri) = b2c1057e20c3150162695947bab958a2644df7dc
17SHA1 (patch-src_corelib_io_qstandardpaths_unix.cpp) = de4b6c6be89524763e40698bcf5e8f413abdb938 17SHA1 (patch-src_corelib_io_qstandardpaths_unix.cpp) = de4b6c6be89524763e40698bcf5e8f413abdb938
18SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 9919194e9f6b47f1f311b8f8223a6a7519152073 18SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 9919194e9f6b47f1f311b8f8223a6a7519152073
19SHA1 (patch-src_corelib_thread_qwaitcondition__unix.cpp) = 9dffdbfc81bc7d3259020cd32b4039b7be6ee2bd 19SHA1 (patch-src_corelib_thread_qwaitcondition__unix.cpp) = 9dffdbfc81bc7d3259020cd32b4039b7be6ee2bd
20SHA1 (patch-src_network_kernel_qnetworkinterface__unix.cpp) = 2c5569eb2ba19999eb62e4fdb54f347c88f6e6a5 20SHA1 (patch-src_network_kernel_qnetworkinterface__unix.cpp) = 2c5569eb2ba19999eb62e4fdb54f347c88f6e6a5
21SHA1 (patch-src_openglextensions_openglextensions.pro) = 575d31c3a48f36d82dc1f342078e636f4c25e33f 21SHA1 (patch-src_openglextensions_openglextensions.pro) = 575d31c3a48f36d82dc1f342078e636f4c25e33f
22SHA1 (patch-src_plugins_platforminputcontexts_compose_compose.pro) = 1655b2320b250defcfa406c95e58a1b728c0f2d9 
23SHA1 (patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp) = 655ca6601ddd1768b92758cfdfd8d1c3514fba94 22SHA1 (patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp) = 655ca6601ddd1768b92758cfdfd8d1c3514fba94
24SHA1 (patch-src_plugins_platforms_xcb_qxcbatom.cpp) = abbd0b04b881666e82f45adc18e49aafdb43d4be 23SHA1 (patch-src_plugins_platforms_xcb_qxcbatom.cpp) = abbd0b04b881666e82f45adc18e49aafdb43d4be
25SHA1 (patch-src_plugins_platforms_xcb_qxcbconnection__basic.h) = 965338ca06d930a1e2261ea6312592607521e66c 24SHA1 (patch-src_plugins_platforms_xcb_qxcbconnection__basic.h) = 965338ca06d930a1e2261ea6312592607521e66c
26SHA1 (patch-src_tools_moc_main.cpp) = ebdddd657ba1c24657a9ca5624907e31a5d0c8bb 25SHA1 (patch-src_tools_moc_main.cpp) = ebdddd657ba1c24657a9ca5624907e31a5d0c8bb
27SHA1 (patch-src_widgets_graphicsview_qgraphicsitem__p.h) = fd55d5ef6fde506849aab07f7ba23e856373b3a1 26SHA1 (patch-src_widgets_graphicsview_qgraphicsitem__p.h) = fd55d5ef6fde506849aab07f7ba23e856373b3a1
28SHA1 (patch-tests_auto_corelib_io_qprocess_qprocess.pro) = 1dbb08e5ec6715cbe239efdfb45389959b179ea3 27SHA1 (patch-tests_auto_corelib_io_qprocess_qprocess.pro) = 1dbb08e5ec6715cbe239efdfb45389959b179ea3
29SHA1 (patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro) = a0534c3fe05ea1d7a23170811d1da7fa740e31d1 28SHA1 (patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro) = a0534c3fe05ea1d7a23170811d1da7fa740e31d1

File Deleted: pkgsrc/x11/qt5-qtbase/patches/Attic/patch-config.tests_unix_iconv_iconv.cpp

File Deleted: pkgsrc/x11/qt5-qtbase/patches/Attic/patch-src_plugins_platforminputcontexts_compose_compose.pro

File Added: pkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_configure.json
$NetBSD: patch-src_corelib_configure.json,v 1.1 2019/03/26 11:14:16 adam Exp $

Revert change from 5.12.1 to correctly detect 64-bit atomics and dlopen().

--- src/corelib/configure.json.orig	2019-03-06 07:59:50.000000000 +0000
+++ src/corelib/configure.json
@@ -133,6 +133,7 @@
         "libatomic": {
             "label": "64 bit atomics",
             "test": {
+                "include": [ "atomic", "cstdint" ],
                 "tail": [
                     "void test(volatile std::atomic<std::int64_t> &a)",
                     "{",
@@ -151,7 +152,6 @@
                 ],
                 "qmake": "CONFIG += c++11"
             },
-            "headers": [ "atomic", "cstdint" ],
             "sources": [
                 "",
                 "-latomic"
@@ -160,13 +160,13 @@
         "libdl": {
             "label": "dlopen()",
             "test": {
+                "include": "dlfcn.h",
                 "main": [
                     "dlclose(dlopen(0, 0));",
                     "dlsym(RTLD_DEFAULT, 0);",
                     "dlerror();"
                 ]
             },
-            "headers": "dlfcn.h",
             "sources": [
                 "",
                 "-ldl"

cvs diff -r1.2 -r1.3 pkgsrc/x11/qt5-qtcharts/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtcharts/distinfo 2018/12/18 09:57:18 1.2
+++ pkgsrc/x11/qt5-qtcharts/distinfo 2019/03/26 11:14:17 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.3 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtcharts-everywhere-src-5.12.0.tar.xz) = b8f9b25b1bfd8d1276f914762fe8e52df23a7d1d 3SHA1 (qtcharts-everywhere-src-5.12.2.tar.xz) = c570b7b8c6834fb30f71a3013a10f69696b15b50
4RMD160 (qtcharts-everywhere-src-5.12.0.tar.xz) = f2ab6d30427152f8e9e630b8de52494b757e7a67 4RMD160 (qtcharts-everywhere-src-5.12.2.tar.xz) = 8aca0503955dad0d4103c794458518ec82ebda31
5SHA512 (qtcharts-everywhere-src-5.12.0.tar.xz) = f8767dc019cf0b9a983e4fd61ac983184d7f4d3ad3cb748fc26a877892d537808eafc3f18815ba06761818e0fe5a74f0a048772fdac9ce86d7290a078f5e21aa 5SHA512 (qtcharts-everywhere-src-5.12.2.tar.xz) = dae38c553071ad5006948f0f355c1eadc32e4d860c565a61258fee9dc43f0fd940b265c80319a3b8869ea192030441fd1581907d1ec96f9b949ffd92ed2313d3
6Size (qtcharts-everywhere-src-5.12.0.tar.xz) = 4242288 bytes 6Size (qtcharts-everywhere-src-5.12.2.tar.xz) = 4242568 bytes

File Added: pkgsrc/x11/qt5-qtconnectivity/DESCR
Qt5 module for connectivity framework

File Added: pkgsrc/x11/qt5-qtconnectivity/Makefile
# $NetBSD: Makefile,v 1.1 2019/03/26 11:14:17 adam Exp $

DISTNAME=	qtconnectivity-everywhere-src-${QTVERSION}
PKGNAME=	qt5-qtconnectivity-${QTVERSION}
COMMENT=	Qt5 module for connectivity framework

BUILD_TARGET=		sub-src
INSTALL_ENV+=		INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+=	lib/pkgconfig

.include "../../x11/qt5-qtbase/Makefile.common"

.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/qt5-qtconnectivity/PLIST
@comment $NetBSD: PLIST,v 1.1 2019/03/26 11:14:17 adam Exp $
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/adapter1_bluez5_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/adapter_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/agent_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/androidbroadcastreceiver_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/battery1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/bluetoothmanagement_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/bluez5_helper_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/bluez_data_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/device1_bluez5_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/device_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/devicediscoverybroadcastreceiver_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/dummy_helper_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/gattchar1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/gattdesc1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/gattservice1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/hcimanager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/inputstreamthread_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/jni_android_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/lecmaccalculator_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/localdevicebroadcastreceiver_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/lowenergynotificationhub_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/manager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_agent_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_client1_bluez5_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_client_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_manager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_objectpush1_bluez5_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_transfer1_bluez5_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/obex_transfer_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/objectmanager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbluetooth_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtcentralmanager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtchanneldelegate_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtconnectionmonitor_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtdeviceinquiry_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtdevicepair_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtgcdtimer_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtl2capchannel_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtledeviceinquiry_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtnotifier_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtobexsession_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtperipheralmanager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtrfcommchannel_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtsdpinquiry_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtservicerecord_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtsocketlistener_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/osxbtutility_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/profile1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/profile1context_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/profilemanager1_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/properties_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothaddress_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothdevicediscoveryagent_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothdeviceinfo_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothhostinfo_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothlocaldevice_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothserver_osx_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothserver_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothservicediscoveryagent_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothserviceinfo_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_android_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_bluez_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_bluezdbus_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_dummy_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_osx_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_winrt_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocketbase_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothtransferreply_bluez_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothtransferreply_osx_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothtransferreply_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothtransferrequest_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qleadvertiser_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_android_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_bluez_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_bluezdbus_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_osx_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_winrt_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontrollerbase_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergyserviceprivate_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qprivatelinearbuffer_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qtbluetooth-config_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qtbluetoothglobal_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/remotedevicemanager_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/serveracceptancethread_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/service_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/servicediscoverybroadcastreceiver_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/servicemap_p.h
qt5/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/uistrings_p.h
qt5/include/QtBluetooth/QBluetoothAddress
qt5/include/QtBluetooth/QBluetoothDeviceDiscoveryAgent
qt5/include/QtBluetooth/QBluetoothDeviceInfo
qt5/include/QtBluetooth/QBluetoothHostInfo
qt5/include/QtBluetooth/QBluetoothLocalDevice
qt5/include/QtBluetooth/QBluetoothServer
qt5/include/QtBluetooth/QBluetoothServiceDiscoveryAgent
qt5/include/QtBluetooth/QBluetoothServiceInfo
qt5/include/QtBluetooth/QBluetoothSocket
qt5/include/QtBluetooth/QBluetoothTransferManager
qt5/include/QtBluetooth/QBluetoothTransferReply
qt5/include/QtBluetooth/QBluetoothTransferRequest
qt5/include/QtBluetooth/QBluetoothUuid
qt5/include/QtBluetooth/QLowEnergyAdvertisingData
qt5/include/QtBluetooth/QLowEnergyAdvertisingParameters
qt5/include/QtBluetooth/QLowEnergyCharacteristic
qt5/include/QtBluetooth/QLowEnergyCharacteristicData
qt5/include/QtBluetooth/QLowEnergyConnectionParameters
qt5/include/QtBluetooth/QLowEnergyController
qt5/include/QtBluetooth/QLowEnergyDescriptor
qt5/include/QtBluetooth/QLowEnergyDescriptorData
qt5/include/QtBluetooth/QLowEnergyHandle
qt5/include/QtBluetooth/QLowEnergyService
qt5/include/QtBluetooth/QLowEnergyServiceData
qt5/include/QtBluetooth/QtBluetooth
qt5/include/QtBluetooth/QtBluetoothDepends
qt5/include/QtBluetooth/QtBluetoothVersion
qt5/include/QtBluetooth/qbluetooth.h
qt5/include/QtBluetooth/qbluetoothaddress.h
qt5/include/QtBluetooth/qbluetoothdevicediscoveryagent.h
qt5/include/QtBluetooth/qbluetoothdeviceinfo.h
qt5/include/QtBluetooth/qbluetoothglobal.h
qt5/include/QtBluetooth/qbluetoothhostinfo.h
qt5/include/QtBluetooth/qbluetoothlocaldevice.h
qt5/include/QtBluetooth/qbluetoothserver.h
qt5/include/QtBluetooth/qbluetoothservicediscoveryagent.h
qt5/include/QtBluetooth/qbluetoothserviceinfo.h
qt5/include/QtBluetooth/qbluetoothsocket.h
qt5/include/QtBluetooth/qbluetoothtransfermanager.h
qt5/include/QtBluetooth/qbluetoothtransferreply.h
qt5/include/QtBluetooth/qbluetoothtransferrequest.h
qt5/include/QtBluetooth/qbluetoothuuid.h
qt5/include/QtBluetooth/qlowenergyadvertisingdata.h
qt5/include/QtBluetooth/qlowenergyadvertisingparameters.h
qt5/include/QtBluetooth/qlowenergycharacteristic.h
qt5/include/QtBluetooth/qlowenergycharacteristicdata.h
qt5/include/QtBluetooth/qlowenergyconnectionparameters.h
qt5/include/QtBluetooth/qlowenergycontroller.h
qt5/include/QtBluetooth/qlowenergydescriptor.h
qt5/include/QtBluetooth/qlowenergydescriptordata.h
qt5/include/QtBluetooth/qlowenergyservice.h
qt5/include/QtBluetooth/qlowenergyservicedata.h
qt5/include/QtBluetooth/qtbluetooth-config.h
qt5/include/QtBluetooth/qtbluetoothglobal.h
qt5/include/QtBluetooth/qtbluetoothversion.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/adapter_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/agent_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/androidjninfc_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/androidmainnewintentlistener_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/dbusobjectmanager_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/dbusproperties_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/manager_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/neard_helper_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpserver_android_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpserver_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpserver_p_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpsocket_android_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpsocket_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qllcpsocket_p_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qndefnfcsmartposterrecord_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qndefrecord_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanager_android_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanager_emulator_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanager_neard_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanager_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanagerimpl_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanagervirtualbase_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldsharemanager_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldsharemanagerimpl_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldsharetarget_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldsharetargetimpl_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtagtype1_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtagtype2_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtagtype3_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtagtype4_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtarget_android_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtarget_emulator_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtarget_neard_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldtarget_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qtlv_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/qtnfcglobal_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/tag_p.h
qt5/include/QtNfc/${PKGVERSION}/QtNfc/private/targetemulator_p.h
qt5/include/QtNfc/QNdefFilter
qt5/include/QtNfc/QNdefMessage
qt5/include/QtNfc/QNdefNfcIconRecord
qt5/include/QtNfc/QNdefNfcSmartPosterRecord
qt5/include/QtNfc/QNdefNfcTextRecord
qt5/include/QtNfc/QNdefNfcUriRecord
qt5/include/QtNfc/QNdefRecord
qt5/include/QtNfc/QNearFieldManager
qt5/include/QtNfc/QNearFieldShareManager
qt5/include/QtNfc/QNearFieldShareTarget
qt5/include/QtNfc/QNearFieldTarget
qt5/include/QtNfc/QQmlNdefRecord
qt5/include/QtNfc/QtNfc
qt5/include/QtNfc/QtNfcDepends
qt5/include/QtNfc/QtNfcVersion
qt5/include/QtNfc/qndeffilter.h
qt5/include/QtNfc/qndefmessage.h
qt5/include/QtNfc/qndefnfcsmartposterrecord.h
qt5/include/QtNfc/qndefnfctextrecord.h
qt5/include/QtNfc/qndefnfcurirecord.h
qt5/include/QtNfc/qndefrecord.h
qt5/include/QtNfc/qnearfieldmanager.h
qt5/include/QtNfc/qnearfieldsharemanager.h
qt5/include/QtNfc/qnearfieldsharetarget.h
qt5/include/QtNfc/qnearfieldtarget.h
qt5/include/QtNfc/qnfcglobal.h
qt5/include/QtNfc/qqmlndefrecord.h
qt5/include/QtNfc/qtnfcglobal.h
qt5/include/QtNfc/qtnfcversion.h
qt5/lib/cmake/Qt5Bluetooth/Qt5BluetoothConfig.cmake
qt5/lib/cmake/Qt5Bluetooth/Qt5BluetoothConfigVersion.cmake
qt5/lib/cmake/Qt5Nfc/Qt5NfcConfig.cmake
qt5/lib/cmake/Qt5Nfc/Qt5NfcConfigVersion.cmake
qt5/lib/libQt5Bluetooth.prl
qt5/lib/libQt5Bluetooth.so
qt5/lib/libQt5Bluetooth.so.${PKGVERSION}
qt5/lib/libQt5Bluetooth.so.5
qt5/lib/libQt5Bluetooth.so.5.12
qt5/lib/libQt5Nfc.prl
qt5/lib/libQt5Nfc.so
qt5/lib/libQt5Nfc.so.${PKGVERSION}
qt5/lib/libQt5Nfc.so.5
qt5/lib/libQt5Nfc.so.5.12
qt5/lib/pkgconfig/Qt5Bluetooth.pc
qt5/lib/pkgconfig/Qt5Nfc.pc
qt5/mkspecs/modules/qt_lib_bluetooth.pri
qt5/mkspecs/modules/qt_lib_bluetooth_private.pri
qt5/mkspecs/modules/qt_lib_nfc.pri
qt5/mkspecs/modules/qt_lib_nfc_private.pri
qt5/qml/QtBluetooth/libdeclarative_bluetooth.so
qt5/qml/QtBluetooth/plugins.qmltypes
qt5/qml/QtBluetooth/qmldir
qt5/qml/QtNfc/libdeclarative_nfc.so
qt5/qml/QtNfc/plugins.qmltypes
qt5/qml/QtNfc/qmldir

File Added: pkgsrc/x11/qt5-qtconnectivity/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2019/03/26 11:14:17 adam Exp $

BUILDLINK_TREE+=	qt5-qtconnectivity

.if !defined(QT5_QTCONNECTIVITY_BUILDLINK3_MK)
QT5_QTCONNECTIVITY_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.qt5-qtconnectivity+=	qt5-qtconnectivity>=5.12.2
BUILDLINK_PKGSRCDIR.qt5-qtconnectivity?=	../../x11/qt5-qtconnectivity

.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.endif	# QT5_QTCONNECTIVITY_BUILDLINK3_MK

BUILDLINK_TREE+=	-qt5-qtconnectivity

File Added: pkgsrc/x11/qt5-qtconnectivity/distinfo
$NetBSD: distinfo,v 1.1 2019/03/26 11:14:17 adam Exp $

SHA1 (qtconnectivity-everywhere-src-5.12.2.tar.xz) = 652255423f3273dd56f48319bd75b3ac6caf875f
RMD160 (qtconnectivity-everywhere-src-5.12.2.tar.xz) = e94175984430b30dc0ab901dd31efea8b5cc60ce
SHA512 (qtconnectivity-everywhere-src-5.12.2.tar.xz) = fc001570d2296df9c0535ed9b481e209ab7b8093b3ade04b4bed5bc61083cc8ccc0764dcadcfc8a7a3bba3538c8d44029d0d9ef0c6fc9aa647e2e4ff8b2d9050
Size (qtconnectivity-everywhere-src-5.12.2.tar.xz) = 2750052 bytes

cvs diff -r1.13 -r1.14 pkgsrc/x11/qt5-qtdeclarative/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtdeclarative/distinfo 2018/12/18 09:57:18 1.13
+++ pkgsrc/x11/qt5-qtdeclarative/distinfo 2019/03/26 11:14:17 1.14
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.13 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.14 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtdeclarative-everywhere-src-5.12.0.tar.xz) = 73d9fbf348422a251a0f202ae2280a61b3599f5d 3SHA1 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 55c72d1f9c664402b1358485a238c830242bd902
4RMD160 (qtdeclarative-everywhere-src-5.12.0.tar.xz) = 9cb53067daaa9d02e482b62abb6b3a7fbfacc184 4RMD160 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = a5a5c1248a7257602ee5693b6bde714666373022
5SHA512 (qtdeclarative-everywhere-src-5.12.0.tar.xz) = 858d33bfcd5b87904bb08e0fec04665d3f43ed84de4f4336f4ef4ad2f2bd6d4ea79c048c8f8f8adfd4c30d6a9e01cd46175dc0e5a1335a000c57c0d0058999bd 5SHA512 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 0c0dd27acf452e72d70d214cf1960309a9282dc7f324214c734bb2e66e8f8279db0c3e0f61a431f6c70dc683467c2a17ad37b9c5d0aa75d7f82ae9d838918dd0
6Size (qtdeclarative-everywhere-src-5.12.0.tar.xz) = 20436712 bytes 6Size (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 20496648 bytes
7SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a 7SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a
8SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d 8SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
9SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc 9SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
10SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f 10SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f
11SHA1 (patch-src_qml_jsruntime_qv4alloca__p.h) = 1035da974789f897bb7071284fae21c979844f62 11SHA1 (patch-src_qml_jsruntime_qv4alloca__p.h) = 1035da974789f897bb7071284fae21c979844f62
12SHA1 (patch-tools_qmltestrunner_qmltestrunner.pro) = 471d399d57696652be5a4264657aed467852c5f3 12SHA1 (patch-tools_qmltestrunner_qmltestrunner.pro) = 471d399d57696652be5a4264657aed467852c5f3

cvs diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtdoc/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtdoc/PLIST 2018/12/18 09:57:18 1.9
+++ pkgsrc/x11/qt5-qtdoc/PLIST 2019/03/26 11:14:17 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2018/12/18 09:57:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2019/03/26 11:14:17 adam Exp $
2qt5/doc/qtdoc.qch 2qt5/doc/qtdoc.qch
3qt5/doc/qtdoc/accelerators.html 3qt5/doc/qtdoc/accelerators.html
4qt5/doc/qtdoc/accessibility.html 4qt5/doc/qtdoc/accessibility.html
5qt5/doc/qtdoc/accessible-qtquick.html 5qt5/doc/qtdoc/accessible-qtquick.html
6qt5/doc/qtdoc/accessible-qwidget.html 6qt5/doc/qtdoc/accessible-qwidget.html
7qt5/doc/qtdoc/accessible.html 7qt5/doc/qtdoc/accessible.html
8qt5/doc/qtdoc/activeqt-idc.html 8qt5/doc/qtdoc/activeqt-idc.html
9qt5/doc/qtdoc/activeqt-testcon.html 9qt5/doc/qtdoc/activeqt-testcon.html
10qt5/doc/qtdoc/activeqt.html 10qt5/doc/qtdoc/activeqt.html
11qt5/doc/qtdoc/all-examples.html 11qt5/doc/qtdoc/all-examples.html
12qt5/doc/qtdoc/android-3rdparty-libs.html 12qt5/doc/qtdoc/android-3rdparty-libs.html
13qt5/doc/qtdoc/android-getting-started.html 13qt5/doc/qtdoc/android-getting-started.html
14qt5/doc/qtdoc/android-openssl-support.html 14qt5/doc/qtdoc/android-openssl-support.html
@@ -99,27 +99,27 @@ qt5/doc/qtdoc/images/ico_out.png @@ -99,27 +99,27 @@ qt5/doc/qtdoc/images/ico_out.png
99qt5/doc/qtdoc/images/icon_QtCreator_78x78px.png 99qt5/doc/qtdoc/images/icon_QtCreator_78x78px.png
100qt5/doc/qtdoc/images/icon_Qt_78x78px.png 100qt5/doc/qtdoc/images/icon_Qt_78x78px.png
101qt5/doc/qtdoc/images/icon_Tools.png 101qt5/doc/qtdoc/images/icon_Tools.png
102qt5/doc/qtdoc/images/kernel-settings.png 102qt5/doc/qtdoc/images/kernel-settings.png
103qt5/doc/qtdoc/images/layout-examples.png 103qt5/doc/qtdoc/images/layout-examples.png
104qt5/doc/qtdoc/images/logo.png 104qt5/doc/qtdoc/images/logo.png
105qt5/doc/qtdoc/images/mainscreen.png 105qt5/doc/qtdoc/images/mainscreen.png
106qt5/doc/qtdoc/images/mob-idle.png 106qt5/doc/qtdoc/images/mob-idle.png
107qt5/doc/qtdoc/images/ok.png 107qt5/doc/qtdoc/images/ok.png
108qt5/doc/qtdoc/images/open-project.png 108qt5/doc/qtdoc/images/open-project.png
109qt5/doc/qtdoc/images/project-view-2.png 109qt5/doc/qtdoc/images/project-view-2.png
110qt5/doc/qtdoc/images/project-view.png 110qt5/doc/qtdoc/images/project-view.png
111qt5/doc/qtdoc/images/project-wizard.png 111qt5/doc/qtdoc/images/project-wizard.png
112qt5/doc/qtdoc/images/qml-extending-types.png 112qt5/doc/qtdoc/images/qml-extending-types.gif
113qt5/doc/qtdoc/images/qml-uses-animation.png 113qt5/doc/qtdoc/images/qml-uses-animation.png
114qt5/doc/qtdoc/images/qml-uses-integratingjs.png 114qt5/doc/qtdoc/images/qml-uses-integratingjs.png
115qt5/doc/qtdoc/images/qml-uses-layouts-anchors.png 115qt5/doc/qtdoc/images/qml-uses-layouts-anchors.png
116qt5/doc/qtdoc/images/qml-uses-layouts-direct.png 116qt5/doc/qtdoc/images/qml-uses-layouts-direct.png
117qt5/doc/qtdoc/images/qml-uses-layouts-positioners.png 117qt5/doc/qtdoc/images/qml-uses-layouts-positioners.png
118qt5/doc/qtdoc/images/qml-uses-text.png 118qt5/doc/qtdoc/images/qml-uses-text.png
119qt5/doc/qtdoc/images/qml-uses-visual-opacity.png 119qt5/doc/qtdoc/images/qml-uses-visual-opacity.png
120qt5/doc/qtdoc/images/qml-uses-visual-rectangles.png 120qt5/doc/qtdoc/images/qml-uses-visual-rectangles.png
121qt5/doc/qtdoc/images/qml-uses-visual-transforms.png 121qt5/doc/qtdoc/images/qml-uses-visual-transforms.png
122qt5/doc/qtdoc/images/qt-codesample.png 122qt5/doc/qtdoc/images/qt-codesample.png
123qt5/doc/qtdoc/images/qt-creator-gs.png 123qt5/doc/qtdoc/images/qt-creator-gs.png
124qt5/doc/qtdoc/images/qt-embedded-fontfeatures.png 124qt5/doc/qtdoc/images/qt-embedded-fontfeatures.png
125qt5/doc/qtdoc/images/qt5_everywhere_demo.jpg 125qt5/doc/qtdoc/images/qt5_everywhere_demo.jpg
@@ -540,26 +540,27 @@ qt5/doc/qtdoc/qtdoc-tutorials-alarms-ala @@ -540,26 +540,27 @@ qt5/doc/qtdoc/qtdoc-tutorials-alarms-ala
540qt5/doc/qtdoc/qtdoc-tutorials-alarms-alarms-pro.html 540qt5/doc/qtdoc/qtdoc-tutorials-alarms-alarms-pro.html
541qt5/doc/qtdoc/qtdoc-tutorials-alarms-example.html 541qt5/doc/qtdoc/qtdoc-tutorials-alarms-example.html
542qt5/doc/qtdoc/qtdoc-tutorials-alarms-main-cpp.html 542qt5/doc/qtdoc/qtdoc-tutorials-alarms-main-cpp.html
543qt5/doc/qtdoc/qtdoc-tutorials-alarms-main-qml.html 543qt5/doc/qtdoc/qtdoc-tutorials-alarms-main-qml.html
544qt5/doc/qtdoc/qtdoc-tutorials-alarms-qml-qrc.html 544qt5/doc/qtdoc/qtdoc-tutorials-alarms-qml-qrc.html
545qt5/doc/qtdoc/qtdoc-tutorials-alarms-tumblerdelegate-qml.html 545qt5/doc/qtdoc/qtdoc-tutorials-alarms-tumblerdelegate-qml.html
546qt5/doc/qtdoc/qtdoc.index 546qt5/doc/qtdoc/qtdoc.index
547qt5/doc/qtdoc/qtdoc.qhp 547qt5/doc/qtdoc/qtdoc.qhp
548qt5/doc/qtdoc/qtdoc.qhp.sha1 548qt5/doc/qtdoc/qtdoc.qhp.sha1
549qt5/doc/qtdoc/qtexamples.html 549qt5/doc/qtdoc/qtexamples.html
550qt5/doc/qtdoc/qtexamplesandtutorials.html 550qt5/doc/qtdoc/qtexamplesandtutorials.html
551qt5/doc/qtdoc/qtmain.html 551qt5/doc/qtdoc/qtmain.html
552qt5/doc/qtdoc/qtmodules.html 552qt5/doc/qtdoc/qtmodules.html
 553qt5/doc/qtdoc/qtopenglextensions.html
553qt5/doc/qtdoc/qtquick-debugging.html 554qt5/doc/qtdoc/qtquick-debugging.html
554qt5/doc/qtdoc/qtquick-deployment.html 555qt5/doc/qtdoc/qtquick-deployment.html
555qt5/doc/qtdoc/qtquick-internationalization.html 556qt5/doc/qtdoc/qtquick-internationalization.html
556qt5/doc/qtdoc/qtquick-performance.html 557qt5/doc/qtdoc/qtquick-performance.html
557qt5/doc/qtdoc/qtquick-porting-qt5.html 558qt5/doc/qtdoc/qtquick-porting-qt5.html
558qt5/doc/qtdoc/qtquick-qmlscene.html 559qt5/doc/qtdoc/qtquick-qmlscene.html
559qt5/doc/qtdoc/qtquick-usecase-animations.html 560qt5/doc/qtdoc/qtquick-usecase-animations.html
560qt5/doc/qtdoc/qtquick-usecase-integratingjs.html 561qt5/doc/qtdoc/qtquick-usecase-integratingjs.html
561qt5/doc/qtdoc/qtquick-usecase-layouts.html 562qt5/doc/qtdoc/qtquick-usecase-layouts.html
562qt5/doc/qtdoc/qtquick-usecase-styling.html 563qt5/doc/qtdoc/qtquick-usecase-styling.html
563qt5/doc/qtdoc/qtquick-usecase-text.html 564qt5/doc/qtdoc/qtquick-usecase-text.html
564qt5/doc/qtdoc/qtquick-usecase-userinput.html 565qt5/doc/qtdoc/qtquick-usecase-userinput.html
565qt5/doc/qtdoc/qtquick-usecase-visual.html 566qt5/doc/qtdoc/qtquick-usecase-visual.html
@@ -596,26 +597,27 @@ qt5/doc/qtdoc/topics-app-development.htm @@ -596,26 +597,27 @@ qt5/doc/qtdoc/topics-app-development.htm
596qt5/doc/qtdoc/topics-core.html 597qt5/doc/qtdoc/topics-core.html
597qt5/doc/qtdoc/topics-data-storage.html 598qt5/doc/qtdoc/topics-data-storage.html
598qt5/doc/qtdoc/topics-graphics.html 599qt5/doc/qtdoc/topics-graphics.html
599qt5/doc/qtdoc/topics-network-connectivity.html 600qt5/doc/qtdoc/topics-network-connectivity.html
600qt5/doc/qtdoc/topics-scripting.html 601qt5/doc/qtdoc/topics-scripting.html
601qt5/doc/qtdoc/topics-ui.html 602qt5/doc/qtdoc/topics-ui.html
602qt5/doc/qtdoc/topics-web-content.html 603qt5/doc/qtdoc/topics-web-content.html
603qt5/doc/qtdoc/touchinputexamples.html 604qt5/doc/qtdoc/touchinputexamples.html
604qt5/doc/qtdoc/trademarks.html 605qt5/doc/qtdoc/trademarks.html
605qt5/doc/qtdoc/uic.html 606qt5/doc/qtdoc/uic.html
606qt5/doc/qtdoc/unicode.html 607qt5/doc/qtdoc/unicode.html
607qt5/doc/qtdoc/unix-signals.html 608qt5/doc/qtdoc/unix-signals.html
608qt5/doc/qtdoc/vxworks.html 609qt5/doc/qtdoc/vxworks.html
 610qt5/doc/qtdoc/wasm.html
609qt5/doc/qtdoc/webgl.html 611qt5/doc/qtdoc/webgl.html
610qt5/doc/qtdoc/whatsnew50.html 612qt5/doc/qtdoc/whatsnew50.html
611qt5/doc/qtdoc/whatsnew51.html 613qt5/doc/qtdoc/whatsnew51.html
612qt5/doc/qtdoc/whatsnew510.html 614qt5/doc/qtdoc/whatsnew510.html
613qt5/doc/qtdoc/whatsnew511.html 615qt5/doc/qtdoc/whatsnew511.html
614qt5/doc/qtdoc/whatsnew512.html 616qt5/doc/qtdoc/whatsnew512.html
615qt5/doc/qtdoc/whatsnew52.html 617qt5/doc/qtdoc/whatsnew52.html
616qt5/doc/qtdoc/whatsnew53.html 618qt5/doc/qtdoc/whatsnew53.html
617qt5/doc/qtdoc/whatsnew54.html 619qt5/doc/qtdoc/whatsnew54.html
618qt5/doc/qtdoc/whatsnew55.html 620qt5/doc/qtdoc/whatsnew55.html
619qt5/doc/qtdoc/whatsnew56.html 621qt5/doc/qtdoc/whatsnew56.html
620qt5/doc/qtdoc/whatsnew57.html 622qt5/doc/qtdoc/whatsnew57.html
621qt5/doc/qtdoc/whatsnew58.html 623qt5/doc/qtdoc/whatsnew58.html

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtdoc/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtdoc/distinfo 2018/12/18 09:57:18 1.8
+++ pkgsrc/x11/qt5-qtdoc/distinfo 2019/03/26 11:14:17 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtdoc-everywhere-src-5.12.0.tar.xz) = 2dbac0d5dd194505afd38fea2e1e10b5aad8f196 3SHA1 (qtdoc-everywhere-src-5.12.2.tar.xz) = ce0c2a81a130a93756c5ddbdedc01816a2064e1d
4RMD160 (qtdoc-everywhere-src-5.12.0.tar.xz) = 844a2f27c363fbdb6e5f247da7d4b8cdebe55916 4RMD160 (qtdoc-everywhere-src-5.12.2.tar.xz) = cbaa9c7b27d97a3156721de0861bd9858f79b3de
5SHA512 (qtdoc-everywhere-src-5.12.0.tar.xz) = bfd19c05759eb66468a26b4a1639131e6af0b8ba0691b9b804f852a7645b9d081ddc419f813adb58df40f9be83c0d35d047aaabec28bc9299c9c43111510c63a 5SHA512 (qtdoc-everywhere-src-5.12.2.tar.xz) = 8c37647faf2c2360e4e200fc1a5086e96c775b4e07e9e11b60d37b5a84507abedf9e7ae98b21cc82a8f67d408ac4812943da0b15e2456a8d03bca6dca8f86935
6Size (qtdoc-everywhere-src-5.12.0.tar.xz) = 5588676 bytes 6Size (qtdoc-everywhere-src-5.12.2.tar.xz) = 5649800 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtgraphicaleffects/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtgraphicaleffects/distinfo 2018/12/18 09:57:18 1.8
+++ pkgsrc/x11/qt5-qtgraphicaleffects/distinfo 2019/03/26 11:14:17 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = e4aed666ef0b8a0b588e7ee7e0eae2d00fe05849 3SHA1 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 6943c09c64f7fa9a5d6570d67fa0b2b952c4a8fb
4RMD160 (qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = aa6e1c8b9059f9edee311d617aadf187e5b9105e 4RMD160 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 79327f5adfbd066f9c2e81dda4740589a9667ebb
5SHA512 (qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = 88545f9f11d5f97aa70b293539aa10b4e87bbf1f585ba57cbf337c0300b2cdad52ab9d25867a663714ae345c21006d10f567fdbb839df235a9faf7f7674a5835 5SHA512 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 13ed4d5fd6004cef408e2ab0fc815ff8187813efe3836c9bca0eedd550ab06df85e30978b0adab74b0075ef8262ae49f182263add00f33820456c44349ea75af
6Size (qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = 14270812 bytes 6Size (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 14271176 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtimageformats/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtimageformats/distinfo 2018/12/18 09:57:18 1.8
+++ pkgsrc/x11/qt5-qtimageformats/distinfo 2019/03/26 11:14:17 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtimageformats-everywhere-src-5.12.0.tar.xz) = 078f96837498528ba2a70c946e608786e902461c 3SHA1 (qtimageformats-everywhere-src-5.12.2.tar.xz) = 841ada24b4f57a359f25456a887b737665638b18
4RMD160 (qtimageformats-everywhere-src-5.12.0.tar.xz) = c5552608b6f482f9b8e2ced76e3d3cf58f82bacb 4RMD160 (qtimageformats-everywhere-src-5.12.2.tar.xz) = 19976494c2d9c61d64d62c32ae07fc1846c2c767
5SHA512 (qtimageformats-everywhere-src-5.12.0.tar.xz) = c83cfdb7e2c73c796d57e14c26bcf2b7d7d1b72413d0d0d632747f42748368d3538e2b1b2b896fe9ca2f58dda285b3452db42738911f26bad5413adea36a3f45 5SHA512 (qtimageformats-everywhere-src-5.12.2.tar.xz) = fdfd1aeaa73a98e8736bfeb48d0670a206abb2080d83dbb3d54de228aa44c79c271f54cb68baa025644bfeb874ce4db3df04ddf8ea8a5e5f7b5e5562cc69e903
6Size (qtimageformats-everywhere-src-5.12.0.tar.xz) = 1774820 bytes 6Size (qtimageformats-everywhere-src-5.12.2.tar.xz) = 1788388 bytes

cvs diff -r1.10 -r1.11 pkgsrc/x11/qt5-qtlocation/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtlocation/PLIST 2018/12/18 09:57:18 1.10
+++ pkgsrc/x11/qt5-qtlocation/PLIST 2019/03/26 11:14:17 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2018/12/18 09:57:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2019/03/26 11:14:17 adam Exp $
2lib/pkgconfig/Qt5Location.pc 2lib/pkgconfig/Qt5Location.pc
3lib/pkgconfig/Qt5Positioning.pc 3lib/pkgconfig/Qt5Positioning.pc
4qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/error_messages_p.h 4qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/error_messages_p.h
5qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/locationvaluetypehelper_p.h 5qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/locationvaluetypehelper_p.h
6qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qabstractgeotilecache_p.h 6qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qabstractgeotilecache_p.h
7qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qcache3q_p.h 7qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qcache3q_p.h
8qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecategory_p.h 8qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecategory_p.h
9qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecirclemapitem_p.h 9qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecirclemapitem_p.h
10qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecontactdetail_p.h 10qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativecontactdetail_p.h
11qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeocodemodel_p.h 11qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeocodemodel_p.h
12qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomaneuver_p.h 12qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomaneuver_p.h
13qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomap_p.h 13qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomap_p.h
14qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapcopyrightsnotice_p.h 14qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativegeomapcopyrightsnotice_p.h
@@ -37,26 +37,27 @@ qt5/include/QtLocation/${PKGVERSION}/QtL @@ -37,26 +37,27 @@ qt5/include/QtLocation/${PKGVERSION}/QtL
37qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolylinemapitem_p.h 37qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativepolylinemapitem_p.h
38qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeratings_p.h 38qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeratings_p.h
39qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativerectanglemapitem_p.h 39qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativerectanglemapitem_p.h
40qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativereviewmodel_p.h 40qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativereviewmodel_p.h
41qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeroutemapitem_p.h 41qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativeroutemapitem_p.h
42qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchmodelbase_p.h 42qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchmodelbase_p.h
43qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchresultmodel_p.h 43qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchresultmodel_p.h
44qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchsuggestionmodel_p.h 44qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesearchsuggestionmodel_p.h
45qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesupplier_p.h 45qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesupplier_p.h
46qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesupportedcategoriesmodel_p.h 46qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qdeclarativesupportedcategoriesmodel_p.h
47qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameracapabilities_p.h 47qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameracapabilities_p.h
48qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameradata_p.h 48qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameradata_p.h
49qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameratiles_p.h 49qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameratiles_p.h
 50qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocameratiles_p_p.h
50qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodereply_p.h 51qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodereply_p.h
51qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanager_p.h 52qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanager_p.h
52qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanagerengine_p.h 53qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeocodingmanagerengine_p.h
53qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeofiletilecache_p.h 54qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeofiletilecache_p.h
54qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomaneuver_p.h 55qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomaneuver_p.h
55qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p.h 56qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p.h
56qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p_p.h 57qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomap_p_p.h
57qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapitemgeometry_p.h 58qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapitemgeometry_p.h
58qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobject_p.h 59qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobject_p.h
59qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobject_p_p.h 60qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobject_p_p.h
60qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobjectqsgsupport_p.h 61qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapobjectqsgsupport_p.h
61qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapparameter_p.h 62qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomapparameter_p.h
62qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomappingmanager_p.h 63qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeomappingmanager_p.h
@@ -75,26 +76,27 @@ qt5/include/QtLocation/${PKGVERSION}/QtL @@ -75,26 +76,27 @@ qt5/include/QtLocation/${PKGVERSION}/QtL
75qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeorouterequest_p.h 76qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeorouterequest_p.h
76qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutesegment_p.h 77qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutesegment_p.h
77qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanager_p.h 78qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanager_p.h
78qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanagerengine_p.h 79qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoroutingmanagerengine_p.h
79qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoserviceprovider_p.h 80qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeoserviceprovider_p.h
80qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p.h 81qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p.h
81qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p_p.h 82qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmap_p_p.h
82qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmaplabs_p.h 83qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmaplabs_p.h
83qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p.h 84qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p.h
84qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p_p.h 85qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmappingmanagerengine_p_p.h
85qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapreply_p.h 86qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapreply_p.h
86qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapreply_p_p.h 87qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapreply_p_p.h
87qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapscene_p.h 88qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapscene_p.h
 89qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotiledmapscene_p_p.h
88qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilefetcher_p.h 90qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilefetcher_p.h
89qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilefetcher_p_p.h 91qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilefetcher_p_p.h
90qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilerequestmanager_p.h 92qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilerequestmanager_p.h
91qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilespec_p.h 93qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilespec_p.h
92qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilespec_p_p.h 94qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qgeotilespec_p_p.h
93qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qlocationglobal_p.h 95qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qlocationglobal_p.h
94qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobject_p.h 96qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobject_p.h
95qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobject_p_p.h 97qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobject_p_p.h
96qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobjectqsg_p_p.h 98qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapcircleobjectqsg_p_p.h
97qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobject_p.h 99qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobject_p.h
98qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobject_p_p.h 100qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobject_p_p.h
99qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobjectqsg_p_p.h 101qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapiconobjectqsg_p_p.h
100qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapobjectview_p.h 102qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/qmapobjectview_p.h
@@ -292,28 +294,26 @@ qt5/include/QtPositioningQuick/QtPositio @@ -292,28 +294,26 @@ qt5/include/QtPositioningQuick/QtPositio
292qt5/include/QtPositioningQuick/QtPositioningQuickDepends 294qt5/include/QtPositioningQuick/QtPositioningQuickDepends
293qt5/include/QtPositioningQuick/QtPositioningQuickVersion 295qt5/include/QtPositioningQuick/QtPositioningQuickVersion
294qt5/include/QtPositioningQuick/qpositioningquickglobal.h 296qt5/include/QtPositioningQuick/qpositioningquickglobal.h
295qt5/include/QtPositioningQuick/qtpositioningquickversion.h 297qt5/include/QtPositioningQuick/qtpositioningquickversion.h
296qt5/lib/cmake/Qt5Location/Qt5LocationConfig.cmake 298qt5/lib/cmake/Qt5Location/Qt5LocationConfig.cmake
297qt5/lib/cmake/Qt5Location/Qt5LocationConfigVersion.cmake 299qt5/lib/cmake/Qt5Location/Qt5LocationConfigVersion.cmake
298qt5/lib/cmake/Qt5Location/Qt5Location_GeoServiceProviderFactoryEsri.cmake 300qt5/lib/cmake/Qt5Location/Qt5Location_GeoServiceProviderFactoryEsri.cmake
299qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryItemsOverlay.cmake 301qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryItemsOverlay.cmake
300qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryMapbox.cmake 302qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryMapbox.cmake
301qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryNokia.cmake 303qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryNokia.cmake
302qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryOsm.cmake 304qt5/lib/cmake/Qt5Location/Qt5Location_QGeoServiceProviderFactoryOsm.cmake
303qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfig.cmake 305qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfig.cmake
304qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfigVersion.cmake 306qt5/lib/cmake/Qt5Positioning/Qt5PositioningConfigVersion.cmake
305qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue.cmake 
306qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue2.cmake 
307qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryPoll.cmake 307qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryPoll.cmake
308qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactorySerialNmea.cmake 308qt5/lib/cmake/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactorySerialNmea.cmake
309qt5/lib/cmake/Qt5PositioningQuick/Qt5PositioningQuickConfig.cmake 309qt5/lib/cmake/Qt5PositioningQuick/Qt5PositioningQuickConfig.cmake
310qt5/lib/cmake/Qt5PositioningQuick/Qt5PositioningQuickConfigVersion.cmake 310qt5/lib/cmake/Qt5PositioningQuick/Qt5PositioningQuickConfigVersion.cmake
311qt5/lib/libQt5Location.prl 311qt5/lib/libQt5Location.prl
312qt5/lib/libQt5Location.so 312qt5/lib/libQt5Location.so
313qt5/lib/libQt5Location.so.${PKGVERSION} 313qt5/lib/libQt5Location.so.${PKGVERSION}
314qt5/lib/libQt5Location.so.5 314qt5/lib/libQt5Location.so.5
315qt5/lib/libQt5Location.so.5.12 315qt5/lib/libQt5Location.so.5.12
316qt5/lib/libQt5Positioning.prl 316qt5/lib/libQt5Positioning.prl
317qt5/lib/libQt5Positioning.so 317qt5/lib/libQt5Positioning.so
318qt5/lib/libQt5Positioning.so.${PKGVERSION} 318qt5/lib/libQt5Positioning.so.${PKGVERSION}
319qt5/lib/libQt5Positioning.so.5 319qt5/lib/libQt5Positioning.so.5
@@ -327,26 +327,24 @@ qt5/lib/pkgconfig/Qt5Location.pc @@ -327,26 +327,24 @@ qt5/lib/pkgconfig/Qt5Location.pc
327qt5/lib/pkgconfig/Qt5Positioning.pc 327qt5/lib/pkgconfig/Qt5Positioning.pc
328qt5/lib/pkgconfig/Qt5PositioningQuick.pc 328qt5/lib/pkgconfig/Qt5PositioningQuick.pc
329qt5/mkspecs/modules/qt_lib_location.pri 329qt5/mkspecs/modules/qt_lib_location.pri
330qt5/mkspecs/modules/qt_lib_location_private.pri 330qt5/mkspecs/modules/qt_lib_location_private.pri
331qt5/mkspecs/modules/qt_lib_positioning.pri 331qt5/mkspecs/modules/qt_lib_positioning.pri
332qt5/mkspecs/modules/qt_lib_positioning_private.pri 332qt5/mkspecs/modules/qt_lib_positioning_private.pri
333qt5/mkspecs/modules/qt_lib_positioningquick.pri 333qt5/mkspecs/modules/qt_lib_positioningquick.pri
334qt5/mkspecs/modules/qt_lib_positioningquick_private.pri 334qt5/mkspecs/modules/qt_lib_positioningquick_private.pri
335qt5/plugins/geoservices/libqtgeoservices_esri.so 335qt5/plugins/geoservices/libqtgeoservices_esri.so
336qt5/plugins/geoservices/libqtgeoservices_itemsoverlay.so 336qt5/plugins/geoservices/libqtgeoservices_itemsoverlay.so
337qt5/plugins/geoservices/libqtgeoservices_mapbox.so 337qt5/plugins/geoservices/libqtgeoservices_mapbox.so
338qt5/plugins/geoservices/libqtgeoservices_nokia.so 338qt5/plugins/geoservices/libqtgeoservices_nokia.so
339qt5/plugins/geoservices/libqtgeoservices_osm.so 339qt5/plugins/geoservices/libqtgeoservices_osm.so
340qt5/plugins/position/libqtposition_geoclue.so 
341qt5/plugins/position/libqtposition_geoclue2.so 
342qt5/plugins/position/libqtposition_positionpoll.so 340qt5/plugins/position/libqtposition_positionpoll.so
343qt5/plugins/position/libqtposition_serialnmea.so 341qt5/plugins/position/libqtposition_serialnmea.so
344qt5/qml/Qt/labs/location/liblocationlabsplugin.so 342qt5/qml/Qt/labs/location/liblocationlabsplugin.so
345qt5/qml/Qt/labs/location/plugins.qmltypes 343qt5/qml/Qt/labs/location/plugins.qmltypes
346qt5/qml/Qt/labs/location/qmldir 344qt5/qml/Qt/labs/location/qmldir
347qt5/qml/QtLocation/libdeclarative_location.so 345qt5/qml/QtLocation/libdeclarative_location.so
348qt5/qml/QtLocation/plugins.qmltypes 346qt5/qml/QtLocation/plugins.qmltypes
349qt5/qml/QtLocation/qmldir 347qt5/qml/QtLocation/qmldir
350qt5/qml/QtPositioning/libdeclarative_positioning.so 348qt5/qml/QtPositioning/libdeclarative_positioning.so
351qt5/qml/QtPositioning/plugins.qmltypes 349qt5/qml/QtPositioning/plugins.qmltypes
352qt5/qml/QtPositioning/qmldir 350qt5/qml/QtPositioning/qmldir

cvs diff -r1.10 -r1.11 pkgsrc/x11/qt5-qtlocation/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtlocation/distinfo 2018/12/18 09:57:18 1.10
+++ pkgsrc/x11/qt5-qtlocation/distinfo 2019/03/26 11:14:17 1.11
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.10 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: distinfo,v 1.11 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtlocation-everywhere-src-5.12.0.tar.xz) = eeab3abd0dc67172c0fb2ad645af1b2c7ecd9cce 3SHA1 (qtlocation-everywhere-src-5.12.2.tar.xz) = df10b6728b75097aa3b7bc8dd23f0ec54ce90905
4RMD160 (qtlocation-everywhere-src-5.12.0.tar.xz) = ec71fed7b1e254906503e2986256382c1547d576 4RMD160 (qtlocation-everywhere-src-5.12.2.tar.xz) = 8445f0d45279fc305338670031daae4f4d832e26
5SHA512 (qtlocation-everywhere-src-5.12.0.tar.xz) = ce85ecbfacba12267bf9d4b58abfe95d81242bebceae53c769eac9518b00c3b2569a9049b88d672370b32ef0a91967446cd33b66ecb15739601d73af70320ba0 5SHA512 (qtlocation-everywhere-src-5.12.2.tar.xz) = 1809c81cf6a916a8312ea449c178ec91f939d1bfc3bb21f3a1bd977a2be37fade1cf35bbe9253a8e6b8f4354cbdefcb67c071ff620254d5e95b9e35f7830eb79
6Size (qtlocation-everywhere-src-5.12.0.tar.xz) = 5898856 bytes 6Size (qtlocation-everywhere-src-5.12.2.tar.xz) = 5907108 bytes
7SHA1 (patch-src_location_configure.json) = b83ac508df5784d161962bf245e06d93700b4fc1 7SHA1 (patch-src_location_configure.json) = 75d7280e8ff3cbc8b03dc776e2c4da5cdeac183e
8SHA1 (patch-src_location_declarativemaps_qdeclarativegeomap.cpp) = c89cfdf06c2f3354ff717e390511e4059e3b5601 

cvs diff -r1.3 -r1.4 pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json 2018/12/18 09:57:18 1.3
+++ pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json 2019/03/26 11:14:17 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-src_location_configure.json,v 1.3 2018/12/18 09:57:18 adam Exp $ 1$NetBSD: patch-src_location_configure.json,v 1.4 2019/03/26 11:14:17 adam Exp $
2 2
3Only try building mapboxgl on Linux. 3Only try building mapboxgl on Linux.
4 4
5--- src/location/configure.json.orig 2018-12-13 07:36:23.000000000 +0000 5--- src/location/configure.json.orig 2019-02-27 12:00:32.000000000 +0000
6+++ src/location/configure.json 6+++ src/location/configure.json
7@@ -43,7 +43,7 @@ 7@@ -44,7 +44,7 @@
8 "condition": [ 8 "features.gui",
9 "features.opengl", 9 "features.opengl",
10 "features.c++14", 10 "features.c++14",
11- "!config.intel_icc && (!config.win32 || config.mingw)" 11- "!config.intel_icc && (!config.win32 || config.mingw)"
12+ "config.linux && !config.intel_icc && (!config.win32 || config.mingw)" 12+ "config.linux && !config.intel_icc && (!config.win32 || config.mingw)"
13 ], 13 ],
14 "output": [ "privateFeature" ] 14 "output": [ "privateFeature" ]
15 }, 15 },

File Deleted: pkgsrc/x11/qt5-qtlocation/patches/Attic/patch-src_location_declarativemaps_qdeclarativegeomap.cpp

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtmacextras/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtmacextras/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qtmacextras/distinfo 2019/03/26 11:14:17 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtmacextras-everywhere-src-5.12.0.tar.xz) = d57f46752e401a19caff27ee7609ba6252fee71f 3SHA1 (qtmacextras-everywhere-src-5.12.2.tar.xz) = 45b92ae2dae424c15d0afb4bdb6de0ae1b68665d
4RMD160 (qtmacextras-everywhere-src-5.12.0.tar.xz) = 75efbe705582ba2926197f1c49eb11a93452b37e 4RMD160 (qtmacextras-everywhere-src-5.12.2.tar.xz) = 474e1bb490186de8093a80bb79dae15c90d31604
5SHA512 (qtmacextras-everywhere-src-5.12.0.tar.xz) = e19367ca71c635f498df5a914294eaab8668cca34c9b73558d620be1033745aed36ebcb0ec6fb963eb9237be441167aa336116cf786c493561c8709ac7ceb9cf 5SHA512 (qtmacextras-everywhere-src-5.12.2.tar.xz) = 225c54942d5fc6e5f9fc152f266f1567f14dc32201ae4533b954a523edf6bd2c9c10d019b99818c2c676c01b82a4cf1f33d78966438d5d45d79d97ce72f96cd8
6Size (qtmacextras-everywhere-src-5.12.0.tar.xz) = 68592 bytes 6Size (qtmacextras-everywhere-src-5.12.2.tar.xz) = 68668 bytes

cvs diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtmultimedia/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtmultimedia/distinfo 2018/12/18 09:57:19 1.9
+++ pkgsrc/x11/qt5-qtmultimedia/distinfo 2019/03/26 11:14:17 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.10 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtmultimedia-everywhere-src-5.12.0.tar.xz) = e71c0bcab91277d3db40b1f130d3575809ca5049 3SHA1 (qtmultimedia-everywhere-src-5.12.2.tar.xz) = b8061e96405b680673301c69523eb2e26417cd74
4RMD160 (qtmultimedia-everywhere-src-5.12.0.tar.xz) = e56e7d38cb9ca5f3b429ff9451162b00b1b7027c 4RMD160 (qtmultimedia-everywhere-src-5.12.2.tar.xz) = 9e0e5bea1b0bc5b968384850f5535230144ad436
5SHA512 (qtmultimedia-everywhere-src-5.12.0.tar.xz) = b16e657c73e57a8e5588697fda0e902834df10edd52704edcb7deb74fc45054ff9840344309ba720998d8afa6a5f315ce2bd46393ff8db6492694cfce0543692 5SHA512 (qtmultimedia-everywhere-src-5.12.2.tar.xz) = 3ee8e2f93f2a7a094e821f5b08fead32ee67bc0af7bd7eaadf2a40bbc12c774c62e4b9dc4f8526245e43530665156fd79f891243434d7c06da8c92401f3a9088
6Size (qtmultimedia-everywhere-src-5.12.0.tar.xz) = 3716764 bytes 6Size (qtmultimedia-everywhere-src-5.12.2.tar.xz) = 3745076 bytes

cvs diff -r1.2 -r1.3 pkgsrc/x11/qt5-qtnetworkauth/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtnetworkauth/distinfo 2018/12/18 09:57:19 1.2
+++ pkgsrc/x11/qt5-qtnetworkauth/distinfo 2019/03/26 11:14:17 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.3 2019/03/26 11:14:17 adam Exp $
2 2
3SHA1 (qtnetworkauth-everywhere-src-5.12.0.tar.xz) = 9c3fa5074be05ffd09d2a94e14dda24f268f6235 3SHA1 (qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 4aa4cdbeaf190b4d7cbfaa0d2270e48d37e59fcf
4RMD160 (qtnetworkauth-everywhere-src-5.12.0.tar.xz) = 87f8de8c34beaa08303f6dbb7812976e33c231ed 4RMD160 (qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 76eb8126c01e90f78252a8f1ad94d4beee579cb3
5SHA512 (qtnetworkauth-everywhere-src-5.12.0.tar.xz) = ae00e338ff4b9b3233c821a28d59e601489554ce882e8a1dc22c0d7903fadbee182e1f9a43c3667b707581d196f5615042b230823e48c71a4f2b5d793183f1de 5SHA512 (qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 3574a41688763bb0bac55b608775bfcb66078820f876f5c63a0ab05fba04a6ad595f38fbd14815ae65bd9e1091133086cda21fcbe2f4ce59e03b870918a2020d
6Size (qtnetworkauth-everywhere-src-5.12.0.tar.xz) = 139012 bytes 6Size (qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 139104 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtquickcontrols/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtquickcontrols/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qtquickcontrols/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtquickcontrols-everywhere-src-5.12.0.tar.xz) = ffe54ad33e6f0740d6b8b9de96ffb073bf0ac7bd 3SHA1 (qtquickcontrols-everywhere-src-5.12.2.tar.xz) = b975ff8cc5da3b0ef38d1b02208af791ef0c63c6
4RMD160 (qtquickcontrols-everywhere-src-5.12.0.tar.xz) = b95370caa1f46b337b994ce03158e5e31045835f 4RMD160 (qtquickcontrols-everywhere-src-5.12.2.tar.xz) = a4b01e6ef386f3bc9359953c665cf708fe440154
5SHA512 (qtquickcontrols-everywhere-src-5.12.0.tar.xz) = a2052398c281e81f8a61afe49f262d4feeb4da2593dbec0cc9971e7de6b169b17c1cf2ee7c213b3d5939cc322d4d715a1ce318b031fd4b8a783fac7bae3e37f9 5SHA512 (qtquickcontrols-everywhere-src-5.12.2.tar.xz) = 4ff3da74039de6106106f50752943765dd89f7ed0ecc15b95af1ca66bdce104f0a34aac6a870ee38bbaed0447449b73fbfd360d019f9e41d14af96d691ec8149
6Size (qtquickcontrols-everywhere-src-5.12.0.tar.xz) = 6054956 bytes 6Size (qtquickcontrols-everywhere-src-5.12.2.tar.xz) = 6054972 bytes

cvs diff -r1.6 -r1.7 pkgsrc/x11/qt5-qtquickcontrols2/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtquickcontrols2/distinfo 2018/12/18 09:57:19 1.6
+++ pkgsrc/x11/qt5-qtquickcontrols2/distinfo 2019/03/26 11:14:18 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.7 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = e4b3696ab0708ca5b4c7360628a916f7b47ba707 3SHA1 (qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = aa5d40137630b82e0bd20fd5daec3cb4283f42a2
4RMD160 (qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = 5e20609dc4220eb59ce139899fe6ec1825ab1892 4RMD160 (qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = 7cd233a4741c2b736dcacd7e4696e9bd8939d683
5SHA512 (qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = e954832787fcb36cc3bab529b5ddf88ffa96d90924b9193a99e524831aff24026c9b278b4f3bb41afb2cc52a89888621637863ad0cda928901d9eb81e49017a5 5SHA512 (qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = ec8648a75f72425ebbf67ebf974c0c6aa2e94fe409c0a030fc36a8cbdaab68157aa12454ae9f0e723474a21d0b661a32cf971ac494e718859d36679bb9b43735
6Size (qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = 9279804 bytes 6Size (qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = 9291844 bytes

cvs diff -r1.5 -r1.6 pkgsrc/x11/qt5-qtscript/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtscript/PLIST 2018/12/18 09:57:19 1.5
+++ pkgsrc/x11/qt5-qtscript/PLIST 2019/03/26 11:14:18 1.6
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1@comment $NetBSD: PLIST,v 1.5 2018/12/18 09:57:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2019/03/26 11:14:18 adam Exp $
2lib/pkgconfig/Qt5Script.pc 2lib/pkgconfig/Qt5Script.pc
3lib/pkgconfig/Qt5ScriptTools.pc 3lib/pkgconfig/Qt5ScriptTools.pc
4qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptable_p.h 4qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptable_p.h
5qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptactivationobject_p.h 5qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptactivationobject_p.h
6qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptast_p.h 6qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptast_p.h
7qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptastfwd_p.h 7qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptastfwd_p.h
8qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptastvisitor_p.h 8qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptastvisitor_p.h
9qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptclassobject_p.h 9qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptclassobject_p.h
10qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptcontext_p.h 10qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptcontext_p.h
11qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptdeclarativeclass_p.h 11qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptdeclarativeclass_p.h
12qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptdeclarativeobject_p.h 12qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptdeclarativeobject_p.h
13qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptengine_p.h 13qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptengine_p.h
14qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptengineagent_p.h 14qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptengineagent_p.h
15qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptfunction_p.h 15qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptfunction_p.h
16qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptglobalobject_p.h 16qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptglobalobject_p.h
17qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptgrammar_p.h 17qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptgrammar_p.h
18qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptlexer_p.h 18qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptlexer_p.h
19qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptobject_p.h 19qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptobject_p.h
20qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptparser_p.h 20qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptparser_p.h
21qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptprogram_p.h 21qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptprogram_p.h
22qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptqobject_p.h 22qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptqobject_p.h
23qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptstaticscopeobject_p.h 23qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptstaticscopeobject_p.h
24qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptstring_p.h 24qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptstring_p.h
25qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptsyntaxchecker_p.h 25qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptsyntaxchecker_p.h
26qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptvalue_p.h 26qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptvalue_p.h
27qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptvariant_p.h 27qt5/include/QtScript/${PKGVERSION}/QtScript/private/qscriptvariant_p.h
 28qt5/include/QtScript/${PKGVERSION}/QtScript/private/qtscript-config_p.h
28qt5/include/QtScript/QScriptClass 29qt5/include/QtScript/QScriptClass
29qt5/include/QtScript/QScriptClassPropertyIterator 30qt5/include/QtScript/QScriptClassPropertyIterator
30qt5/include/QtScript/QScriptContext 31qt5/include/QtScript/QScriptContext
31qt5/include/QtScript/QScriptContextInfo 32qt5/include/QtScript/QScriptContextInfo
32qt5/include/QtScript/QScriptContextInfoList 33qt5/include/QtScript/QScriptContextInfoList
33qt5/include/QtScript/QScriptEngine 34qt5/include/QtScript/QScriptEngine
34qt5/include/QtScript/QScriptEngineAgent 35qt5/include/QtScript/QScriptEngineAgent
35qt5/include/QtScript/QScriptExtensionInterface 36qt5/include/QtScript/QScriptExtensionInterface
36qt5/include/QtScript/QScriptExtensionPlugin 37qt5/include/QtScript/QScriptExtensionPlugin
37qt5/include/QtScript/QScriptProgram 38qt5/include/QtScript/QScriptProgram
38qt5/include/QtScript/QScriptString 39qt5/include/QtScript/QScriptString
39qt5/include/QtScript/QScriptSyntaxCheckResult 40qt5/include/QtScript/QScriptSyntaxCheckResult
40qt5/include/QtScript/QScriptValue 41qt5/include/QtScript/QScriptValue
@@ -47,26 +48,27 @@ qt5/include/QtScript/QtScriptVersion @@ -47,26 +48,27 @@ qt5/include/QtScript/QtScriptVersion
47qt5/include/QtScript/qscriptable.h 48qt5/include/QtScript/qscriptable.h
48qt5/include/QtScript/qscriptclass.h 49qt5/include/QtScript/qscriptclass.h
49qt5/include/QtScript/qscriptclasspropertyiterator.h 50qt5/include/QtScript/qscriptclasspropertyiterator.h
50qt5/include/QtScript/qscriptcontext.h 51qt5/include/QtScript/qscriptcontext.h
51qt5/include/QtScript/qscriptcontextinfo.h 52qt5/include/QtScript/qscriptcontextinfo.h
52qt5/include/QtScript/qscriptengine.h 53qt5/include/QtScript/qscriptengine.h
53qt5/include/QtScript/qscriptengineagent.h 54qt5/include/QtScript/qscriptengineagent.h
54qt5/include/QtScript/qscriptextensioninterface.h 55qt5/include/QtScript/qscriptextensioninterface.h
55qt5/include/QtScript/qscriptextensionplugin.h 56qt5/include/QtScript/qscriptextensionplugin.h
56qt5/include/QtScript/qscriptprogram.h 57qt5/include/QtScript/qscriptprogram.h
57qt5/include/QtScript/qscriptstring.h 58qt5/include/QtScript/qscriptstring.h
58qt5/include/QtScript/qscriptvalue.h 59qt5/include/QtScript/qscriptvalue.h
59qt5/include/QtScript/qscriptvalueiterator.h 60qt5/include/QtScript/qscriptvalueiterator.h
 61qt5/include/QtScript/qtscript-config.h
60qt5/include/QtScript/qtscriptglobal.h 62qt5/include/QtScript/qtscriptglobal.h
61qt5/include/QtScript/qtscriptversion.h 63qt5/include/QtScript/qtscriptversion.h
62qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointdata_p.h 64qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointdata_p.h
63qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointsmodel_p.h 65qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointsmodel_p.h
64qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidget_p.h 66qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidget_p.h
65qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidgetinterface_p.h 67qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidgetinterface_p.h
66qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidgetinterface_p_p.h 68qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptbreakpointswidgetinterface_p_p.h
67qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletionproviderinterface_p.h 69qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletionproviderinterface_p.h
68qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontask_p.h 70qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontask_p.h
69qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontaskinterface_p.h 71qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontaskinterface_p.h
70qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontaskinterface_p_p.h 72qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptcompletiontaskinterface_p_p.h
71qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptdebugger_p.h 73qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptdebugger_p.h
72qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptdebuggeragent_p.h 74qt5/include/QtScriptTools/${PKGVERSION}/QtScriptTools/private/qscriptdebuggeragent_p.h

cvs diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtscript/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtscript/distinfo 2018/12/18 09:57:19 1.9
+++ pkgsrc/x11/qt5-qtscript/distinfo 2019/03/26 11:14:18 1.10
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.9 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.10 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtscript-everywhere-src-5.12.0.tar.xz) = c5899057528e0b927ae8f8691b8c70b39531d2ce 3SHA1 (qtscript-everywhere-src-5.12.2.tar.xz) = b2051520ab80c5cf2f611b36eb3f736e5f14bac9
4RMD160 (qtscript-everywhere-src-5.12.0.tar.xz) = a22f566b64a81a03ef898a4a49fa095837af82d5 4RMD160 (qtscript-everywhere-src-5.12.2.tar.xz) = 66a63253d21312621fd4fceb9b95c66067324ffb
5SHA512 (qtscript-everywhere-src-5.12.0.tar.xz) = f8870208fb0eb35551294739eabe9736a458e79fef1160b836031411b8055df7284339d301f2983c94b3bafeb15919fc575e12541c471655c0db9c0c5d85a087 5SHA512 (qtscript-everywhere-src-5.12.2.tar.xz) = fe0bfb05142c53164ef05a8a8407c3647f541d9c1fba5f20f230ac811e954a3576e60997291d4c60aa52c896d2bb0b0b031644cc53ed755440649a4148b9fc0b
6Size (qtscript-everywhere-src-5.12.0.tar.xz) = 2674336 bytes 6Size (qtscript-everywhere-src-5.12.2.tar.xz) = 2673104 bytes
7SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_config.h) = e46033a23803b4e27dcd7f5369730e046ad5e4cb 7SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_config.h) = e46033a23803b4e27dcd7f5369730e046ad5e4cb
8SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue.h) = 6672e941f0ecbba35b5b932ab9f7b49a269fb6e6 8SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue.h) = 6672e941f0ecbba35b5b932ab9f7b49a269fb6e6
9SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h) = 5467afc8dc5e2f93a267a6ab380bb647c501d145 9SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h) = 5467afc8dc5e2f93a267a6ab380bb647c501d145
10SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_yarr_RegexJIT.h) = bf6a3cbfcd5a237953f5fa6e213faaf5e5153aa8 10SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_yarr_RegexJIT.h) = bf6a3cbfcd5a237953f5fa6e213faaf5e5153aa8

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtsensors/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtsensors/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qtsensors/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtsensors-everywhere-src-5.12.0.tar.xz) = 4a2bccca1982f1c5902ce20f550ce658aebecccc 3SHA1 (qtsensors-everywhere-src-5.12.2.tar.xz) = 8ef736264c6eb83bc7a6e9924ea2b1fd6f15a1ff
4RMD160 (qtsensors-everywhere-src-5.12.0.tar.xz) = a21cb60c341403c548eebcdd3d804c23a26d367c 4RMD160 (qtsensors-everywhere-src-5.12.2.tar.xz) = 456a135b85a9b17e790436ceff740b3dbbb4c936
5SHA512 (qtsensors-everywhere-src-5.12.0.tar.xz) = f8b6777202e5c70fb529005a31a63025df317d70000394b8bf0f765d2657bcdade1a17ef1061dc28abb0b70845b56d6b74a2ea662a260590b6f778a9fd9708d1 5SHA512 (qtsensors-everywhere-src-5.12.2.tar.xz) = 1a64342c310fa52f04485d8f81997517f03f0f5622480b7d997ce9678feb70c67d6f7c9eb206af1ee3c51d29a44cc82bd3b8e667cccb79c953030bb0bc11bbd0
6Size (qtsensors-everywhere-src-5.12.0.tar.xz) = 2031092 bytes 6Size (qtsensors-everywhere-src-5.12.2.tar.xz) = 2036148 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtserialport/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtserialport/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qtserialport/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtserialport-everywhere-src-5.12.0.tar.xz) = 0a176d50a4f36f9f2f6066aee59575758b646aa3 3SHA1 (qtserialport-everywhere-src-5.12.2.tar.xz) = a3bce09349fa72fb70910de90ebe241c70c1beae
4RMD160 (qtserialport-everywhere-src-5.12.0.tar.xz) = ffbc581bb9ff99f3b576b4c10ae8010659c30e8d 4RMD160 (qtserialport-everywhere-src-5.12.2.tar.xz) = 7615a7d287b5694f0d6ccc03f453ff457e23021f
5SHA512 (qtserialport-everywhere-src-5.12.0.tar.xz) = b8004e844cab66a50f5c899af74f22e62dbac23493210d579344d4a9337990da9781c3647662e7f31b132b4c60d7e3de640a9a636ae7c63de253858324e11428 5SHA512 (qtserialport-everywhere-src-5.12.2.tar.xz) = 23750cca0f43067a7115c5bc8436c0dcd31908ef5c50a78ab818a2bd0ddd12a25cedc4300b45c4bffb15baf3e6fd54fed373d7cb8c79811e8e274c97900b8aa5
6Size (qtserialport-everywhere-src-5.12.0.tar.xz) = 298892 bytes 6Size (qtserialport-everywhere-src-5.12.2.tar.xz) = 302792 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtsvg/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtsvg/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qtsvg/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtsvg-everywhere-src-5.12.0.tar.xz) = 74e571329b92e0371df9cfa349c3b91d7f65011b 3SHA1 (qtsvg-everywhere-src-5.12.2.tar.xz) = 0e9257efe5d7e8fad436d9936febd0636c5aaeb1
4RMD160 (qtsvg-everywhere-src-5.12.0.tar.xz) = f1bd9553d623cdc9e5996c6904491d439a24ac1a 4RMD160 (qtsvg-everywhere-src-5.12.2.tar.xz) = b54ac0f7e9c197a1cfa0c970d3eb080d9daf3760
5SHA512 (qtsvg-everywhere-src-5.12.0.tar.xz) = 571e457dce3b62de5f316ab69fa0a9a9fd6a3ace8b05ae525ad5c82e6784b60f3c06f1ce94c3639c861639740b29d996fda6907ce77b60aeae916788313e0a65 5SHA512 (qtsvg-everywhere-src-5.12.2.tar.xz) = 6dd7bce8d24aaeb9ec4ff4006381b03c86cbb818b38264be0a947e862b122f0ba82cd14888efedf26f2c67219058842af071851f19d4767371e14bc009439249
6Size (qtsvg-everywhere-src-5.12.0.tar.xz) = 1845656 bytes 6Size (qtsvg-everywhere-src-5.12.2.tar.xz) = 1859108 bytes

cvs diff -r1.10 -r1.11 pkgsrc/x11/qt5-qttools/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qttools/PLIST 2019/01/26 23:20:41 1.10
+++ pkgsrc/x11/qt5-qttools/PLIST 2019/03/26 11:14:18 1.11
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1@comment $NetBSD: PLIST,v 1.10 2019/01/26 23:20:41 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.11 2019/03/26 11:14:18 adam Exp $
2lib/pkgconfig/Qt5Designer.pc 2lib/pkgconfig/Qt5Designer.pc
3lib/pkgconfig/Qt5Help.pc 3lib/pkgconfig/Qt5Help.pc
4lib/pkgconfig/Qt5UiTools.pc 4lib/pkgconfig/Qt5UiTools.pc
5${PLIST.mac}qt5/bin/Assistant 5${PLIST.mac}qt5/bin/Assistant
6${PLIST.mac}qt5/bin/Designer 6${PLIST.mac}qt5/bin/Designer
7${PLIST.mac}qt5/bin/Linguist 7${PLIST.mac}qt5/bin/Linguist
8${PLIST.unix}qt5/bin/assistant 8${PLIST.unix}qt5/bin/assistant
9${PLIST.unix}qt5/bin/designer 9${PLIST.unix}qt5/bin/designer
10qt5/bin/lconvert 10qt5/bin/lconvert
11${PLIST.unix}qt5/bin/linguist 11${PLIST.unix}qt5/bin/linguist
12qt5/bin/lrelease 12qt5/bin/lrelease
13qt5/bin/lupdate 13qt5/bin/lupdate
14${PLIST.mac}qt5/bin/macchangeqt 14${PLIST.mac}qt5/bin/macchangeqt
15${PLIST.mac}qt5/bin/macdeployqt 15${PLIST.mac}qt5/bin/macdeployqt
16qt5/bin/pixeltool 16qt5/bin/pixeltool
 17qt5/bin/qcollectiongenerator
17qt5/bin/qdbus 18qt5/bin/qdbus
18qt5/bin/qdbusviewer 19qt5/bin/qdbusviewer
19qt5/bin/qdistancefieldgenerator 20qt5/bin/qdistancefieldgenerator
20${PLIST.llvm}qt5/bin/qdoc 21${PLIST.llvm}qt5/bin/qdoc
21qt5/bin/qhelpgenerator 22qt5/bin/qhelpgenerator
22qt5/bin/qtattributionsscanner 23qt5/bin/qtattributionsscanner
23qt5/bin/qtdiag 24qt5/bin/qtdiag
24qt5/bin/qtpaths 25qt5/bin/qtpaths
25qt5/bin/qtplugininfo 26qt5/bin/qtplugininfo
26qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractdialoggui_p.h 27qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractdialoggui_p.h
27qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractintrospection_p.h 28qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractintrospection_p.h
28qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/actioneditor_p.h 29qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/actioneditor_p.h
29qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/actionprovider_p.h 30qt5/include/QtDesigner/${PKGVERSION}/QtDesigner/private/actionprovider_p.h

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qttools/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qttools/distinfo 2018/12/18 09:57:19 1.8
+++ pkgsrc/x11/qt5-qttools/distinfo 2019/03/26 11:14:18 1.9
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:19 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qttools-everywhere-src-5.12.0.tar.xz) = 25b37861ebbf3102baaed3c341aefb01056aa123 3SHA1 (qttools-everywhere-src-5.12.2.tar.xz) = 6ed947a38227df680c86a30b68e6fea79a0bee5d
4RMD160 (qttools-everywhere-src-5.12.0.tar.xz) = 3b2f2f598d1b5af1e4ecb8a0fed1ec59e1f25274 4RMD160 (qttools-everywhere-src-5.12.2.tar.xz) = 40ece120e702c75784bb751b117e2481a4838d95
5SHA512 (qttools-everywhere-src-5.12.0.tar.xz) = 90ce900dc64856e994b05dba8a1f2735357d7cc489b0565beb2553c6007e0a53cedf363cbec96d9af325182f5a164eafe10d2d4d180ee72f544bf0fa9dbc671d 5SHA512 (qttools-everywhere-src-5.12.2.tar.xz) = bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c
6Size (qttools-everywhere-src-5.12.0.tar.xz) = 9775520 bytes 6Size (qttools-everywhere-src-5.12.2.tar.xz) = 9808600 bytes
7SHA1 (patch-src_assistant_assistant_assistant.pro) = 8d7cb7759d3b20780bc05097d5bd0d8be7d145cc 7SHA1 (patch-src_assistant_assistant_assistant.pro) = 8d7cb7759d3b20780bc05097d5bd0d8be7d145cc
8SHA1 (patch-src_designer_src_plugins_plugins.pro) = c82d154785e19ebfb3e191f08c8e7f9b07458d4a 8SHA1 (patch-src_designer_src_plugins_plugins.pro) = c82d154785e19ebfb3e191f08c8e7f9b07458d4a

cvs diff -r1.6 -r1.7 pkgsrc/x11/qt5-qttranslations/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qttranslations/PLIST 2018/06/19 07:21:25 1.6
+++ pkgsrc/x11/qt5-qttranslations/PLIST 2019/03/26 11:14:18 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2018/06/19 07:21:25 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2019/03/26 11:14:18 adam Exp $
2qt5/translations/assistant_ar.qm 2qt5/translations/assistant_ar.qm
3qt5/translations/assistant_bg.qm 3qt5/translations/assistant_bg.qm
4qt5/translations/assistant_cs.qm 4qt5/translations/assistant_cs.qm
5qt5/translations/assistant_da.qm 5qt5/translations/assistant_da.qm
6qt5/translations/assistant_de.qm 6qt5/translations/assistant_de.qm
7qt5/translations/assistant_en.qm 7qt5/translations/assistant_en.qm
8qt5/translations/assistant_es.qm 8qt5/translations/assistant_es.qm
9qt5/translations/assistant_fr.qm 9qt5/translations/assistant_fr.qm
10qt5/translations/assistant_hu.qm 10qt5/translations/assistant_hu.qm
11qt5/translations/assistant_ja.qm 11qt5/translations/assistant_ja.qm
12qt5/translations/assistant_ko.qm 12qt5/translations/assistant_ko.qm
13qt5/translations/assistant_pl.qm 13qt5/translations/assistant_pl.qm
14qt5/translations/assistant_ru.qm 14qt5/translations/assistant_ru.qm
@@ -44,42 +44,26 @@ qt5/translations/linguist_en.qm @@ -44,42 +44,26 @@ qt5/translations/linguist_en.qm
44qt5/translations/linguist_es.qm 44qt5/translations/linguist_es.qm
45qt5/translations/linguist_fr.qm 45qt5/translations/linguist_fr.qm
46qt5/translations/linguist_hu.qm 46qt5/translations/linguist_hu.qm
47qt5/translations/linguist_it.qm 47qt5/translations/linguist_it.qm
48qt5/translations/linguist_ja.qm 48qt5/translations/linguist_ja.qm
49qt5/translations/linguist_ko.qm 49qt5/translations/linguist_ko.qm
50qt5/translations/linguist_pl.qm 50qt5/translations/linguist_pl.qm
51qt5/translations/linguist_ru.qm 51qt5/translations/linguist_ru.qm
52qt5/translations/linguist_sk.qm 52qt5/translations/linguist_sk.qm
53qt5/translations/linguist_sl.qm 53qt5/translations/linguist_sl.qm
54qt5/translations/linguist_uk.qm 54qt5/translations/linguist_uk.qm
55qt5/translations/linguist_zh_CN.qm 55qt5/translations/linguist_zh_CN.qm
56qt5/translations/linguist_zh_TW.qm 56qt5/translations/linguist_zh_TW.qm
57qt5/translations/qmlviewer_ar.qm 
58qt5/translations/qmlviewer_bg.qm 
59qt5/translations/qmlviewer_cs.qm 
60qt5/translations/qmlviewer_da.qm 
61qt5/translations/qmlviewer_en.qm 
62qt5/translations/qmlviewer_es.qm 
63qt5/translations/qmlviewer_fi.qm 
64qt5/translations/qmlviewer_fr.qm 
65qt5/translations/qmlviewer_he.qm 
66qt5/translations/qmlviewer_hu.qm 
67qt5/translations/qmlviewer_ja.qm 
68qt5/translations/qmlviewer_ko.qm 
69qt5/translations/qmlviewer_pl.qm 
70qt5/translations/qmlviewer_ru.qm 
71qt5/translations/qmlviewer_sk.qm 
72qt5/translations/qmlviewer_uk.qm 
73qt5/translations/qt_ar.qm 57qt5/translations/qt_ar.qm
74qt5/translations/qt_bg.qm 58qt5/translations/qt_bg.qm
75qt5/translations/qt_ca.qm 59qt5/translations/qt_ca.qm
76qt5/translations/qt_cs.qm 60qt5/translations/qt_cs.qm
77qt5/translations/qt_da.qm 61qt5/translations/qt_da.qm
78qt5/translations/qt_de.qm 62qt5/translations/qt_de.qm
79qt5/translations/qt_en.qm 63qt5/translations/qt_en.qm
80qt5/translations/qt_es.qm 64qt5/translations/qt_es.qm
81qt5/translations/qt_fa.qm 65qt5/translations/qt_fa.qm
82qt5/translations/qt_fi.qm 66qt5/translations/qt_fi.qm
83qt5/translations/qt_fr.qm 67qt5/translations/qt_fr.qm
84qt5/translations/qt_gd.qm 68qt5/translations/qt_gd.qm
85qt5/translations/qt_gl.qm 69qt5/translations/qt_gl.qm
@@ -160,68 +144,51 @@ qt5/translations/qtdeclarative_fr.qm @@ -160,68 +144,51 @@ qt5/translations/qtdeclarative_fr.qm
160qt5/translations/qtdeclarative_hu.qm 144qt5/translations/qtdeclarative_hu.qm
161qt5/translations/qtdeclarative_ja.qm 145qt5/translations/qtdeclarative_ja.qm
162qt5/translations/qtdeclarative_ko.qm 146qt5/translations/qtdeclarative_ko.qm
163qt5/translations/qtdeclarative_lv.qm 147qt5/translations/qtdeclarative_lv.qm
164qt5/translations/qtdeclarative_pl.qm 148qt5/translations/qtdeclarative_pl.qm
165qt5/translations/qtdeclarative_ru.qm 149qt5/translations/qtdeclarative_ru.qm
166qt5/translations/qtdeclarative_sk.qm 150qt5/translations/qtdeclarative_sk.qm
167qt5/translations/qtdeclarative_uk.qm 151qt5/translations/qtdeclarative_uk.qm
168qt5/translations/qtlocation_bg.qm 152qt5/translations/qtlocation_bg.qm
169qt5/translations/qtlocation_da.qm 153qt5/translations/qtlocation_da.qm
170qt5/translations/qtlocation_de.qm 154qt5/translations/qtlocation_de.qm
171qt5/translations/qtlocation_en.qm 155qt5/translations/qtlocation_en.qm
172qt5/translations/qtlocation_es.qm 156qt5/translations/qtlocation_es.qm
 157qt5/translations/qtlocation_fi.qm
173qt5/translations/qtlocation_fr.qm 158qt5/translations/qtlocation_fr.qm
174qt5/translations/qtlocation_hu.qm 159qt5/translations/qtlocation_hu.qm
175qt5/translations/qtlocation_ko.qm 160qt5/translations/qtlocation_ko.qm
176qt5/translations/qtlocation_pl.qm 161qt5/translations/qtlocation_pl.qm
177qt5/translations/qtlocation_ru.qm 162qt5/translations/qtlocation_ru.qm
178qt5/translations/qtlocation_uk.qm 163qt5/translations/qtlocation_uk.qm
179qt5/translations/qtmultimedia_ar.qm 164qt5/translations/qtmultimedia_ar.qm
180qt5/translations/qtmultimedia_bg.qm 165qt5/translations/qtmultimedia_bg.qm
181qt5/translations/qtmultimedia_ca.qm 166qt5/translations/qtmultimedia_ca.qm
182qt5/translations/qtmultimedia_cs.qm 167qt5/translations/qtmultimedia_cs.qm
183qt5/translations/qtmultimedia_da.qm 168qt5/translations/qtmultimedia_da.qm
184qt5/translations/qtmultimedia_de.qm 169qt5/translations/qtmultimedia_de.qm
185qt5/translations/qtmultimedia_en.qm 170qt5/translations/qtmultimedia_en.qm
186qt5/translations/qtmultimedia_es.qm 171qt5/translations/qtmultimedia_es.qm
187qt5/translations/qtmultimedia_fi.qm 172qt5/translations/qtmultimedia_fi.qm
188qt5/translations/qtmultimedia_fr.qm 173qt5/translations/qtmultimedia_fr.qm
189qt5/translations/qtmultimedia_hu.qm 174qt5/translations/qtmultimedia_hu.qm
190qt5/translations/qtmultimedia_it.qm 175qt5/translations/qtmultimedia_it.qm
191qt5/translations/qtmultimedia_ja.qm 176qt5/translations/qtmultimedia_ja.qm
192qt5/translations/qtmultimedia_ko.qm 177qt5/translations/qtmultimedia_ko.qm
193qt5/translations/qtmultimedia_pl.qm 178qt5/translations/qtmultimedia_pl.qm
194qt5/translations/qtmultimedia_ru.qm 179qt5/translations/qtmultimedia_ru.qm
195qt5/translations/qtmultimedia_sk.qm 180qt5/translations/qtmultimedia_sk.qm
196qt5/translations/qtmultimedia_uk.qm 181qt5/translations/qtmultimedia_uk.qm
197qt5/translations/qtquick1_bg.qm 
198qt5/translations/qtquick1_ca.qm 
199qt5/translations/qtquick1_cs.qm 
200qt5/translations/qtquick1_da.qm 
201qt5/translations/qtquick1_de.qm 
202qt5/translations/qtquick1_en.qm 
203qt5/translations/qtquick1_es.qm 
204qt5/translations/qtquick1_fi.qm 
205qt5/translations/qtquick1_fr.qm 
206qt5/translations/qtquick1_he.qm 
207qt5/translations/qtquick1_hu.qm 
208qt5/translations/qtquick1_it.qm 
209qt5/translations/qtquick1_ja.qm 
210qt5/translations/qtquick1_ko.qm 
211qt5/translations/qtquick1_pl.qm 
212qt5/translations/qtquick1_ru.qm 
213qt5/translations/qtquick1_sk.qm 
214qt5/translations/qtquick1_uk.qm 
215qt5/translations/qtquickcontrols2_ar.qm 182qt5/translations/qtquickcontrols2_ar.qm
216qt5/translations/qtquickcontrols2_bg.qm 183qt5/translations/qtquickcontrols2_bg.qm
217qt5/translations/qtquickcontrols2_da.qm 184qt5/translations/qtquickcontrols2_da.qm
218qt5/translations/qtquickcontrols2_en.qm 185qt5/translations/qtquickcontrols2_en.qm
219qt5/translations/qtquickcontrols2_hu.qm 186qt5/translations/qtquickcontrols2_hu.qm
220qt5/translations/qtquickcontrols2_ko.qm 187qt5/translations/qtquickcontrols2_ko.qm
221qt5/translations/qtquickcontrols2_uk.qm 188qt5/translations/qtquickcontrols2_uk.qm
222qt5/translations/qtquickcontrols_bg.qm 189qt5/translations/qtquickcontrols_bg.qm
223qt5/translations/qtquickcontrols_da.qm 190qt5/translations/qtquickcontrols_da.qm
224qt5/translations/qtquickcontrols_de.qm 191qt5/translations/qtquickcontrols_de.qm
225qt5/translations/qtquickcontrols_en.qm 192qt5/translations/qtquickcontrols_en.qm
226qt5/translations/qtquickcontrols_fi.qm 193qt5/translations/qtquickcontrols_fi.qm
227qt5/translations/qtquickcontrols_fr.qm 194qt5/translations/qtquickcontrols_fr.qm

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qttranslations/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qttranslations/distinfo 2018/12/18 09:57:20 1.8
+++ pkgsrc/x11/qt5-qttranslations/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qttranslations-everywhere-src-5.12.0.tar.xz) = 0457d7e8849814811ddc992cde8abc4f1ef6976a 3SHA1 (qttranslations-everywhere-src-5.12.2.tar.xz) = 17a235ad754c8d7bc1b80ef8eff08b66f59178f8
4RMD160 (qttranslations-everywhere-src-5.12.0.tar.xz) = d6cba02e157d58e7ab5312ac03b6246b828abba6 4RMD160 (qttranslations-everywhere-src-5.12.2.tar.xz) = 820a35bd3859ebec5b00ea2d2ff78cb48fffc0f2
5SHA512 (qttranslations-everywhere-src-5.12.0.tar.xz) = d88dd8e46202bfe2b8219cc770a0fbe1641371b8539ef4ad30825718c423c7e44dbb7202d6de5fa093e7e7efd42942e92290c1f371c8b0cb6b7708a01c4e40cc 5SHA512 (qttranslations-everywhere-src-5.12.2.tar.xz) = a4541fb236ca83ccbb3088318463bd3e1a056e7031fa484f77a6daaf1d6ed5e67f963402ac8e61691b164a31cc12b7dcad48fd7cba8f77e62eef775a2f993fe0
6Size (qttranslations-everywhere-src-5.12.0.tar.xz) = 1424236 bytes 6Size (qttranslations-everywhere-src-5.12.2.tar.xz) = 1372756 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtwebchannel/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtwebchannel/distinfo 2018/12/18 09:57:20 1.8
+++ pkgsrc/x11/qt5-qtwebchannel/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtwebchannel-everywhere-src-5.12.0.tar.xz) = e8c380e7bf0ef150b61552776867d3e90fc05b55 3SHA1 (qtwebchannel-everywhere-src-5.12.2.tar.xz) = c55577cd87d671e4e36cb5c8ea29d68b43025d4d
4RMD160 (qtwebchannel-everywhere-src-5.12.0.tar.xz) = 3540a2a9ce6c6637623c834b2e74b2cd3c0cf1d9 4RMD160 (qtwebchannel-everywhere-src-5.12.2.tar.xz) = a7adfc875205eecde7fa39b8c7fc201273e4ecb1
5SHA512 (qtwebchannel-everywhere-src-5.12.0.tar.xz) = cab265acd32e9e4a9454af5e76b803b7a63d63ce33fd587f3f2121d8ccfb7e59bdcc328149b39818a1afe83cf5b2ae8d21dc04739cd9ed04162fd621b59310bd 5SHA512 (qtwebchannel-everywhere-src-5.12.2.tar.xz) = 73f16385788730339bb5e059f89b6e339b84e6ac1826c4fa1fe8843028e4cb629d3c6e50365673325f736766d039c660e6ede3d3890638167225de6bbde1e659
6Size (qtwebchannel-everywhere-src-5.12.0.tar.xz) = 177328 bytes 6Size (qtwebchannel-everywhere-src-5.12.2.tar.xz) = 182736 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtwebsockets/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtwebsockets/distinfo 2018/12/18 09:57:20 1.8
+++ pkgsrc/x11/qt5-qtwebsockets/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtwebsockets-everywhere-src-5.12.0.tar.xz) = 83dea4fc5e4167f841c89b1ba4aa6af6b6007481 3SHA1 (qtwebsockets-everywhere-src-5.12.2.tar.xz) = 5b399d344278611c089420c44d1b3e0b47fc5311
4RMD160 (qtwebsockets-everywhere-src-5.12.0.tar.xz) = a23233f837eabb4710c2827b204c8e587f1b0fe3 4RMD160 (qtwebsockets-everywhere-src-5.12.2.tar.xz) = f8cf0ecfce81f2aba07cae68a1d4445b04595090
5SHA512 (qtwebsockets-everywhere-src-5.12.0.tar.xz) = 2c176fce2ad92d7c6c23047ea35a7e868d222abaea077f3d1d9e84ff5fccbaa198d1d0583f5686fdc99c71bea9c4a733cf0b718c65262e761e5f07a93452d186 5SHA512 (qtwebsockets-everywhere-src-5.12.2.tar.xz) = ad155ad93a7b38b16c93f16c6f6d5f0b3593d4b1cae57293797ef0f17c60843e672487172b3ad5c66a40c284764de94a71be6dab390ae77b71ff0af7cd77856b
6Size (qtwebsockets-everywhere-src-5.12.0.tar.xz) = 230980 bytes 6Size (qtwebsockets-everywhere-src-5.12.2.tar.xz) = 235208 bytes

cvs diff -r1.8 -r1.9 pkgsrc/x11/qt5-qtx11extras/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtx11extras/distinfo 2018/12/18 09:57:20 1.8
+++ pkgsrc/x11/qt5-qtx11extras/distinfo 2019/03/26 11:14:18 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/26 11:14:18 adam Exp $
2 2
3SHA1 (qtx11extras-everywhere-src-5.12.0.tar.xz) = 9e68938c3e988007ca9b4f71c90b406692e114bf 3SHA1 (qtx11extras-everywhere-src-5.12.2.tar.xz) = ed12e0829c218082d04ecc707d9d08a517efcd91
4RMD160 (qtx11extras-everywhere-src-5.12.0.tar.xz) = b37c003e036305343531bb26aa1cb8b7989c2479 4RMD160 (qtx11extras-everywhere-src-5.12.2.tar.xz) = 4720fe0a2dc881d9f8ac09538f266400788fe94e
5SHA512 (qtx11extras-everywhere-src-5.12.0.tar.xz) = 7504692f638bcd6603f61b165d58b2853ac5c260cb231754fd1ddc0b8473063c561c72825081d4f1c1563c330e68b3cef37e9fb146c88feabb48f846ea94e9b9 5SHA512 (qtx11extras-everywhere-src-5.12.2.tar.xz) = 98d7dee4c6e5b3914ad2707842ec96c70e38c6a659fcf193d264122f90b9e22cf12d6df05414e6fdf27f5b791649a12d5af9ec3d00c61087d7a3185e5a75c769
6Size (qtx11extras-everywhere-src-5.12.0.tar.xz) = 109676 bytes 6Size (qtx11extras-everywhere-src-5.12.2.tar.xz) = 115860 bytes

cvs diff -r1.9 -r1.10 pkgsrc/x11/qt5-qtxmlpatterns/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/qt5-qtxmlpatterns/distinfo 2019/01/06 10:21:12 1.9
+++ pkgsrc/x11/qt5-qtxmlpatterns/distinfo 2019/03/26 11:14:19 1.10
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.9 2019/01/06 10:21:12 markd Exp $ 1$NetBSD: distinfo,v 1.10 2019/03/26 11:14:19 adam Exp $
2 2
3SHA1 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = e8aef630f34c93b9a169f7ea4f10a92b531bed60 3SHA1 (qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 7925373e664843b015fb427517a86219a1cb07d5
4RMD160 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9b29676bec7f53cf3146b098967e89eff8eeb666 4RMD160 (qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 6b3be2344e3e9b30759910a56340fd896a0e0f4b
5SHA512 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9e9fe5d99957a0079eada985d8b9837cee27c0025851d00024951bb12cf23d0fb2483cbf3a39cb4c5a23b9d453e42d667b0434e73d87447d9b4e84a9dca37ece 5SHA512 (qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 2d9b7f0e8496f67f1c1142ea406c710329bbe40cea7a19006ebae06ea746f83e40d3992068ad43370462378c08f094bb0bcb975104859503acc30ead35d30329
6Size (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 1389248 bytes 6Size (qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 1389320 bytes
7SHA1 (patch-src_imports_imports.pro) = 6bcac62bbfe46fc3e245b2cda5b9bbd172eac6cd 7SHA1 (patch-src_imports_imports.pro) = 6bcac62bbfe46fc3e245b2cda5b9bbd172eac6cd