diff options
author | adam <adam@pkgsrc.org> | 2018-10-01 17:44:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-01 17:44:46 +0000 |
commit | f050928ed92379f99adb79137d9dfe335e03b5f4 (patch) | |
tree | b7eba8aa61244bd69c59c3a45cd97d7823ecc3e7 /x11/qt5-qttools | |
parent | 158b1cfc7e0da7f81b3bb4fb5b7111604ac409ab (diff) | |
download | pkgsrc-f050928ed92379f99adb79137d9dfe335e03b5f4.tar.gz |
qt5: updated to 5.11.2
Qt 5.11.2 Released
Qt 5.11.2 is released today. As a patch release it does not add any new functionality, but provides important bug fixes, security updates and other improvements.
Compared to Qt 5.11.1, the Qt 5.11.2 release provides fixes for more than 250 bugs and it contains around 800 changes in total. For details of the most important changes, please check the Change files of Qt 5.11.2.
Diffstat (limited to 'x11/qt5-qttools')
-rw-r--r-- | x11/qt5-qttools/Makefile | 3 | ||||
-rw-r--r-- | x11/qt5-qttools/distinfo | 12 | ||||
-rw-r--r-- | x11/qt5-qttools/patches/patch-src_assistant_assistant_assistant.pro | 12 |
3 files changed, 11 insertions, 16 deletions
diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile index 1e81a2ea9ec..5f1b66c68dd 100644 --- a/x11/qt5-qttools/Makefile +++ b/x11/qt5-qttools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2018/08/22 09:48:04 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2018/10/01 17:44:48 adam Exp $ DISTNAME= qttools-everywhere-src-${QTVERSION} PKGNAME= qt5-qttools-${QTVERSION} -PKGREVISION= 4 COMMENT= Qt5 tools DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils diff --git a/x11/qt5-qttools/distinfo b/x11/qt5-qttools/distinfo index 44e5654080f..8d52ec1b379 100644 --- a/x11/qt5-qttools/distinfo +++ b/x11/qt5-qttools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2018/06/22 06:29:21 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/10/01 17:44:48 adam Exp $ -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 (qttools-everywhere-src-5.11.2.tar.xz) = 33f2253d373a731dbe1e4403abefc960bbb875b2 +RMD160 (qttools-everywhere-src-5.11.2.tar.xz) = 4dc542d972d862d20dd8f78768171aeb0f64162d +SHA512 (qttools-everywhere-src-5.11.2.tar.xz) = a950a3c1d8e6e92ba200e6834d1f88b8b98b91e3ab2e238aa4d229248f19103e38a06f0a81304ebdae70b96a60c87fdea8caae0181d2114da3e20e9148d08be5 +Size (qttools-everywhere-src-5.11.2.tar.xz) = 9691816 bytes +SHA1 (patch-src_assistant_assistant_assistant.pro) = 8d7cb7759d3b20780bc05097d5bd0d8be7d145cc SHA1 (patch-src_designer_src_plugins_plugins.pro) = c82d154785e19ebfb3e191f08c8e7f9b07458d4a diff --git a/x11/qt5-qttools/patches/patch-src_assistant_assistant_assistant.pro b/x11/qt5-qttools/patches/patch-src_assistant_assistant_assistant.pro index e55723a4fc5..1ad26f2e079 100644 --- a/x11/qt5-qttools/patches/patch-src_assistant_assistant_assistant.pro +++ b/x11/qt5-qttools/patches/patch-src_assistant_assistant_assistant.pro @@ -1,19 +1,15 @@ -$NetBSD: patch-src_assistant_assistant_assistant.pro,v 1.1 2018/01/17 19:30:48 markd Exp $ +$NetBSD: patch-src_assistant_assistant_assistant.pro,v 1.2 2018/10/01 17:44:48 adam Exp $ Don't build webkit dependent parts even if webkit detected. ---- src/assistant/assistant/assistant.pro.orig 2017-06-23 12:03:39.000000000 +0000 +--- src/assistant/assistant/assistant.pro.orig 2018-09-03 15:13:05.000000000 +0000 +++ src/assistant/assistant/assistant.pro -@@ -1,8 +1,8 @@ +@@ -1,8 +1,4 @@ -qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { - BROWSER = qtwebkit -} else { -+#qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { -+# BROWSER = qtwebkit -+#} else { BROWSER = qtextbrowser -} -+#} - QT += widgets network help sql help + QT += widgets network help sql qtHaveModule(printsupport): QT += printsupport |