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.15.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c021f94c91f
branches: trunk
changeset: 439243:7c021f94c91f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 14 20:08:26 2020 +0000
description:
qt5: updated to 5.15.1
Qt 5.15.1 Released
We have released Qt 5.15.1, the first patch release of Qt 5.15 LTS. As a patch release, Qt 5.15.1 does not add any new functionality but provides many bug fixes and other improvements.
Compared to Qt 5.15.0, the new Qt 5.15.1 contains more than 400 bug fixes. For details of the most important changes, please check the Change files of Qt 5.15.1.
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/distinfo | 12 +++---
x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp | 8 ++--
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/PLIST | 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 | 11 +++---
x11/qt5-qtimageformats/patches/patch-src_plugins_imageformats_jp2_qjp2handler.cpp | 14 --------
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 | 3 +-
x11/qt5-qtquickcontrols2/distinfo | 10 +++---
x11/qt5-qtscript/Makefile | 3 +-
x11/qt5-qtscript/distinfo | 10 +++---
x11/qt5-qtscxml/Makefile | 3 +-
x11/qt5-qtscxml/distinfo | 10 +++---
x11/qt5-qtsensors/Makefile | 3 +-
x11/qt5-qtsensors/distinfo | 10 +++---
x11/qt5-qtserialport/Makefile | 3 +-
x11/qt5-qtserialport/distinfo | 10 +++---
x11/qt5-qtspeech/Makefile | 3 +-
x11/qt5-qtspeech/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 | 16 +++++++++-
x11/qt5-qttranslations/distinfo | 10 +++---
x11/qt5-qtvirtualkeyboard/Makefile | 3 +-
x11/qt5-qtvirtualkeyboard/distinfo | 10 +++---
x11/qt5-qtwayland/Makefile | 3 +-
x11/qt5-qtwayland/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 +-
66 files changed, 206 insertions(+), 235 deletions(-)
diffs (truncated from 1071 to 300 lines):
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-mysql/Makefile
--- a/x11/qt5-mysql/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-mysql/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2020/09/14 20:08:26 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-mysql-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 MySQL plugin
CFLAGS+= -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-mysql/distinfo
--- a/x11/qt5-mysql/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-mysql/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/09/14 20:08:26 adam Exp $
-SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
-RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
-SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
-Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
+SHA1 (qtbase-everywhere-src-5.15.1.tar.xz) = 6c4ecf8e3161b6eb00d5f9b9f063a73d9f5e3a79
+RMD160 (qtbase-everywhere-src-5.15.1.tar.xz) = ee72124f5c407fd6172e63d4a84a9999419144fe
+SHA512 (qtbase-everywhere-src-5.15.1.tar.xz) = 40b687c046b25a6717834ffe2616ee4f373d75214ec1c7e3a26502cd0cde9f0a872eaee99f06c54c7a3625ae85df5cdd3a3b54a160e8e37c7cfeb5800d026fe4
+Size (qtbase-everywhere-src-5.15.1.tar.xz) = 50153132 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-odbc/Makefile
--- a/x11/qt5-odbc/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-odbc/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2020/09/14 20:08:26 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-odbc-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 odbc plugin
BUILD_DIRS= src/plugins/sqldrivers
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-odbc/distinfo
--- a/x11/qt5-odbc/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-odbc/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/09/14 20:08:26 adam Exp $
-SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
-RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
-SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
-Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
+SHA1 (qtbase-everywhere-src-5.15.1.tar.xz) = 6c4ecf8e3161b6eb00d5f9b9f063a73d9f5e3a79
+RMD160 (qtbase-everywhere-src-5.15.1.tar.xz) = ee72124f5c407fd6172e63d4a84a9999419144fe
+SHA512 (qtbase-everywhere-src-5.15.1.tar.xz) = 40b687c046b25a6717834ffe2616ee4f373d75214ec1c7e3a26502cd0cde9f0a872eaee99f06c54c7a3625ae85df5cdd3a3b54a160e8e37c7cfeb5800d026fe4
+Size (qtbase-everywhere-src-5.15.1.tar.xz) = 50153132 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-psql/Makefile
--- a/x11/qt5-psql/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-psql/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2020/09/14 20:08:26 adam Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-psql-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 PostgreSQL plugin
BUILD_QT5= yes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-psql/distinfo
--- a/x11/qt5-psql/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-psql/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/09/14 20:08:26 adam Exp $
-SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
-RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
-SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
-Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
+SHA1 (qtbase-everywhere-src-5.15.1.tar.xz) = 6c4ecf8e3161b6eb00d5f9b9f063a73d9f5e3a79
+RMD160 (qtbase-everywhere-src-5.15.1.tar.xz) = ee72124f5c407fd6172e63d4a84a9999419144fe
+SHA512 (qtbase-everywhere-src-5.15.1.tar.xz) = 40b687c046b25a6717834ffe2616ee4f373d75214ec1c7e3a26502cd0cde9f0a872eaee99f06c54c7a3625ae85df5cdd3a3b54a160e8e37c7cfeb5800d026fe4
+Size (qtbase-everywhere-src-5.15.1.tar.xz) = 50153132 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtbase/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2020/09/14 20:08:26 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 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtbase/distinfo
--- a/x11/qt5-qtbase/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtbase/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.60 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.61 2020/09/14 20:08:26 adam Exp $
-SHA1 (qtbase-everywhere-src-5.15.0.tar.xz) = f5191757d1125aa7750a3f5d39321490477cfb65
-RMD160 (qtbase-everywhere-src-5.15.0.tar.xz) = d5323821e647d543471cbdce0f58c77fc0053343
-SHA512 (qtbase-everywhere-src-5.15.0.tar.xz) = c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
-Size (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 bytes
+SHA1 (qtbase-everywhere-src-5.15.1.tar.xz) = 6c4ecf8e3161b6eb00d5f9b9f063a73d9f5e3a79
+RMD160 (qtbase-everywhere-src-5.15.1.tar.xz) = ee72124f5c407fd6172e63d4a84a9999419144fe
+SHA512 (qtbase-everywhere-src-5.15.1.tar.xz) = 40b687c046b25a6717834ffe2616ee4f373d75214ec1c7e3a26502cd0cde9f0a872eaee99f06c54c7a3625ae85df5cdd3a3b54a160e8e37c7cfeb5800d026fe4
+Size (qtbase-everywhere-src-5.15.1.tar.xz) = 50153132 bytes
SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b
SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515
SHA1 (patch-qmake_Makefile.unix) = 8a55d0eb30903266ce529bbfa562b492cdd359b3
SHA1 (patch-qmake_generators_makefile.cpp) = 1bca636dc88f258876df54bd0c6c64114fa7411d
-SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 915223f7a5b71543f4bb86c0b021284971be5786
+SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 6ea4efd2ce88d7cf3c73e1dc2cdf984fe3b6af04
SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = e050b334cecc56259bd1755cd2de8c5bbf1409c0
SHA1 (patch-src_corelib_configure.json) = 7a83a356330e602cbc65256dd345a107004a67cb
SHA1 (patch-src_corelib_global_qrandom.cpp) = d910579df42d5b01583b88fa19f514b230596ca7
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp
--- a/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.5 2020/01/21 20:25:37 adam Exp $
+$NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.6 2020/09/14 20:08:26 adam Exp $
Append external variables.
---- qmake/generators/unix/unixmake2.cpp.orig 2019-12-07 06:27:07.000000000 +0000
+--- qmake/generators/unix/unixmake2.cpp.orig 2020-09-02 10:15:07.000000000 +0000
+++ qmake/generators/unix/unixmake2.cpp
@@ -191,12 +191,12 @@ UnixMakefileGenerator::writeMakeParts(QT
t << "####### Compiler, tools and options\n\n";
@@ -19,9 +19,9 @@
+ t << "CXXFLAGS += " << var("QMAKE_CXXFLAGS") << " $(DEFINES)\n";
+ t << "INCPATH +=";
{
- QString isystem = var("QMAKE_CFLAGS_ISYSTEM");
const ProStringList &incs = project->values("INCLUDEPATH");
-@@ -220,8 +220,8 @@ UnixMakefileGenerator::writeMakeParts(QT
+ for(int i = 0; i < incs.size(); ++i) {
+@@ -215,8 +215,8 @@ UnixMakefileGenerator::writeMakeParts(QT
if(!project->isActiveConfig("staticlib")) {
t << "LINK = " << var("QMAKE_LINK") << Qt::endl;
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtcharts/Makefile
--- a/x11/qt5-qtcharts/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtcharts/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/09/14 20:08:27 adam Exp $
DISTNAME= qtcharts-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtcharts-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 module for charts framework
BUILD_TARGET= sub-src
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtcharts/distinfo
--- a/x11/qt5-qtcharts/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtcharts/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/09/14 20:08:27 adam Exp $
-SHA1 (qtcharts-everywhere-src-5.15.0.tar.xz) = b49720f37facc3b72ed29aafbbf25ac1bf257cd8
-RMD160 (qtcharts-everywhere-src-5.15.0.tar.xz) = 9cdd48a1d976c39c783e24d2dad9f6600d3879b9
-SHA512 (qtcharts-everywhere-src-5.15.0.tar.xz) = 8046f280f460da4bd010c96503e07811fd672981940477855511c21e11734872cbfdac2ffb5da0a26dbeeaf931bda2605c57dccaa45ab3ebf61272b9e29fd183
-Size (qtcharts-everywhere-src-5.15.0.tar.xz) = 4250568 bytes
+SHA1 (qtcharts-everywhere-src-5.15.1.tar.xz) = 239e64a23ff73b8474c723d11ced381a1d0ba863
+RMD160 (qtcharts-everywhere-src-5.15.1.tar.xz) = f16aa8fc7ffa5b24ab3a7afc786d2590394eae57
+SHA512 (qtcharts-everywhere-src-5.15.1.tar.xz) = 7e644d4a674f175745646f8b541c8cfd972853fdf3a3ee5d0f7c23f035ae81cef0671292535fe65b1c276e4c54c7a48db1a1d2f9be97834513d154eea1666f3c
+Size (qtcharts-everywhere-src-5.15.1.tar.xz) = 4251664 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtconnectivity/Makefile
--- a/x11/qt5-qtconnectivity/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtconnectivity/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/08/31 18:13:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/14 20:08:27 adam Exp $
DISTNAME= qtconnectivity-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtconnectivity-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 module for connectivity framework
BUILD_TARGET= sub-src
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtconnectivity/distinfo
--- a/x11/qt5-qtconnectivity/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtconnectivity/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/06/02 06:41:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/09/14 20:08:27 adam Exp $
-SHA1 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 393828c91b42d69bb0776cabc5a847615ed9ce05
-RMD160 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = ad34f415b4e3cf293ee9b304be3f3b04bcf9cbdc
-SHA512 (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 57f125d232d1b495e82dd0f52243b878c7f0d3ffd1c8f4a7ff92810167867e2a5e480f4e7a3d2f26bbebcf8693eacbced87504b54f79cc8d1c8caf5a8f2da8f2
-Size (qtconnectivity-everywhere-src-5.15.0.tar.xz) = 2803792 bytes
+SHA1 (qtconnectivity-everywhere-src-5.15.1.tar.xz) = 28c9b57a25d7f4bbcdf836693a3dfd330ec36209
+RMD160 (qtconnectivity-everywhere-src-5.15.1.tar.xz) = d56c2d184801c7a8b43769128279f75a561ab9d1
+SHA512 (qtconnectivity-everywhere-src-5.15.1.tar.xz) = ad7bad604c466461bcc7bfd889ecbb36e010c89ea1ecf7736f8b0ad49e682a1800cd2507b8d8c0b582c424b176f8179aeec85a6b0fc4ed933f8b6032e935d39a
+Size (qtconnectivity-everywhere-src-5.15.1.tar.xz) = 2814984 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtdeclarative/Makefile
--- a/x11/qt5-qtdeclarative/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtdeclarative/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/08/31 18:13:23 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/09/14 20:08:27 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 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtdeclarative/PLIST
--- a/x11/qt5-qtdeclarative/PLIST Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtdeclarative/PLIST Mon Sep 14 20:08:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2020/06/02 06:41:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2020/09/14 20:08:27 adam Exp $
lib/pkgconfig/Qt5Qml.pc
lib/pkgconfig/Qt5Quick.pc
lib/pkgconfig/Qt5QuickTest.pc
@@ -717,6 +717,7 @@
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticleaffector_p.h
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticleemitter_p.h
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticleextruder_p.h
+qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticleflatset_p.h
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlegroup_p.h
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlepainter_p.h
qt5/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlesmodule_p.h
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtdeclarative/distinfo
--- a/x11/qt5-qtdeclarative/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtdeclarative/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2020/08/22 00:28:29 joerg Exp $
+$NetBSD: distinfo,v 1.25 2020/09/14 20:08:27 adam Exp $
-SHA1 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 4fe253e411c6e74bf032e6be76a3e04ed3008b9b
-RMD160 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 4ee26aa27fc40d37d23f2ba0eba5796f32200dac
-SHA512 (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 0ec3403286efea6d6ac975ea6bd4464ea656c031f5f27b852235fd69d316a627ac3ff2ea2c3cca0a5375ca278f592df3ecade4e98aa15ec92816a16927f56e5e
-Size (qtdeclarative-everywhere-src-5.15.0.tar.xz) = 21493268 bytes
+SHA1 (qtdeclarative-everywhere-src-5.15.1.tar.xz) = 98c2f8d28ee4bfd5231b1ea78accb65c6d3be148
+RMD160 (qtdeclarative-everywhere-src-5.15.1.tar.xz) = 3b6559902139290947b8a9ebffd5897782598f21
+SHA512 (qtdeclarative-everywhere-src-5.15.1.tar.xz) = 193ec706b764330a2ae00614b13482b7586642f9cfd32458e8c975daa07ba25f0f9887de0918c4034f52f613b860677c09c46a3b7d07d4229446cfc0805bcccd
+Size (qtdeclarative-everywhere-src-5.15.1.tar.xz) = 21558724 bytes
SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtdoc/Makefile
--- a/x11/qt5-qtdoc/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtdoc/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/08/31 18:13:23 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2020/09/14 20:08:27 adam Exp $
DISTNAME= qtdoc-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtdoc-${QTVERSION}
-PKGREVISION= 3
COMMENT= Qt5 documentations
MAKE_ENV+= QTDIR=${QTDIR}
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtdoc/distinfo
--- a/x11/qt5-qtdoc/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtdoc/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/09/14 20:08:27 adam Exp $
-SHA1 (qtdoc-everywhere-src-5.15.0.tar.xz) = 1d4e941796c09263c4da91be9c39cdf618ad4b2d
-RMD160 (qtdoc-everywhere-src-5.15.0.tar.xz) = 76bb09711b109d7ca78991ee1bc74b135855588a
-SHA512 (qtdoc-everywhere-src-5.15.0.tar.xz) = 8842c7e2a5e8042b8c22f305a46d8191d7cfcccd4ead175431ed83b2fde707466ea1798f7819b56ab991af942cb94551d20eb2c13edbe9beaafb9e6bb86fba3e
-Size (qtdoc-everywhere-src-5.15.0.tar.xz) = 5742500 bytes
+SHA1 (qtdoc-everywhere-src-5.15.1.tar.xz) = 1262182f8f7c8a6c3241d748ee5237d04c9087b0
+RMD160 (qtdoc-everywhere-src-5.15.1.tar.xz) = 99321fa707c7ef4b131d5af913ab5d74a3050718
+SHA512 (qtdoc-everywhere-src-5.15.1.tar.xz) = 2a1cf07ae648bf36f3127f1c4c3f0330a34b5183ec76431dfd20cf41ae3ce06e6cfead25e84f29059acce864d9328f1b8f8725aafcff9b0fe17e8245c1a7c7da
+Size (qtdoc-everywhere-src-5.15.1.tar.xz) = 5745776 bytes
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtgraphicaleffects/Makefile
--- a/x11/qt5-qtgraphicaleffects/Makefile Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtgraphicaleffects/Makefile Mon Sep 14 20:08:26 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2020/08/31 18:13:23 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2020/09/14 20:08:27 adam Exp $
DISTNAME= qtgraphicaleffects-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtgraphicaleffects-${QTVERSION}
-PKGREVISION= 2
COMMENT= Qt5 module for Graphics effects
BUILD_TARGET= sub-src
diff -r 0f994d3d17d8 -r 7c021f94c91f x11/qt5-qtgraphicaleffects/distinfo
--- a/x11/qt5-qtgraphicaleffects/distinfo Mon Sep 14 19:57:39 2020 +0000
+++ b/x11/qt5-qtgraphicaleffects/distinfo Mon Sep 14 20:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/06/02 06:41:01 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/09/14 20:08:27 adam Exp $
Home |
Main Index |
Thread Index |
Old Index