pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 22 06:29:22 UTC 2018
Modified Files:
pkgsrc/x11/qt5: Makefile.common
pkgsrc/x11/qt5-mysql: distinfo
pkgsrc/x11/qt5-odbc: distinfo
pkgsrc/x11/qt5-psql: distinfo
pkgsrc/x11/qt5-qtbase: PLIST distinfo
pkgsrc/x11/qt5-qtdeclarative: PLIST distinfo
pkgsrc/x11/qt5-qtdoc: PLIST distinfo
pkgsrc/x11/qt5-qtgraphicaleffects: distinfo
pkgsrc/x11/qt5-qtimageformats: distinfo
pkgsrc/x11/qt5-qtlocation: distinfo
pkgsrc/x11/qt5-qtmacextras: distinfo
pkgsrc/x11/qt5-qtmultimedia: distinfo
pkgsrc/x11/qt5-qtquickcontrols: distinfo
pkgsrc/x11/qt5-qtquickcontrols2: PLIST distinfo
pkgsrc/x11/qt5-qtscript: distinfo
pkgsrc/x11/qt5-qtsensors: distinfo
pkgsrc/x11/qt5-qtserialport: distinfo
pkgsrc/x11/qt5-qtsvg: distinfo
pkgsrc/x11/qt5-qttools: distinfo
pkgsrc/x11/qt5-qttranslations: distinfo
pkgsrc/x11/qt5-qtwebchannel: distinfo
pkgsrc/x11/qt5-qtwebsockets: distinfo
pkgsrc/x11/qt5-qtx11extras: distinfo
pkgsrc/x11/qt5-qtxmlpatterns: distinfo
Removed Files:
pkgsrc/x11/qt5-qtbase/patches:
patch-src_network_kernel_qhostinfo__unix.cpp
Log Message:
qt5: updated to 5.11.1
Release Qt 5.11.1 does not add any new functionality, but provides important bug fixes and other improvements.
There are fixes for over 150 bugs and it contains more than 700 changes compared to Qt 5.11.0.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/qt5/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-mysql/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qt5-odbc/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-psql/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/qt5-qtbase/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/qt5-qtbase/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/x11/qt5-qtbase/patches/patch-src_network_kernel_qhostinfo__unix.cpp
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qt5-qtdeclarative/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qt5-qtdeclarative/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtdoc/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtdoc/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtgraphicaleffects/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtimageformats/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtlocation/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtmacextras/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtmultimedia/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtquickcontrols/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtquickcontrols2/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtquickcontrols2/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtscript/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtsensors/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtserialport/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtsvg/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qttools/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qttranslations/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtwebchannel/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtwebsockets/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtx11extras/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtxmlpatterns/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5/Makefile.common
diff -u pkgsrc/x11/qt5/Makefile.common:1.9 pkgsrc/x11/qt5/Makefile.common:1.10
--- pkgsrc/x11/qt5/Makefile.common:1.9 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5/Makefile.common Fri Jun 22 06:29:20 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.9 2018/06/19 07:21:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/06/22 06:29:20 adam Exp $
# used by x11/qt5-qtbase/Makefile.common
# used by inputmethod/qt5-uim/Makefile
-QTVERSION= 5.11.0
+QTVERSION= 5.11.1
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/x11/qt5-mysql/distinfo
diff -u pkgsrc/x11/qt5-mysql/distinfo:1.5 pkgsrc/x11/qt5-mysql/distinfo:1.6
--- pkgsrc/x11/qt5-mysql/distinfo:1.5 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-mysql/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtbase-everywhere-src-5.11.0.tar.xz) = 277bfe3ebbead8096f6a16416db522179404d41e
-RMD160 (qtbase-everywhere-src-5.11.0.tar.xz) = c410fd305f81907bb5703410383bb28daca6e105
-SHA512 (qtbase-everywhere-src-5.11.0.tar.xz) = 9f68e00d432db6999f932da6ba759e465ea7d65461ef8db13765f16bd812f2ddd05beede1df3c6546165bc4924a6bd14cc0ff083defc43e2dce37ea20c561462
-Size (qtbase-everywhere-src-5.11.0.tar.xz) = 46803416 bytes
+SHA1 (qtbase-everywhere-src-5.11.1.tar.xz) = 41c43cfd4713381b4e9f31db11836e9afdc0877e
+RMD160 (qtbase-everywhere-src-5.11.1.tar.xz) = 0da6d6fda6770279313218185225bdcda8ea53ff
+SHA512 (qtbase-everywhere-src-5.11.1.tar.xz) = 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81
+Size (qtbase-everywhere-src-5.11.1.tar.xz) = 46860400 bytes
Index: pkgsrc/x11/qt5-odbc/distinfo
diff -u pkgsrc/x11/qt5-odbc/distinfo:1.4 pkgsrc/x11/qt5-odbc/distinfo:1.5
--- pkgsrc/x11/qt5-odbc/distinfo:1.4 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-odbc/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtbase-everywhere-src-5.11.0.tar.xz) = 277bfe3ebbead8096f6a16416db522179404d41e
-RMD160 (qtbase-everywhere-src-5.11.0.tar.xz) = c410fd305f81907bb5703410383bb28daca6e105
-SHA512 (qtbase-everywhere-src-5.11.0.tar.xz) = 9f68e00d432db6999f932da6ba759e465ea7d65461ef8db13765f16bd812f2ddd05beede1df3c6546165bc4924a6bd14cc0ff083defc43e2dce37ea20c561462
-Size (qtbase-everywhere-src-5.11.0.tar.xz) = 46803416 bytes
+SHA1 (qtbase-everywhere-src-5.11.1.tar.xz) = 41c43cfd4713381b4e9f31db11836e9afdc0877e
+RMD160 (qtbase-everywhere-src-5.11.1.tar.xz) = 0da6d6fda6770279313218185225bdcda8ea53ff
+SHA512 (qtbase-everywhere-src-5.11.1.tar.xz) = 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81
+Size (qtbase-everywhere-src-5.11.1.tar.xz) = 46860400 bytes
Index: pkgsrc/x11/qt5-psql/distinfo
diff -u pkgsrc/x11/qt5-psql/distinfo:1.5 pkgsrc/x11/qt5-psql/distinfo:1.6
--- pkgsrc/x11/qt5-psql/distinfo:1.5 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-psql/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtbase-everywhere-src-5.11.0.tar.xz) = 277bfe3ebbead8096f6a16416db522179404d41e
-RMD160 (qtbase-everywhere-src-5.11.0.tar.xz) = c410fd305f81907bb5703410383bb28daca6e105
-SHA512 (qtbase-everywhere-src-5.11.0.tar.xz) = 9f68e00d432db6999f932da6ba759e465ea7d65461ef8db13765f16bd812f2ddd05beede1df3c6546165bc4924a6bd14cc0ff083defc43e2dce37ea20c561462
-Size (qtbase-everywhere-src-5.11.0.tar.xz) = 46803416 bytes
+SHA1 (qtbase-everywhere-src-5.11.1.tar.xz) = 41c43cfd4713381b4e9f31db11836e9afdc0877e
+RMD160 (qtbase-everywhere-src-5.11.1.tar.xz) = 0da6d6fda6770279313218185225bdcda8ea53ff
+SHA512 (qtbase-everywhere-src-5.11.1.tar.xz) = 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81
+Size (qtbase-everywhere-src-5.11.1.tar.xz) = 46860400 bytes
Index: pkgsrc/x11/qt5-qtbase/PLIST
diff -u pkgsrc/x11/qt5-qtbase/PLIST:1.15 pkgsrc/x11/qt5-qtbase/PLIST:1.16
--- pkgsrc/x11/qt5-qtbase/PLIST:1.15 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtbase/PLIST Fri Jun 22 06:29:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/06/19 07:21:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/06/22 06:29:20 adam Exp $
lib/pkgconfig/Qt5Concurrent.pc
lib/pkgconfig/Qt5Core.pc
lib/pkgconfig/Qt5DBus.pc
@@ -636,6 +636,7 @@ qt5/include/QtCore/qarraydatapointer.h
qt5/include/QtCore/qatomic.h
qt5/include/QtCore/qatomic_bootstrap.h
qt5/include/QtCore/qatomic_cxx11.h
+qt5/include/QtCore/qatomic_msvc.h
qt5/include/QtCore/qbasicatomic.h
qt5/include/QtCore/qbasictimer.h
qt5/include/QtCore/qbitarray.h
@@ -996,6 +997,7 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/pr
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputmethod_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinternalmimedata_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeymapper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeysequence_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qlayoutpolicy_p.h
Index: pkgsrc/x11/qt5-qtbase/distinfo
diff -u pkgsrc/x11/qt5-qtbase/distinfo:1.42 pkgsrc/x11/qt5-qtbase/distinfo:1.43
--- pkgsrc/x11/qt5-qtbase/distinfo:1.42 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtbase/distinfo Fri Jun 22 06:29:20 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.43 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtbase-everywhere-src-5.11.0.tar.xz) = 277bfe3ebbead8096f6a16416db522179404d41e
-RMD160 (qtbase-everywhere-src-5.11.0.tar.xz) = c410fd305f81907bb5703410383bb28daca6e105
-SHA512 (qtbase-everywhere-src-5.11.0.tar.xz) = 9f68e00d432db6999f932da6ba759e465ea7d65461ef8db13765f16bd812f2ddd05beede1df3c6546165bc4924a6bd14cc0ff083defc43e2dce37ea20c561462
-Size (qtbase-everywhere-src-5.11.0.tar.xz) = 46803416 bytes
+SHA1 (qtbase-everywhere-src-5.11.1.tar.xz) = 41c43cfd4713381b4e9f31db11836e9afdc0877e
+RMD160 (qtbase-everywhere-src-5.11.1.tar.xz) = 0da6d6fda6770279313218185225bdcda8ea53ff
+SHA512 (qtbase-everywhere-src-5.11.1.tar.xz) = 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81
+Size (qtbase-everywhere-src-5.11.1.tar.xz) = 46860400 bytes
SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = ffd0107d57e308aa83a780818756c9a538efc591
SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
Index: pkgsrc/x11/qt5-qtdeclarative/PLIST
diff -u pkgsrc/x11/qt5-qtdeclarative/PLIST:1.10 pkgsrc/x11/qt5-qtdeclarative/PLIST:1.11
--- pkgsrc/x11/qt5-qtdeclarative/PLIST:1.10 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtdeclarative/PLIST Fri Jun 22 06:29:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/06/19 07:21:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/06/22 06:29:20 adam Exp $
lib/pkgconfig/Qt5Qml.pc
lib/pkgconfig/Qt5Quick.pc
lib/pkgconfig/Qt5QuickTest.pc
@@ -15,7 +15,7 @@ qt5/bin/qmlscene
qt5/bin/qmltestrunner
qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qpacket_p.h
qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qpacketprotocol_p.h
-qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qqmldebugpacket_p.h
+qt5/include/QtPacketProtocol/${PKGVERSION}/QtPacketProtocol/private/qversionedpacket_p.h
qt5/include/QtPacketProtocol/QtPacketProtocol
qt5/include/QtPacketProtocol/QtPacketProtocolDepends
qt5/include/QtPacketProtocol/QtPacketProtocolVersion
@@ -287,6 +287,7 @@ qt5/include/QtQmlDebug/${PKGVERSION}/QtQ
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlenginecontrolclient_p_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilerclient_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilerclient_p_p.h
+qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilerclientdefinitions_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilerevent_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilereventlocation_p.h
qt5/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmlprofilereventreceiver_p.h
Index: pkgsrc/x11/qt5-qtdeclarative/distinfo
diff -u pkgsrc/x11/qt5-qtdeclarative/distinfo:1.8 pkgsrc/x11/qt5-qtdeclarative/distinfo:1.9
--- pkgsrc/x11/qt5-qtdeclarative/distinfo:1.8 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtdeclarative/distinfo Fri Jun 22 06:29:20 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtdeclarative-everywhere-src-5.11.0.tar.xz) = 118b13a5a3d8a83a5d8c6d13cb7fba159e80c1be
-RMD160 (qtdeclarative-everywhere-src-5.11.0.tar.xz) = e7d1a5ea830fc618d424e6d0ba598f188c4cd50b
-SHA512 (qtdeclarative-everywhere-src-5.11.0.tar.xz) = e8dbd3390faaecd833e373d76580c47cf1cec5fa518aa0d30eb305616e0e9c2f58fb8866c0f0ac25622b7b67d102ec3a50c6e48f572a20ab198bc007d5485111
-Size (qtdeclarative-everywhere-src-5.11.0.tar.xz) = 22154136 bytes
+SHA1 (qtdeclarative-everywhere-src-5.11.1.tar.xz) = 3bb4d97b8b2f40a6e6e21aa4d77a165007ee9af4
+RMD160 (qtdeclarative-everywhere-src-5.11.1.tar.xz) = bb7dc3b6b40a67a9f981ff1eed6ba6cf719cc214
+SHA512 (qtdeclarative-everywhere-src-5.11.1.tar.xz) = d4252f58fcc811273b1a51f80167bca19f744d70c47362b631bbb7875473a808402d64b26475e2f5ff1813d8b8cc66b81cac1b8a4b5e36f7ca1fdbb15666f053
+Size (qtdeclarative-everywhere-src-5.11.1.tar.xz) = 22203488 bytes
SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a
SHA1 (patch-src_3rdparty_masm_assembler_ARMAssembler.h) = fbcbe9e0fd3514d95f54a858223b20bb34f52bb2
SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
Index: pkgsrc/x11/qt5-qtdoc/PLIST
diff -u pkgsrc/x11/qt5-qtdoc/PLIST:1.6 pkgsrc/x11/qt5-qtdoc/PLIST:1.7
--- pkgsrc/x11/qt5-qtdoc/PLIST:1.6 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtdoc/PLIST Fri Jun 22 06:29:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/06/19 07:21:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/06/22 06:29:20 adam Exp $
qt5/doc/qtdoc.qch
qt5/doc/qtdoc/accelerators.html
qt5/doc/qtdoc/accessibility.html
@@ -7,6 +7,7 @@ qt5/doc/qtdoc/accessible-qwidget.html
qt5/doc/qtdoc/accessible.html
qt5/doc/qtdoc/activeqt-idc.html
qt5/doc/qtdoc/activeqt-testcon.html
+qt5/doc/qtdoc/activeqt.html
qt5/doc/qtdoc/all-examples.html
qt5/doc/qtdoc/android-runtime-licensing-notes.html
qt5/doc/qtdoc/android-support.html
@@ -39,6 +40,7 @@ qt5/doc/qtdoc/examples-gestures.html
qt5/doc/qtdoc/examples-ios.html
qt5/doc/qtdoc/examples-ipc.html
qt5/doc/qtdoc/examples-layouts.html
+qt5/doc/qtdoc/examples-manifest.xml
qt5/doc/qtdoc/examples-sql.html
qt5/doc/qtdoc/examples-statemachine.html
qt5/doc/qtdoc/examples-threadandconcurrent.html
@@ -67,6 +69,10 @@ qt5/doc/qtdoc/images/btn_next.png
qt5/doc/qtdoc/images/btn_prev.png
qt5/doc/qtdoc/images/bullet_dn.png
qt5/doc/qtdoc/images/bullet_sq.png
+qt5/doc/qtdoc/images/coffee_machine_emptycup.png
+qt5/doc/qtdoc/images/coffee_machine_modify.png
+qt5/doc/qtdoc/images/coffee_machine_overview.png
+qt5/doc/qtdoc/images/coffee_machine_selection.png
qt5/doc/qtdoc/images/controlstexteditor_designer.png
qt5/doc/qtdoc/images/controlstexteditor_main.png
qt5/doc/qtdoc/images/controlstexteditor_navigator.png
@@ -136,6 +142,24 @@ qt5/doc/qtdoc/images/thread-examples.png
qt5/doc/qtdoc/images/threadsandobjects.png
qt5/doc/qtdoc/images/threadvisual-example.png
qt5/doc/qtdoc/images/tool-examples.png
+qt5/doc/qtdoc/images/used-in-examples/Americano.png
+qt5/doc/qtdoc/images/used-in-examples/Espresso.png
+qt5/doc/qtdoc/images/used-in-examples/Latte.png
+qt5/doc/qtdoc/images/used-in-examples/Macchiato.png
+qt5/doc/qtdoc/images/used-in-examples/cappucino.png
+qt5/doc/qtdoc/images/used-in-examples/coffee.png
+qt5/doc/qtdoc/images/used-in-examples/coffee_cup_back.png
+qt5/doc/qtdoc/images/used-in-examples/coffee_cup_coverplate.png
+qt5/doc/qtdoc/images/used-in-examples/coffee_cup_front.png
+qt5/doc/qtdoc/images/used-in-examples/coffee_cup_large.png
+qt5/doc/qtdoc/images/used-in-examples/coffee_cup_outline.png
+qt5/doc/qtdoc/images/used-in-examples/line.png
+qt5/doc/qtdoc/images/used-in-examples/liquid_coffee.png
+qt5/doc/qtdoc/images/used-in-examples/liquid_foam.png
+qt5/doc/qtdoc/images/used-in-examples/liquid_milk.png
+qt5/doc/qtdoc/images/used-in-examples/milk.png
+qt5/doc/qtdoc/images/used-in-examples/sugar.png
+qt5/doc/qtdoc/images/used-in-examples/white.png
qt5/doc/qtdoc/images/xml-examples.png
qt5/doc/qtdoc/index.html
qt5/doc/qtdoc/integrity-building-monolith.html
@@ -159,7 +183,6 @@ qt5/doc/qtdoc/linux-deployment.html
qt5/doc/qtdoc/linux-issues.html
qt5/doc/qtdoc/linux-requirements.html
qt5/doc/qtdoc/linux.html
-qt5/doc/qtdoc/mac-licensing.html
qt5/doc/qtdoc/mobiledevelopment.html
qt5/doc/qtdoc/moc.html
qt5/doc/qtdoc/modules-cpp.html
@@ -218,6 +241,27 @@ qt5/doc/qtdoc/qt-gui-concepts.html
qt5/doc/qtdoc/qt5-intro.html
qt5/doc/qtdoc/qtconcurrent-mtexamples.html
qt5/doc/qtdoc/qtconcurrentexamples.html
+qt5/doc/qtdoc/qtdoc-attribution-coffeeexample-titillium.html
+qt5/doc/qtdoc/qtdoc-coffee-applicationflow-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-applicationflowform-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-brewing-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-brewingform-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-choosingcoffee-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-coffee-pro.html
+qt5/doc/qtdoc/qtdoc-coffee-coffeebutton-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-cup-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-cupform-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-emptycup-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-emptycupform-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-example.html
+qt5/doc/qtdoc/qtdoc-coffee-imports-coffee-constants-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-imports-coffee-qmldir.html
+qt5/doc/qtdoc/qtdoc-coffee-main-cpp.html
+qt5/doc/qtdoc/qtdoc-coffee-main-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-navigationbutton-ui-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-qml-qrc.html
+qt5/doc/qtdoc/qtdoc-coffee-sidebar-qml.html
+qt5/doc/qtdoc/qtdoc-coffee-sidebarform-ui-qml.html
qt5/doc/qtdoc/qtdoc.index
qt5/doc/qtdoc/qtdoc.qhp
qt5/doc/qtdoc/qtdoc.qhp.sha1
Index: pkgsrc/x11/qt5-qtdoc/distinfo
diff -u pkgsrc/x11/qt5-qtdoc/distinfo:1.5 pkgsrc/x11/qt5-qtdoc/distinfo:1.6
--- pkgsrc/x11/qt5-qtdoc/distinfo:1.5 Tue Jun 19 07:21:23 2018
+++ pkgsrc/x11/qt5-qtdoc/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:23 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtdoc-everywhere-src-5.11.0.tar.xz) = 9a7e29db6de178150411f86076a269f947b02d6b
-RMD160 (qtdoc-everywhere-src-5.11.0.tar.xz) = dc51f8f0a62e1a12f290e8dfdce7b283517c1a22
-SHA512 (qtdoc-everywhere-src-5.11.0.tar.xz) = 1b9da20e711cbb712fd67069bcc107fe84213b28bf56d2e96c373905ea9de959fb14cd582cf08e18e195868a2e72c71552bbf600bd14277770d566078f19d378
-Size (qtdoc-everywhere-src-5.11.0.tar.xz) = 3327252 bytes
+SHA1 (qtdoc-everywhere-src-5.11.1.tar.xz) = 9ffcb309c57954e2430fd9b0b6535d0e95bb4917
+RMD160 (qtdoc-everywhere-src-5.11.1.tar.xz) = 039aef1dc656ed5c7c357996ffd117d186601133
+SHA512 (qtdoc-everywhere-src-5.11.1.tar.xz) = dd2682b6a74d75c9e1ba3b8937a9f4dcc7ee77709c2ff8ebbef066f25f40327db2d52609f79bdbe0006b3b45881953c686e78fe7065dd329da058c3615665b26
+Size (qtdoc-everywhere-src-5.11.1.tar.xz) = 3328164 bytes
Index: pkgsrc/x11/qt5-qtgraphicaleffects/distinfo
diff -u pkgsrc/x11/qt5-qtgraphicaleffects/distinfo:1.5 pkgsrc/x11/qt5-qtgraphicaleffects/distinfo:1.6
--- pkgsrc/x11/qt5-qtgraphicaleffects/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtgraphicaleffects/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtgraphicaleffects-everywhere-src-5.11.0.tar.xz) = b110bdad6f0c1c26b4f87a48048a13cba2d145fd
-RMD160 (qtgraphicaleffects-everywhere-src-5.11.0.tar.xz) = a223f3b9b82ac59cdb75c68ebf424cb20d905eb5
-SHA512 (qtgraphicaleffects-everywhere-src-5.11.0.tar.xz) = d3ed8aea4d0c45a887e0b02a5ea0845486cd60b321868520f2153915d2de608d65464947387e17f923b13a3cc7d11530f673c754a9c39a8c0509ed493bf0fc85
-Size (qtgraphicaleffects-everywhere-src-5.11.0.tar.xz) = 14272792 bytes
+SHA1 (qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 8a4035abc706b7eea9d6f4b168594735c84baa9b
+RMD160 (qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 16a5cf6dab9d03edf923041f8419c6fcb7182a7b
+SHA512 (qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 0e79eac7debfd8904063d6b03938f62ed72194b5de164e0700d27bd2aac15e390cbdd337fa9afb62435862972e488fb01ae54f08d2a492719baa21a410272297
+Size (qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 14272760 bytes
Index: pkgsrc/x11/qt5-qtimageformats/distinfo
diff -u pkgsrc/x11/qt5-qtimageformats/distinfo:1.5 pkgsrc/x11/qt5-qtimageformats/distinfo:1.6
--- pkgsrc/x11/qt5-qtimageformats/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtimageformats/distinfo Fri Jun 22 06:29:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtimageformats-everywhere-src-5.11.0.tar.xz) = d1382ddb54d0e95d226815c051b4a02c4d935bc7
-RMD160 (qtimageformats-everywhere-src-5.11.0.tar.xz) = ea2abde2c02f03a8477a67437d6ce020c22c5c4b
-SHA512 (qtimageformats-everywhere-src-5.11.0.tar.xz) = 572c0502f3420aceb0efc7a459398f2f34ed7c382df55ddc5e144a59f6fc1f75adbd7d658ecd655da2c52d8639d9fe376211edf981e156732c355c7c656e6c2d
-Size (qtimageformats-everywhere-src-5.11.0.tar.xz) = 2191104 bytes
+SHA1 (qtimageformats-everywhere-src-5.11.1.tar.xz) = 6782ae5772b703e33d6fa1e4e051a6bcb07f4690
+RMD160 (qtimageformats-everywhere-src-5.11.1.tar.xz) = 3d548c33e3a8b31b785a88934ae75186ff3d83d3
+SHA512 (qtimageformats-everywhere-src-5.11.1.tar.xz) = 527bd6d324904d1c7c6d931fe96bfa43575a904d2b94cbda3129c4a883fb79b9bdf6f009b41d2747e8aec2c410a2b23bfa0e94fc4eea698d54a0878bc934514d
+Size (qtimageformats-everywhere-src-5.11.1.tar.xz) = 2191408 bytes
Index: pkgsrc/x11/qt5-qtlocation/distinfo
diff -u pkgsrc/x11/qt5-qtlocation/distinfo:1.6 pkgsrc/x11/qt5-qtlocation/distinfo:1.7
--- pkgsrc/x11/qt5-qtlocation/distinfo:1.6 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtlocation/distinfo Fri Jun 22 06:29:20 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/06/22 06:29:20 adam Exp $
-SHA1 (qtlocation-everywhere-src-5.11.0.tar.xz) = 6d9cbd62782169d17a95eda879abcbd91cabd1b8
-RMD160 (qtlocation-everywhere-src-5.11.0.tar.xz) = 83492855187cdd7fd6f64b5f889a083c8e2a3ced
-SHA512 (qtlocation-everywhere-src-5.11.0.tar.xz) = 92caa91172a0d0a1662cbe26b8d40d7f120c09f97456c48a9b9092a8b2e91aab74e31e273efabca9730d44f79eb3b2b7e2754cf6594f01291e8c1df5d133e363
-Size (qtlocation-everywhere-src-5.11.0.tar.xz) = 5537032 bytes
+SHA1 (qtlocation-everywhere-src-5.11.1.tar.xz) = 77b06f3baf6f5d582fe5455d7657e181ad2f55b1
+RMD160 (qtlocation-everywhere-src-5.11.1.tar.xz) = aef55997be298042c248d45b824c25f69771f303
+SHA512 (qtlocation-everywhere-src-5.11.1.tar.xz) = 8b89aae5bb7caa0999c20c86da1a356e5ba21e1e12ac892a695d180f21527846aa45f926828934b83147b851145477028ff1212802c1c21f8f6bb4e616b8b1fd
+Size (qtlocation-everywhere-src-5.11.1.tar.xz) = 5593144 bytes
SHA1 (patch-src_location_configure.json) = 5000b63fd76a8bade6a36c777f9b5b7b1b471ab7
Index: pkgsrc/x11/qt5-qtmacextras/distinfo
diff -u pkgsrc/x11/qt5-qtmacextras/distinfo:1.5 pkgsrc/x11/qt5-qtmacextras/distinfo:1.6
--- pkgsrc/x11/qt5-qtmacextras/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtmacextras/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtmacextras-everywhere-src-5.11.0.tar.xz) = 65059d62bf55149010fc5aa418afa97fd2e38341
-RMD160 (qtmacextras-everywhere-src-5.11.0.tar.xz) = ebe5946bbb4435345b40d103ec06cc605b355687
-SHA512 (qtmacextras-everywhere-src-5.11.0.tar.xz) = e4cceaa0144570a24cd4cf0b24f42d40ce2711496f2d62b3b3e61d599ca17032f1aede5df058f4674d5555d2d8f7c09157e8970e1fcb975ac8ad9f3f7bf0434d
-Size (qtmacextras-everywhere-src-5.11.0.tar.xz) = 70968 bytes
+SHA1 (qtmacextras-everywhere-src-5.11.1.tar.xz) = 379c63b53be7f2626f6d2a4be014fab766f9ea9f
+RMD160 (qtmacextras-everywhere-src-5.11.1.tar.xz) = f2f654d11b6f864b96fc8eb77420ca018d8a559c
+SHA512 (qtmacextras-everywhere-src-5.11.1.tar.xz) = 48a2cbac3a145a89e8dbaba4e949b8c5ee8c77b01aa2cc7593904460d72a8a7a6957d26f21134860ff27ec4f67e828d5119d2d0d1c4776bb58915feb431f98d8
+Size (qtmacextras-everywhere-src-5.11.1.tar.xz) = 70976 bytes
Index: pkgsrc/x11/qt5-qtmultimedia/distinfo
diff -u pkgsrc/x11/qt5-qtmultimedia/distinfo:1.6 pkgsrc/x11/qt5-qtmultimedia/distinfo:1.7
--- pkgsrc/x11/qt5-qtmultimedia/distinfo:1.6 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtmultimedia/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtmultimedia-everywhere-src-5.11.0.tar.xz) = 1193af4dbafb422b533e0495f14f9bb75d2a79ed
-RMD160 (qtmultimedia-everywhere-src-5.11.0.tar.xz) = 1e2a63e772eee8fee822f5de9500a5ede6f6ea28
-SHA512 (qtmultimedia-everywhere-src-5.11.0.tar.xz) = 4791b3ddea16c91a83fd60f461cd1bf7f36c88e4c0148f9371bfa34c1a57d80b2ec789551f6c32afaf1a315f13974a7bb019bca793a4caff7f793257d7eea3da
-Size (qtmultimedia-everywhere-src-5.11.0.tar.xz) = 3684356 bytes
+SHA1 (qtmultimedia-everywhere-src-5.11.1.tar.xz) = 52f57f28406a89c4e74d4568c63624563c2acf1c
+RMD160 (qtmultimedia-everywhere-src-5.11.1.tar.xz) = 9aef23a9a578e7cb16184890055c5d713992cbfa
+SHA512 (qtmultimedia-everywhere-src-5.11.1.tar.xz) = cfce510f5f5825ce12207070ce34bbc97e5433b5174bbdd562befcd383c74459436dfce23e5fd8ee5c5a4c28573b85374383d17ca3d0c61daa51b50c915b324c
+Size (qtmultimedia-everywhere-src-5.11.1.tar.xz) = 3711548 bytes
Index: pkgsrc/x11/qt5-qtquickcontrols/distinfo
diff -u pkgsrc/x11/qt5-qtquickcontrols/distinfo:1.5 pkgsrc/x11/qt5-qtquickcontrols/distinfo:1.6
--- pkgsrc/x11/qt5-qtquickcontrols/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtquickcontrols/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtquickcontrols-everywhere-src-5.11.0.tar.xz) = f6e4fcff07564c8a7f9b09c1abeb55912a16d1be
-RMD160 (qtquickcontrols-everywhere-src-5.11.0.tar.xz) = a4f62de71309d34d178bcaffc31f2c525be725bc
-SHA512 (qtquickcontrols-everywhere-src-5.11.0.tar.xz) = 3c221d4d9f7636baef3dcb50719a589fa9ff54d38a0891dc1464aebda74f2a989b35241bee895db5b27960e88737e81e9262c9c9a4d3e99bf167e94640204436
-Size (qtquickcontrols-everywhere-src-5.11.0.tar.xz) = 6057672 bytes
+SHA1 (qtquickcontrols-everywhere-src-5.11.1.tar.xz) = 59bba0d3c771119b72000ad91e9963ea75fd3953
+RMD160 (qtquickcontrols-everywhere-src-5.11.1.tar.xz) = 78dee5f3b939eab3ccc38f5be689773d95520731
+SHA512 (qtquickcontrols-everywhere-src-5.11.1.tar.xz) = d12cffe5a91f10e37b2ebea435fa147508fa60dc83076a1fb1c26d4ea16666c13ced0c36a5222092b6c4d6c1c723bed5b881fc33557353e09cb9aca068dde26c
+Size (qtquickcontrols-everywhere-src-5.11.1.tar.xz) = 6058072 bytes
Index: pkgsrc/x11/qt5-qtquickcontrols2/PLIST
diff -u pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.5 pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.6
--- pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtquickcontrols2/PLIST Fri Jun 22 06:29:21 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/06/19 07:21:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/06/22 06:29:21 adam Exp $
lib/pkgconfig/Qt5QuickControls2.pc
qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickanimatednode_p.h
qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickattachedobject_p.h
@@ -674,117 +674,90 @@ qt5/qml/QtQuick/Controls.2/designer/Tumb
qt5/qml/QtQuick/Controls.2/designer/TumblerSpecifics.qmlc
qt5/qml/QtQuick/Controls.2/designer/images/busyindicator-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/busyindicator-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/busyindicator-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/busyindicator-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/button-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/button-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/button-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/button-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/checkbox-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/checkbox-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/checkbox-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/checkbox-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/combobox-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/combobox-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/combobox-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/combobox-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/delaybutton-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/delaybutton-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/delaybutton-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/delaybutton-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/dial-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/dial-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/dial-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/dial-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/frame-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/frame-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/frame-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/frame-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/groupbox-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/groupbox-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/groupbox-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/groupbox-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/itemdelegate-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/itemdelegate-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/itemdelegate-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/itemdelegate-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/label-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/label-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/label-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/label-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/page-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/page-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/page-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/page-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/pageindicator-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/pageindicator-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/pageindicator-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/pageindicator-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/pane-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/pane-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/pane-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/pane-icon%2x.png@localhost
-qt5/qml/QtQuick/Controls.2/designer/images/placeholder-icon.png
-qt5/qml/QtQuick/Controls.2/designer/images/placeholder-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/placeholder-icon16%2x.png@localhost
-qt5/qml/QtQuick/Controls.2/designer/images/placeholder-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/progressbar-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/progressbar-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/progressbar-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/progressbar-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/radiobutton-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/radiobutton-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/radiobutton-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/radiobutton-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/rangeslider-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/rangeslider-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/rangeslider-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/rangeslider-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/roundbutton-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/roundbutton-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/roundbutton-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/roundbutton-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/scrollview-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/scrollview-icon16.png
+qt5/qml/QtQuick/Controls.2/designer/images/scrollview-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/slider-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/slider-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/slider-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/slider-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/spinbox-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/spinbox-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/spinbox-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/spinbox-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/stackview-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/stackview-icon16.png
+qt5/qml/QtQuick/Controls.2/designer/images/stackview-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/swipeview-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/swipeview-icon16.png
+qt5/qml/QtQuick/Controls.2/designer/images/swipeview-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/switch-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/switch-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/switch-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/switch-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/textarea-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/textarea-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/textarea-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/textarea-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/textfield-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/textfield-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/textfield-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/textfield-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolbar-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/toolbar-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/toolbar-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolbar-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolbutton-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/toolbutton-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/toolbutton-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolbutton-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolseparator-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/toolseparator-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/toolseparator-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/toolseparator-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/tumbler-icon.png
qt5/qml/QtQuick/Controls.2/designer/images/tumbler-icon16.png
-qt5/qml/QtQuick/Controls.2/designer/images/tumbler-icon16%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/images/tumbler-icon%2x.png@localhost
qt5/qml/QtQuick/Controls.2/designer/qtquickcontrols2.metainfo
qt5/qml/QtQuick/Controls.2/libqtquickcontrols2plugin.so
Index: pkgsrc/x11/qt5-qtquickcontrols2/distinfo
diff -u pkgsrc/x11/qt5-qtquickcontrols2/distinfo:1.3 pkgsrc/x11/qt5-qtquickcontrols2/distinfo:1.4
--- pkgsrc/x11/qt5-qtquickcontrols2/distinfo:1.3 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtquickcontrols2/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtquickcontrols2-everywhere-src-5.11.0.tar.xz) = 839d4706578880fe33c0ade4f532a5de260fbfe1
-RMD160 (qtquickcontrols2-everywhere-src-5.11.0.tar.xz) = de3d203568ca3dabbfe252d8027da3ac0d3abfc4
-SHA512 (qtquickcontrols2-everywhere-src-5.11.0.tar.xz) = 89f9543a03b2123fd81d5a9320efd742a119ff52acadf6d4bf4447628fee85916f497f97da5b60fd8cba68d04c652612a26da1a81efc35ad2784efc8f89a6593
-Size (qtquickcontrols2-everywhere-src-5.11.0.tar.xz) = 9038176 bytes
+SHA1 (qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = 8ea9c7655f82bbae02a9c203c4c022b693a45953
+RMD160 (qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = 573d499b3fc63496fc14c45dbab1ac3d08b2d64b
+SHA512 (qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = b4d42d5ec5abdd819badfef147492fecc8ed433b88705c418845d75d35ee5880b11afaf70f17e3913855ccaa9aa47b3a9d497350ecb105b4f0672cf29111eb68
+Size (qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = 9032192 bytes
Index: pkgsrc/x11/qt5-qtscript/distinfo
diff -u pkgsrc/x11/qt5-qtscript/distinfo:1.6 pkgsrc/x11/qt5-qtscript/distinfo:1.7
--- pkgsrc/x11/qt5-qtscript/distinfo:1.6 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtscript/distinfo Fri Jun 22 06:29:21 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtscript-everywhere-src-5.11.0.tar.xz) = 561915fac27e0cd00ca79f1be65abcadc497766d
-RMD160 (qtscript-everywhere-src-5.11.0.tar.xz) = 25695a85eb72c4fba86ee0ca1199567cd0205076
-SHA512 (qtscript-everywhere-src-5.11.0.tar.xz) = 837b048748028a97aa3222849cdee55ed15c3c086ff263c38853febdb46dd7b806512e51537b9e596dd6070b6178b6c50194b750cbd6adf52523f70e28b0d9ec
-Size (qtscript-everywhere-src-5.11.0.tar.xz) = 2665756 bytes
+SHA1 (qtscript-everywhere-src-5.11.1.tar.xz) = 3bfe48cda8c8a78c7ad1348cd7f01d56fcce6686
+RMD160 (qtscript-everywhere-src-5.11.1.tar.xz) = 7ec180957d0e4ada3189b1fae06f5a4db0664c54
+SHA512 (qtscript-everywhere-src-5.11.1.tar.xz) = 609ac6675341fb2707ad3b91e955a430846253741931ada2343ab2d1ad27169a60548b1a2621369384043a4c5b983e392c3fafcffd50237563b9f4204123e411
+Size (qtscript-everywhere-src-5.11.1.tar.xz) = 2671428 bytes
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_config.h) = e46033a23803b4e27dcd7f5369730e046ad5e4cb
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue.h) = 6672e941f0ecbba35b5b932ab9f7b49a269fb6e6
SHA1 (patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h) = 5467afc8dc5e2f93a267a6ab380bb647c501d145
Index: pkgsrc/x11/qt5-qtsensors/distinfo
diff -u pkgsrc/x11/qt5-qtsensors/distinfo:1.5 pkgsrc/x11/qt5-qtsensors/distinfo:1.6
--- pkgsrc/x11/qt5-qtsensors/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtsensors/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtsensors-everywhere-src-5.11.0.tar.xz) = 1e0a3b423b33bf03e1310d84d2160775c8421f51
-RMD160 (qtsensors-everywhere-src-5.11.0.tar.xz) = 74b74b91fa2477848cd55be2d008a7da78fe8b3e
-SHA512 (qtsensors-everywhere-src-5.11.0.tar.xz) = 16fe393633ad6254846efba21e618dc49e2b727f86ae7d6b03fdd95e93484344caf25d6b1f1905f57f9343ced0825d29146f2e2142b5220021015bcb77bbdd1c
-Size (qtsensors-everywhere-src-5.11.0.tar.xz) = 2028824 bytes
+SHA1 (qtsensors-everywhere-src-5.11.1.tar.xz) = 10f7f64a47c77063bff9b078a37dcd1ee827267f
+RMD160 (qtsensors-everywhere-src-5.11.1.tar.xz) = 80eb1fced496f688db013d936882ddf9cca676dd
+SHA512 (qtsensors-everywhere-src-5.11.1.tar.xz) = 5da90766ec979ee51b3df97f794b1661a1103b80cc57941516171d5102b54c15bdf1cfabde21e5b94ddad324686a6a92171193312e7c6791d5de63832452010d
+Size (qtsensors-everywhere-src-5.11.1.tar.xz) = 2033508 bytes
Index: pkgsrc/x11/qt5-qtserialport/distinfo
diff -u pkgsrc/x11/qt5-qtserialport/distinfo:1.5 pkgsrc/x11/qt5-qtserialport/distinfo:1.6
--- pkgsrc/x11/qt5-qtserialport/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtserialport/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtserialport-everywhere-src-5.11.0.tar.xz) = 3ff91da11c6cc7df7844b863110065dbeadc28d7
-RMD160 (qtserialport-everywhere-src-5.11.0.tar.xz) = 85077a61a47c7399f21056709be95d93dbddcad2
-SHA512 (qtserialport-everywhere-src-5.11.0.tar.xz) = 25684b4e09e94338d3067a0b46dca6aaf470dc5a5b2c3c3934352cbfbb7b2e4fcf96668619c08eedb213ac5c8523383be0e2ee8eee690b1828994800b2947d9c
-Size (qtserialport-everywhere-src-5.11.0.tar.xz) = 297876 bytes
+SHA1 (qtserialport-everywhere-src-5.11.1.tar.xz) = 3371db4a50e8ee3c56cf928f61f31317354641a4
+RMD160 (qtserialport-everywhere-src-5.11.1.tar.xz) = ff03a91ce1665b46347502490c584e662c210115
+SHA512 (qtserialport-everywhere-src-5.11.1.tar.xz) = 2f13122438dfe91c6885534e4470e119abf1c7134b1d344e9c0700661c002566f483aa2bcdde53e4860df349fff4ff8ef05bfafb0aa1bb4484d3e5d07c989404
+Size (qtserialport-everywhere-src-5.11.1.tar.xz) = 301692 bytes
Index: pkgsrc/x11/qt5-qtsvg/distinfo
diff -u pkgsrc/x11/qt5-qtsvg/distinfo:1.5 pkgsrc/x11/qt5-qtsvg/distinfo:1.6
--- pkgsrc/x11/qt5-qtsvg/distinfo:1.5 Tue Jun 19 07:21:24 2018
+++ pkgsrc/x11/qt5-qtsvg/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtsvg-everywhere-src-5.11.0.tar.xz) = 2c09995b9ea5d3a77fc7f8b0d6f4921fb497eaa0
-RMD160 (qtsvg-everywhere-src-5.11.0.tar.xz) = 37ab8fee486b120ad0368e080d499afe18d58b73
-SHA512 (qtsvg-everywhere-src-5.11.0.tar.xz) = 8a6ec3dbdfae31e34d022d2bd3372b3a16be1ca88eb48159918a027f64094e33b1cdd514e2f800dcf6aad5d44c3cf23e4a8fbc5e7fd7e05e9595385ea9af9056
-Size (qtsvg-everywhere-src-5.11.0.tar.xz) = 1817324 bytes
+SHA1 (qtsvg-everywhere-src-5.11.1.tar.xz) = 254081ba46e914515601a9934a85ceb50d7afe04
+RMD160 (qtsvg-everywhere-src-5.11.1.tar.xz) = 904b69cda299e9a20c929d5410178f757a8361ea
+SHA512 (qtsvg-everywhere-src-5.11.1.tar.xz) = 2e9b126e72335b4b39296d033c6ea8761739148b812841797e1678135eaad944a5e4073010b5dbfb17708bd8fc8de0dd6b2b092330176b3b29c7637357353e39
+Size (qtsvg-everywhere-src-5.11.1.tar.xz) = 1843216 bytes
Index: pkgsrc/x11/qt5-qttools/distinfo
diff -u pkgsrc/x11/qt5-qttools/distinfo:1.5 pkgsrc/x11/qt5-qttools/distinfo:1.6
--- pkgsrc/x11/qt5-qttools/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qttools/distinfo Fri Jun 22 06:29:21 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qttools-everywhere-src-5.11.0.tar.xz) = 996b9394d9e6460457fddff69213ef771992fdda
-RMD160 (qttools-everywhere-src-5.11.0.tar.xz) = e2f5f29fbc5a298855d0155f670b4260d979d4d9
-SHA512 (qttools-everywhere-src-5.11.0.tar.xz) = d63f0a5f2c48951c12f5895a5e954e7c9166543ff230d831a2607a3d9f0a053fdec5f34d73e6309e053fc194fca18af2540974f7f585e6bb5814ba779cc21d8b
-Size (qttools-everywhere-src-5.11.0.tar.xz) = 9678000 bytes
+SHA1 (qttools-everywhere-src-5.11.1.tar.xz) = 8643889053c625f40d10189d5d107c55316ce989
+RMD160 (qttools-everywhere-src-5.11.1.tar.xz) = 6aaaf4f6db3f823d4d00dfce62d585dbd820820a
+SHA512 (qttools-everywhere-src-5.11.1.tar.xz) = cf690c630db79b4cd86d5d608175fb2c5463a985d7cb8a592c0995db04593c2c2ddddb52a3dc21348462639efdd3f9c57d3897a8384708b912b42cf1ac2c7482
+Size (qttools-everywhere-src-5.11.1.tar.xz) = 9720996 bytes
SHA1 (patch-src_assistant_assistant_assistant.pro) = 924ccf851fe96f6838bbfe906793839b8a869ac4
SHA1 (patch-src_designer_src_plugins_plugins.pro) = c82d154785e19ebfb3e191f08c8e7f9b07458d4a
Index: pkgsrc/x11/qt5-qttranslations/distinfo
diff -u pkgsrc/x11/qt5-qttranslations/distinfo:1.5 pkgsrc/x11/qt5-qttranslations/distinfo:1.6
--- pkgsrc/x11/qt5-qttranslations/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qttranslations/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qttranslations-everywhere-src-5.11.0.tar.xz) = 0fe7190dd209ca9e7bd1de0e17763973a7fccdb9
-RMD160 (qttranslations-everywhere-src-5.11.0.tar.xz) = 2e9ba0b034029dd657cd8f4e9eeba04d9c1e96de
-SHA512 (qttranslations-everywhere-src-5.11.0.tar.xz) = 156f46819251bea2478b6ec23a298111e7800fd71962890ee41cfc9feac67106a02edf3e18775aedee26e6446ddbb0f679ad71e1cabe39de80bd13aafd6f184a
-Size (qttranslations-everywhere-src-5.11.0.tar.xz) = 1428060 bytes
+SHA1 (qttranslations-everywhere-src-5.11.1.tar.xz) = 6909c17535abdad3e98df5e57a503de8815b48c7
+RMD160 (qttranslations-everywhere-src-5.11.1.tar.xz) = 576dfd1b011c134dacce809614ba762358537202
+SHA512 (qttranslations-everywhere-src-5.11.1.tar.xz) = b817b7be585413e352271204e88730c873e0701f65dbba9f5b331f0c3e0ddc1bd2446f038991bf9eabdd79ba440ea0172d0342b5b0d8b1593d9f55ad2a0ebcc0
+Size (qttranslations-everywhere-src-5.11.1.tar.xz) = 1428808 bytes
Index: pkgsrc/x11/qt5-qtwebchannel/distinfo
diff -u pkgsrc/x11/qt5-qtwebchannel/distinfo:1.5 pkgsrc/x11/qt5-qtwebchannel/distinfo:1.6
--- pkgsrc/x11/qt5-qtwebchannel/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qtwebchannel/distinfo Fri Jun 22 06:29:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $
-SHA1 (qtwebchannel-everywhere-src-5.11.0.tar.xz) = 186319ae5c2f3f65e77ba84555e68e6c6958a351
-RMD160 (qtwebchannel-everywhere-src-5.11.0.tar.xz) = f8eb1801bc8ff4d862862826ef0fc2d7798fd9d1
-SHA512 (qtwebchannel-everywhere-src-5.11.0.tar.xz) = 3e084afcb35c06a694516ff38d335ea4659455d12f790c56d0fe1476e45709cd478213c9152bc436b6d5d4e8e54713a17dcef6e0a97d3aee9179b61d690a3c00
-Size (qtwebchannel-everywhere-src-5.11.0.tar.xz) = 175172 bytes
+SHA1 (qtwebchannel-everywhere-src-5.11.1.tar.xz) = 9c257b055323a74bf12cf81e96d07e305cb395d4
+RMD160 (qtwebchannel-everywhere-src-5.11.1.tar.xz) = 56120b2e56218866f34eea7ff83071fd06c71087
+SHA512 (qtwebchannel-everywhere-src-5.11.1.tar.xz) = e0a18919cc4fe858eb1a623fc4e79c2936b4ea390d23611a708dd8fc26aac4ecbc262a5b0194f0a4df1fbe69c53568a62183e5847e0bf4c73cbce2122170e0a9
+Size (qtwebchannel-everywhere-src-5.11.1.tar.xz) = 179700 bytes
Index: pkgsrc/x11/qt5-qtwebsockets/distinfo
diff -u pkgsrc/x11/qt5-qtwebsockets/distinfo:1.5 pkgsrc/x11/qt5-qtwebsockets/distinfo:1.6
--- pkgsrc/x11/qt5-qtwebsockets/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qtwebsockets/distinfo Fri Jun 22 06:29:22 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:22 adam Exp $
-SHA1 (qtwebsockets-everywhere-src-5.11.0.tar.xz) = a06da07ce598a9673eebc9efb1d10d6fd61e5e40
-RMD160 (qtwebsockets-everywhere-src-5.11.0.tar.xz) = f35bc680972aeb12fdb591b3ea90ce4f8af122d0
-SHA512 (qtwebsockets-everywhere-src-5.11.0.tar.xz) = b3d25ea5fbf39714ec04702e342551f848e0ad166570600115816cf4daceaa2ca459f590aa01bf8defce4c4bbe2a0384fb856667a043ae667d59b3f92328d5c3
-Size (qtwebsockets-everywhere-src-5.11.0.tar.xz) = 227696 bytes
+SHA1 (qtwebsockets-everywhere-src-5.11.1.tar.xz) = 33fe7835445100067c06ec05a25812a93929f57f
+RMD160 (qtwebsockets-everywhere-src-5.11.1.tar.xz) = 559b812279e0431a4252c49f46ede166d2583ca8
+SHA512 (qtwebsockets-everywhere-src-5.11.1.tar.xz) = 01eb3fabfa0f46c6ecedc3cd9a05e504fef91926ffeab1f534557e50c15d7fd284edaa553f545d8363343a32c0c3187e77e3e5d6edea8331e9234c05c0e318fc
+Size (qtwebsockets-everywhere-src-5.11.1.tar.xz) = 231468 bytes
Index: pkgsrc/x11/qt5-qtx11extras/distinfo
diff -u pkgsrc/x11/qt5-qtx11extras/distinfo:1.5 pkgsrc/x11/qt5-qtx11extras/distinfo:1.6
--- pkgsrc/x11/qt5-qtx11extras/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qtx11extras/distinfo Fri Jun 22 06:29:22 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:22 adam Exp $
-SHA1 (qtx11extras-everywhere-src-5.11.0.tar.xz) = e7912fb39a40370bd971bd181adeed8422aef0d7
-RMD160 (qtx11extras-everywhere-src-5.11.0.tar.xz) = e911fc323f032589cf3c072a8b083cf073aa613d
-SHA512 (qtx11extras-everywhere-src-5.11.0.tar.xz) = 3e47be98e90b30a6e584b2e29ffda08f3512bdc7d98ab811862297a00607f4757cac0da5e72d2ba55d6afdc6e652ef6fa2f40b90aaaf3d44f23b1491d225b4d5
-Size (qtx11extras-everywhere-src-5.11.0.tar.xz) = 110476 bytes
+SHA1 (qtx11extras-everywhere-src-5.11.1.tar.xz) = 929e3ede9ca9a03e7fc297c2f71e033ed0dcc036
+RMD160 (qtx11extras-everywhere-src-5.11.1.tar.xz) = 77abbd74bd3de8600b314cf26baa328ea08c7f26
+SHA512 (qtx11extras-everywhere-src-5.11.1.tar.xz) = a5acd182e06ced304bdb9d86982c3cdb826411ed4c888dfc530e5bf005f34ac9c58812bda3c98dde66eea372c7075f9eedd62a6e36cb8b549a56b8dc7a9b19af
+Size (qtx11extras-everywhere-src-5.11.1.tar.xz) = 116368 bytes
Index: pkgsrc/x11/qt5-qtxmlpatterns/distinfo
diff -u pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.5 pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.6
--- pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.5 Tue Jun 19 07:21:25 2018
+++ pkgsrc/x11/qt5-qtxmlpatterns/distinfo Fri Jun 22 06:29:22 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/19 07:21:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/22 06:29:22 adam Exp $
-SHA1 (qtxmlpatterns-everywhere-src-5.11.0.tar.xz) = e6206570539737df9357c6159ec8ede617667a00
-RMD160 (qtxmlpatterns-everywhere-src-5.11.0.tar.xz) = 7e59b1014d8bf1b61299d3f335ce26f32b4565b2
-SHA512 (qtxmlpatterns-everywhere-src-5.11.0.tar.xz) = 842d37b462acfe056b9a2de2876b9567001f5b7aea77bea416378952fa266112bef4a4ab5f86201ac00e97c43db5b9ec17fc2ba052671fa72969bca56960a5da
-Size (qtxmlpatterns-everywhere-src-5.11.0.tar.xz) = 1374084 bytes
+SHA1 (qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 6840596d0164450291318fb27e302d450abdfc35
+RMD160 (qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 2d6a7f8d40f435542c53949524a605b09b321adc
+SHA512 (qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 207fda037fce412412909799ba7737764ebfa5d8cd4b0185f158791adbecd9a0e0db15bb7e40aaa5e664809b600e77a7a3398a35d2f4e087f1ab15a31e706066
+Size (qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 1378340 bytes
Home |
Main Index |
Thread Index |
Old Index