pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 qt5: updated to 5.12.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4fd55109236
branches:  trunk
changeset: 332834:e4fd55109236
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 25 19:43:15 2019 +0000

description:
qt5: updated to 5.12.3

Qt 5.12.3, the third patch release of Qt 5.12 LTS, is released today. While not adding new features, the Qt 5.12.3 release provides a number of bug fixes, as well as performance and other 
improvements.

Compared to Qt 5.12.2, the new Qt 5.12.3 provides almost 200 bug fixes. For details of the most important changes, please check the Change files of Qt 5.12.3.

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. Qt 5.6 Support has ended in March 2019, so all active projects still using Qt 
5.6 LTS should migrate to a later version of Qt.

diffstat:

 x11/qt5-mysql/Makefile              |   3 +--
 x11/qt5-mysql/distinfo              |  10 +++++-----
 x11/qt5-odbc/Makefile               |   3 +--
 x11/qt5-odbc/distinfo               |  10 +++++-----
 x11/qt5-psql/Makefile               |   3 +--
 x11/qt5-psql/distinfo               |  10 +++++-----
 x11/qt5-qtbase/Makefile             |   3 +--
 x11/qt5-qtbase/PLIST                |  10 +++++++++-
 x11/qt5-qtbase/distinfo             |  10 +++++-----
 x11/qt5-qtcharts/Makefile           |   3 +--
 x11/qt5-qtcharts/distinfo           |  10 +++++-----
 x11/qt5-qtconnectivity/Makefile     |   3 +--
 x11/qt5-qtconnectivity/distinfo     |  10 +++++-----
 x11/qt5-qtdeclarative/Makefile      |   3 +--
 x11/qt5-qtdeclarative/distinfo      |  10 +++++-----
 x11/qt5-qtdoc/Makefile              |   3 +--
 x11/qt5-qtdoc/distinfo              |  10 +++++-----
 x11/qt5-qtgraphicaleffects/Makefile |   3 +--
 x11/qt5-qtgraphicaleffects/distinfo |  10 +++++-----
 x11/qt5-qtimageformats/Makefile     |   3 +--
 x11/qt5-qtimageformats/distinfo     |  10 +++++-----
 x11/qt5-qtlocation/Makefile         |   3 +--
 x11/qt5-qtlocation/distinfo         |  10 +++++-----
 x11/qt5-qtmacextras/Makefile        |   3 +--
 x11/qt5-qtmacextras/distinfo        |  10 +++++-----
 x11/qt5-qtmultimedia/Makefile       |   3 +--
 x11/qt5-qtmultimedia/distinfo       |  10 +++++-----
 x11/qt5-qtnetworkauth/Makefile      |   3 +--
 x11/qt5-qtnetworkauth/distinfo      |  10 +++++-----
 x11/qt5-qtquickcontrols/Makefile    |   3 +--
 x11/qt5-qtquickcontrols/distinfo    |  10 +++++-----
 x11/qt5-qtquickcontrols2/Makefile   |   3 +--
 x11/qt5-qtquickcontrols2/PLIST      |   6 +++++-
 x11/qt5-qtquickcontrols2/distinfo   |  10 +++++-----
 x11/qt5-qtscript/Makefile           |   3 +--
 x11/qt5-qtscript/distinfo           |  10 +++++-----
 x11/qt5-qtsensors/Makefile          |   3 +--
 x11/qt5-qtsensors/distinfo          |  10 +++++-----
 x11/qt5-qtserialport/Makefile       |   3 +--
 x11/qt5-qtserialport/distinfo       |  10 +++++-----
 x11/qt5-qtsvg/Makefile              |   3 +--
 x11/qt5-qtsvg/distinfo              |  10 +++++-----
 x11/qt5-qttools/Makefile            |   3 +--
 x11/qt5-qttools/distinfo            |  10 +++++-----
 x11/qt5-qttranslations/Makefile     |   3 +--
 x11/qt5-qttranslations/PLIST        |   9 ++++++++-
 x11/qt5-qttranslations/distinfo     |  10 +++++-----
 x11/qt5-qtwebchannel/Makefile       |   3 +--
 x11/qt5-qtwebchannel/distinfo       |  10 +++++-----
 x11/qt5-qtwebsockets/Makefile       |   3 +--
 x11/qt5-qtwebsockets/distinfo       |  10 +++++-----
 x11/qt5-qtx11extras/Makefile        |   3 +--
 x11/qt5-qtx11extras/distinfo        |  10 +++++-----
 x11/qt5-qtxmlpatterns/Makefile      |   3 +--
 x11/qt5-qtxmlpatterns/distinfo      |  10 +++++-----
 x11/qt5/Makefile.common             |   4 ++--
 56 files changed, 180 insertions(+), 187 deletions(-)

diffs (truncated from 867 to 300 lines):

diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-mysql/Makefile
--- a/x11/qt5-mysql/Makefile    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-mysql/Makefile    Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2019/04/03 00:33:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-mysql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 MySQL plugin
 
 CFLAGS+=               -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-mysql/distinfo
--- a/x11/qt5-mysql/distinfo    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-mysql/distinfo    Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/26 11:14:16 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
-RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
-SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
-Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes
+SHA1 (qtbase-everywhere-src-5.12.3.tar.xz) = dbe6ed4779998f757473a727b7ff3300c7d31155
+RMD160 (qtbase-everywhere-src-5.12.3.tar.xz) = aebc6473c64d287fe7ea861c449b094b823225c3
+SHA512 (qtbase-everywhere-src-5.12.3.tar.xz) = 1dab927573eb22b1ae772de3a418f7d3999ea78d6e667a7f2494390dd1f0981ea93f4f892cb6e124ac18812c780ee71da3021b485c61eaf1ef2234a5c12b7fe2
+Size (qtbase-everywhere-src-5.12.3.tar.xz) = 48382148 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-odbc/Makefile
--- a/x11/qt5-odbc/Makefile     Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-odbc/Makefile     Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2019/04/03 00:33:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-odbc-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 odbc plugin
 
 BUILD_DIRS=            src/plugins/sqldrivers
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-odbc/distinfo
--- a/x11/qt5-odbc/distinfo     Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-odbc/distinfo     Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/03/26 11:14:16 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
-RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
-SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
-Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes
+SHA1 (qtbase-everywhere-src-5.12.3.tar.xz) = dbe6ed4779998f757473a727b7ff3300c7d31155
+RMD160 (qtbase-everywhere-src-5.12.3.tar.xz) = aebc6473c64d287fe7ea861c449b094b823225c3
+SHA512 (qtbase-everywhere-src-5.12.3.tar.xz) = 1dab927573eb22b1ae772de3a418f7d3999ea78d6e667a7f2494390dd1f0981ea93f4f892cb6e124ac18812c780ee71da3021b485c61eaf1ef2234a5c12b7fe2
+Size (qtbase-everywhere-src-5.12.3.tar.xz) = 48382148 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-psql/Makefile
--- a/x11/qt5-psql/Makefile     Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-psql/Makefile     Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2019/04/03 00:33:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-psql-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 PostgreSQL plugin
 
 BUILD_QT5=             yes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-psql/distinfo
--- a/x11/qt5-psql/distinfo     Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-psql/distinfo     Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/26 11:14:16 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
-RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
-SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
-Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes
+SHA1 (qtbase-everywhere-src-5.12.3.tar.xz) = dbe6ed4779998f757473a727b7ff3300c7d31155
+RMD160 (qtbase-everywhere-src-5.12.3.tar.xz) = aebc6473c64d287fe7ea861c449b094b823225c3
+SHA512 (qtbase-everywhere-src-5.12.3.tar.xz) = 1dab927573eb22b1ae772de3a418f7d3999ea78d6e667a7f2494390dd1f0981ea93f4f892cb6e124ac18812c780ee71da3021b485c61eaf1ef2234a5c12b7fe2
+Size (qtbase-everywhere-src-5.12.3.tar.xz) = 48382148 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtbase/Makefile   Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2019/04/03 00:33:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   2
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtbase/PLIST
--- a/x11/qt5-qtbase/PLIST      Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtbase/PLIST      Thu Apr 25 19:43:15 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2019/03/26 11:14:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2019/04/25 19:43:15 adam Exp $
 lib/pkgconfig/Qt5Concurrent.pc
 lib/pkgconfig/Qt5Core.pc
 lib/pkgconfig/Qt5DBus.pc
@@ -3208,16 +3208,24 @@
 qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h
 qt5/mkspecs/winrt-arm-msvc2017/qmake.conf
 qt5/mkspecs/winrt-arm-msvc2017/qplatformdefs.h
+qt5/mkspecs/winrt-arm-msvc2019/qmake.conf
+qt5/mkspecs/winrt-arm-msvc2019/qplatformdefs.h
 qt5/mkspecs/winrt-arm64-msvc2017/qmake.conf
 qt5/mkspecs/winrt-arm64-msvc2017/qplatformdefs.h
+qt5/mkspecs/winrt-arm64-msvc2019/qmake.conf
+qt5/mkspecs/winrt-arm64-msvc2019/qplatformdefs.h
 qt5/mkspecs/winrt-x64-msvc2015/qmake.conf
 qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h
 qt5/mkspecs/winrt-x64-msvc2017/qmake.conf
 qt5/mkspecs/winrt-x64-msvc2017/qplatformdefs.h
+qt5/mkspecs/winrt-x64-msvc2019/qmake.conf
+qt5/mkspecs/winrt-x64-msvc2019/qplatformdefs.h
 qt5/mkspecs/winrt-x86-msvc2015/qmake.conf
 qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h
 qt5/mkspecs/winrt-x86-msvc2017/qmake.conf
 qt5/mkspecs/winrt-x86-msvc2017/qplatformdefs.h
+qt5/mkspecs/winrt-x86-msvc2019/qmake.conf
+qt5/mkspecs/winrt-x86-msvc2019/qplatformdefs.h
 qt5/plugins/bearer/libqgenericbearer.so
 ${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-emu-integration.so
 ${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtbase/distinfo
--- a/x11/qt5-qtbase/distinfo   Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtbase/distinfo   Thu Apr 25 19:43:15 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.47 2019/03/26 11:14:16 adam Exp $
+$NetBSD: distinfo,v 1.48 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtbase-everywhere-src-5.12.2.tar.xz) = d12a34ef75ac344e29dad4400b844cbda6c447f1
-RMD160 (qtbase-everywhere-src-5.12.2.tar.xz) = 91adec66cc25605b11ec468e2037c0d40f2416a8
-SHA512 (qtbase-everywhere-src-5.12.2.tar.xz) = 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613
-Size (qtbase-everywhere-src-5.12.2.tar.xz) = 48364464 bytes
+SHA1 (qtbase-everywhere-src-5.12.3.tar.xz) = dbe6ed4779998f757473a727b7ff3300c7d31155
+RMD160 (qtbase-everywhere-src-5.12.3.tar.xz) = aebc6473c64d287fe7ea861c449b094b823225c3
+SHA512 (qtbase-everywhere-src-5.12.3.tar.xz) = 1dab927573eb22b1ae772de3a418f7d3999ea78d6e667a7f2494390dd1f0981ea93f4f892cb6e124ac18812c780ee71da3021b485c61eaf1ef2234a5c12b7fe2
+Size (qtbase-everywhere-src-5.12.3.tar.xz) = 48382148 bytes
 SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
 SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
 SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtcharts/Makefile
--- a/x11/qt5-qtcharts/Makefile Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtcharts/Makefile Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/04/03 00:33:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtcharts-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtcharts-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 module for charts framework
 
 BUILD_TARGET=          sub-src
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtcharts/distinfo
--- a/x11/qt5-qtcharts/distinfo Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtcharts/distinfo Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/03/26 11:14:17 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtcharts-everywhere-src-5.12.2.tar.xz) = c570b7b8c6834fb30f71a3013a10f69696b15b50
-RMD160 (qtcharts-everywhere-src-5.12.2.tar.xz) = 8aca0503955dad0d4103c794458518ec82ebda31
-SHA512 (qtcharts-everywhere-src-5.12.2.tar.xz) = dae38c553071ad5006948f0f355c1eadc32e4d860c565a61258fee9dc43f0fd940b265c80319a3b8869ea192030441fd1581907d1ec96f9b949ffd92ed2313d3
-Size (qtcharts-everywhere-src-5.12.2.tar.xz) = 4242568 bytes
+SHA1 (qtcharts-everywhere-src-5.12.3.tar.xz) = 88d090a64e07cdaea4fcd88d06ea1f17373e11e1
+RMD160 (qtcharts-everywhere-src-5.12.3.tar.xz) = 2eb4907ff259e7c71d0e6b02b8a12b013d4a9bbf
+SHA512 (qtcharts-everywhere-src-5.12.3.tar.xz) = f5940589c7a2dc5fcd3484397613f13ab41311c8ffb70a3484e64dc5bad24e18c94c9ebbe6716c1ec7c81b7863113ebfdb593f2d194608b2e3fb0b0b5c9c9102
+Size (qtcharts-everywhere-src-5.12.3.tar.xz) = 4242512 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtconnectivity/Makefile
--- a/x11/qt5-qtconnectivity/Makefile   Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtconnectivity/Makefile   Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/04/03 00:33:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtconnectivity-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtconnectivity-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 module for connectivity framework
 
 BUILD_TARGET=          sub-src
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtconnectivity/distinfo
--- a/x11/qt5-qtconnectivity/distinfo   Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtconnectivity/distinfo   Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/26 11:14:17 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/04/25 19:43:15 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
+SHA1 (qtconnectivity-everywhere-src-5.12.3.tar.xz) = 62a37e773c2d893693c5419c342c08c4240407fd
+RMD160 (qtconnectivity-everywhere-src-5.12.3.tar.xz) = 4c3806681c8b8245e7667e56a2e131484fa12204
+SHA512 (qtconnectivity-everywhere-src-5.12.3.tar.xz) = 4da406d88c3cf216d53c524d3896f50b19dae124baec904233dbb67163a30a955dee29148b5f5b71c35cb28638912423bb1cf4d38c62aeefa7353bd29e97a269
+Size (qtconnectivity-everywhere-src-5.12.3.tar.xz) = 2750144 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtdeclarative/Makefile
--- a/x11/qt5-qtdeclarative/Makefile    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtdeclarative/Makefile    Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2019/04/25 07:33:32 maya Exp $
+# $NetBSD: Makefile,v 1.40 2019/04/25 19:43:15 adam Exp $
 
 DISTNAME=      qtdeclarative-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtdeclarative-${QTVERSION}
-PKGREVISION=   2
 COMMENT=       Qt5 module for declarative framework
 
 BUILD_TARGET=          sub-tools
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtdeclarative/distinfo
--- a/x11/qt5-qtdeclarative/distinfo    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtdeclarative/distinfo    Thu Apr 25 19:43:15 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/03/26 11:14:17 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/04/25 19:43:15 adam Exp $
 
-SHA1 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 55c72d1f9c664402b1358485a238c830242bd902
-RMD160 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = a5a5c1248a7257602ee5693b6bde714666373022
-SHA512 (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 0c0dd27acf452e72d70d214cf1960309a9282dc7f324214c734bb2e66e8f8279db0c3e0f61a431f6c70dc683467c2a17ad37b9c5d0aa75d7f82ae9d838918dd0
-Size (qtdeclarative-everywhere-src-5.12.2.tar.xz) = 20496648 bytes
+SHA1 (qtdeclarative-everywhere-src-5.12.3.tar.xz) = be3bd9c8f8b70aa1e72d65e15556e6a076cfbf39
+RMD160 (qtdeclarative-everywhere-src-5.12.3.tar.xz) = 3055cccfbb4c50da11a4160e4e386d2633eeae6c
+SHA512 (qtdeclarative-everywhere-src-5.12.3.tar.xz) = 0caddcfee36cbf52bacd3a400d304511255715e2b5a58c1621ca8120610427c57511785457a9e7fa55975b86e7924a3cffddeb7e2e8e6622af85b7ebac35dd20
+Size (qtdeclarative-everywhere-src-5.12.3.tar.xz) = 20513544 bytes
 SHA1 (patch-examples_quick_customitems_painteditem_painteditem.pro) = a3881ee92daae30130fa665c8686f2e1572ecc1a
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
 SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtdoc/Makefile
--- a/x11/qt5-qtdoc/Makefile    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtdoc/Makefile    Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2019/04/03 00:33:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2019/04/25 19:43:16 adam Exp $
 
 DISTNAME=      qtdoc-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtdoc-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 documentations
 
 MAKE_ENV+=             QTDIR=${QTDIR}
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtdoc/distinfo
--- a/x11/qt5-qtdoc/distinfo    Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtdoc/distinfo    Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/25 19:43:16 adam Exp $
 
-SHA1 (qtdoc-everywhere-src-5.12.2.tar.xz) = ce0c2a81a130a93756c5ddbdedc01816a2064e1d
-RMD160 (qtdoc-everywhere-src-5.12.2.tar.xz) = cbaa9c7b27d97a3156721de0861bd9858f79b3de
-SHA512 (qtdoc-everywhere-src-5.12.2.tar.xz) = 8c37647faf2c2360e4e200fc1a5086e96c775b4e07e9e11b60d37b5a84507abedf9e7ae98b21cc82a8f67d408ac4812943da0b15e2456a8d03bca6dca8f86935
-Size (qtdoc-everywhere-src-5.12.2.tar.xz) = 5649800 bytes
+SHA1 (qtdoc-everywhere-src-5.12.3.tar.xz) = ffa78fabd05dcedbe8b4f7459eea9bd81c9687aa
+RMD160 (qtdoc-everywhere-src-5.12.3.tar.xz) = 43368c6578631b659b3bfac503d81764a56aca1c
+SHA512 (qtdoc-everywhere-src-5.12.3.tar.xz) = addc377ae46def98fce4d71001316dd99992e6b9deaecdf4782938cf846425cc96416fb7be6fdd432dad92a71178dd8e1166aca6b136d8610db402f03e1d94f9
+Size (qtdoc-everywhere-src-5.12.3.tar.xz) = 5650044 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtgraphicaleffects/Makefile
--- a/x11/qt5-qtgraphicaleffects/Makefile       Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtgraphicaleffects/Makefile       Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2019/04/03 00:33:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2019/04/25 19:43:16 adam Exp $
 
 DISTNAME=      qtgraphicaleffects-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtgraphicaleffects-${QTVERSION}
-PKGREVISION=   1
 COMMENT=       Qt5 module for Graphics effects
 
 BUILD_TARGET=          sub-src
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtgraphicaleffects/distinfo
--- a/x11/qt5-qtgraphicaleffects/distinfo       Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtgraphicaleffects/distinfo       Thu Apr 25 19:43:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/26 11:14:17 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/25 19:43:16 adam Exp $
 
-SHA1 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 6943c09c64f7fa9a5d6570d67fa0b2b952c4a8fb
-RMD160 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 79327f5adfbd066f9c2e81dda4740589a9667ebb
-SHA512 (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 13ed4d5fd6004cef408e2ab0fc815ff8187813efe3836c9bca0eedd550ab06df85e30978b0adab74b0075ef8262ae49f182263add00f33820456c44349ea75af
-Size (qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 14271176 bytes
+SHA1 (qtgraphicaleffects-everywhere-src-5.12.3.tar.xz) = b088bba8170d7d914acc00304d9613e8f68340da
+RMD160 (qtgraphicaleffects-everywhere-src-5.12.3.tar.xz) = 51956f91b1c5aa3c3a3d51fc378badeb1ceffb89
+SHA512 (qtgraphicaleffects-everywhere-src-5.12.3.tar.xz) = 3c5e6d7dc51a92d48cce8424ab1fe60ee75b71ebe2e6bb22e719a35bdaf2210b03f90ac066569f5c086ed67ed1463510625307328299310fad7c587e9fd8b385
+Size (qtgraphicaleffects-everywhere-src-5.12.3.tar.xz) = 14270884 bytes
diff -r 2f9622206d8b -r e4fd55109236 x11/qt5-qtimageformats/Makefile
--- a/x11/qt5-qtimageformats/Makefile   Thu Apr 25 18:44:55 2019 +0000
+++ b/x11/qt5-qtimageformats/Makefile   Thu Apr 25 19:43:15 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2019/04/03 00:33:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2019/04/25 19:43:16 adam Exp $
 
 DISTNAME=      qtimageformats-everywhere-src-${QTVERSION}



Home | Main Index | Thread Index | Old Index