Simple bugfix update Qt5 from 5.9.7 to 5.9.8.

I don't see any danger to the ports tree. The SSL stuff works fine
(tested with otter-browser) and all of  my other qt applications are
still happy. Qt is known for not breaking the API/ABI.

To be on the safe side, can anyone push it into the next bulk build,
please?

Ports note:
I dropped KDE porting team as maintainer. Nobody listens on the list,
expect me.

Qt 5.13+ comment:
I would like to present an update to 5.13 but it is going very slowly
and with a lot of pain. BUT it's moving forward.

RS

Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.inc,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile.inc
--- Makefile.inc        13 Jul 2019 11:02:18 -0000      1.11
+++ Makefile.inc        18 Oct 2019 11:42:19 -0000
@@ -24,7 +24,6 @@ DPB_PROPERTIES +=     nojunk
 
 CATEGORIES +=          x11 x11/qt5 devel
 HOMEPAGE ?=            https://www.qt.io/
-MAINTAINER ?=          KDE porting team <openbsd-...@googlegroups.com>
 
 # We don't build examples, but provide sources only.
 WANTLIB-examples ?=
Index: Makefile.version
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.version,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.version
--- Makefile.version    30 Oct 2018 08:08:40 -0000      1.7
+++ Makefile.version    18 Oct 2019 11:42:19 -0000
@@ -1,13 +1,13 @@
 # $OpenBSD: Makefile.version,v 1.7 2018/10/30 08:08:40 rsadowski Exp $
 # Common source for Qt5 version
 
-QT5_VERSION =          5.9.7
-QT5_DIST_VERSION =     5.9.7
+QT5_VERSION =          5.9.8
+QT5_DIST_VERSION =     5.9.8
 QT5_WEBKIT_VERSION =   5.9.0
 
 # This one is used for building dependencies for examples and documentation,
 # which obviously should be in sync with core packages.
-QT5_NEXT_VERSION =     5.10
+QT5_NEXT_VERSION =     5.14
 
 # Enginio has own versioning
 ENGINIO_VERSION =      ${QT5_VERSION:C/^5/1/}
Index: qt3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- qt3d/Makefile       25 Aug 2019 20:10:37 -0000      1.11
+++ qt3d/Makefile       18 Oct 2019 11:42:19 -0000
@@ -5,7 +5,6 @@
 
 QT5NAME =              Qt3D
 COMMENT-main =         Qt5 components for 3D graphics
-REVISION-main =                2
 
 MULTI_PACKAGES =       -main -examples
 
Index: qt3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qt3d/distinfo       30 Oct 2018 08:08:40 -0000      1.7
+++ qt3d/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qt3d-opensource-src-5.9.7.tar.xz) = 
FBkRVZiJztWF0+ikUXjqxRm9o6BDXZo4O8k7KsW5bWo=
-SIZE (qt/qt3d-opensource-src-5.9.7.tar.xz) = 83723376
+SHA256 (qt/qt3d-opensource-src-5.9.8.tar.xz) = 
IaSJDMUsAVwb4FaO8tMi1ItDBHD7jEguKD/214PLk/k=
+SIZE (qt/qt3d-opensource-src-5.9.8.tar.xz) = 83723260
Index: qtbase/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- qtbase/Makefile     17 Oct 2019 19:58:16 -0000      1.32
+++ qtbase/Makefile     18 Oct 2019 11:42:19 -0000
@@ -16,13 +16,6 @@ PKGNAME-psql =               qt5-postgresql-${VERSION
 PKGNAME-sqlite2 =      qt5-sqlite2-${VERSION}
 PKGNAME-tds =          qt5-tds-${VERSION}
 
-REVISION-global =      0
-REVISION-main =                7
-REVISION-mysql =       0
-REVISION-psql =                0
-REVISION-sqlite2 =     0
-REVISION-tds =         0
-
 PKG_ARCH-global =      *
 PKG_ARCH-examples =    *
 
@@ -218,12 +211,13 @@ MAKE_ENV +=               ${MODQMAKE_ENV}
 # See qtbase/tests/README for details
 TEST_IS_INTERACTIVE =  X11
 TEST_DEPENDS =         audio/sox
-#                      kde4-minimal-*|kdebase-*:meta/kde4,-minimal
 
 post-extract:
        mkdir -p ${WRKDIST}/mkspecs/openbsd-clang
-       cp ${FILESDIR}/clang-qmake.conf 
${WRKDIST}/mkspecs/openbsd-clang/qmake.conf
-       cp ${WRKDIST}/mkspecs/openbsd-g++/qplatformdefs.h 
${WRKDIST}/mkspecs/openbsd-clang/
+       cp ${FILESDIR}/clang-qmake.conf \
+               ${WRKDIST}/mkspecs/openbsd-clang/qmake.conf
+       cp ${WRKDIST}/mkspecs/openbsd-g++/qplatformdefs.h \
+               ${WRKDIST}/mkspecs/openbsd-clang/
 
 pre-configure:
        @gccbasedir=`ecpp -print-search-dirs | awk '/^install:/{print $$2}'`; \
Index: qtbase/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtbase/distinfo     30 Oct 2018 08:08:40 -0000      1.7
+++ qtbase/distinfo     18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtbase-opensource-src-5.9.7.tar.xz) = 
Nt2VdPAG6qHlr3gOSzPRH+OdCf18EvO52DKUF0vSjwA=
-SIZE (qt/qtbase-opensource-src-5.9.7.tar.xz) = 45223368
+SHA256 (qt/qtbase-opensource-src-5.9.8.tar.xz) = 
m53sH2ffH5S84pVcVgTemS1Snd5yBQI5FUxWNS2gkH0=
+SIZE (qt/qtbase-opensource-src-5.9.8.tar.xz) = 45245896
Index: qtbase/patches/patch-config_tests_openssl_openssl_cpp
===================================================================
RCS file: 
/cvs/ports/x11/qt5/qtbase/patches/patch-config_tests_openssl_openssl_cpp,v
retrieving revision 1.2
diff -u -p -r1.2 patch-config_tests_openssl_openssl_cpp
--- qtbase/patches/patch-config_tests_openssl_openssl_cpp       30 Oct 2018 
08:08:40 -0000      1.2
+++ qtbase/patches/patch-config_tests_openssl_openssl_cpp       18 Oct 2019 
11:42:19 -0000
@@ -3,12 +3,13 @@ LibreSSL _is_ fine.
 Index: config.tests/openssl/openssl.cpp
 --- config.tests/openssl/openssl.cpp.orig
 +++ config.tests/openssl/openssl.cpp
-@@ -39,15 +39,7 @@
+@@ -38,16 +38,7 @@
+ ****************************************************************************/
  
  #include <openssl/opensslv.h>
- 
--#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 
0x0090700fL || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
--#  error "OpenSSL >= 0.9.7, and < 1.1.0 is required"
+-
+-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 
0x10000000L || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
+-#  error "OpenSSL >= 1.0.0, and < 1.1.0 is required"
 -#endif
 -
  #include <openssl/ssl.h>
Index: qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp
===================================================================
RCS file: 
/cvs/ports/x11/qt5/qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_network_ssl_qsslsocket_openssl_symbols_cpp
--- qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 1 Nov 
2018 22:00:25 -0000       1.6
+++ qtbase/patches/patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 18 Oct 
2019 11:42:19 -0000
@@ -31,7 +31,7 @@ Index: src/network/ssl/qsslsocket_openss
  #define RESOLVEFUNC(func) \
      if (!(_q_##func = _q_PTR_##func(libs.first->resolve(#func)))     \
          && !(_q_##func = _q_PTR_##func(libs.second->resolve(#func)))) \
-@@ -790,7 +794,7 @@ bool q_resolveOpenSslSymbols()
+@@ -820,7 +824,7 @@ bool q_resolveOpenSslSymbols()
      RESOLVEFUNC(EC_GROUP_get_degree)
  #endif
      RESOLVEFUNC(BN_num_bits)
@@ -40,7 +40,7 @@ Index: src/network/ssl/qsslsocket_openss
      RESOLVEFUNC(BN_is_word)
  #endif
      RESOLVEFUNC(BN_mod_word)
-@@ -982,6 +986,8 @@ bool q_resolveOpenSslSymbols()
+@@ -1012,6 +1016,8 @@ bool q_resolveOpenSslSymbols()
      RESOLVEFUNC(X509_check_issued)
      RESOLVEFUNC(X509_get_issuer_name)
      RESOLVEFUNC(X509_get_subject_name)
@@ -49,7 +49,7 @@ Index: src/network/ssl/qsslsocket_openss
      RESOLVEFUNC(X509_verify_cert)
      RESOLVEFUNC(d2i_X509)
      RESOLVEFUNC(i2d_X509)
-@@ -1028,12 +1034,13 @@ bool q_resolveOpenSslSymbols()
+@@ -1058,12 +1064,13 @@ bool q_resolveOpenSslSymbols()
      RESOLVEFUNC(d2i_PKCS12_bio)
      RESOLVEFUNC(PKCS12_free)
  
Index: qtcanvas3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcanvas3d/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtcanvas3d/Makefile 8 Mar 2019 20:00:48 -0000       1.7
+++ qtcanvas3d/Makefile 18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtCanvas3D
 COMMENT-main =         QML types for the Qt5 Canvas 3D API
-REVISION-main =                0
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtcanvas3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcanvas3d/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtcanvas3d/distinfo 30 Oct 2018 08:08:40 -0000      1.7
+++ qtcanvas3d/distinfo 18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtcanvas3d-opensource-src-5.9.7.tar.xz) = 
mLMMtbggNlWhWCGz9pAz3O6HoZJj5NXmZUdb2RrmP4w=
-SIZE (qt/qtcanvas3d-opensource-src-5.9.7.tar.xz) = 10890776
+SHA256 (qt/qtcanvas3d-opensource-src-5.9.8.tar.xz) = 
lEeMaKu/CBWB7aWT/cDWn/ExQ14FUNqho23Gs+ryGm8=
+SIZE (qt/qtcanvas3d-opensource-src-5.9.8.tar.xz) = 10890748
Index: qtcharts/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcharts/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtcharts/Makefile   24 Jun 2019 20:56:46 -0000      1.7
+++ qtcharts/Makefile   18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtCharts
 COMMENT-main =         Qt5 components for drawing 2D charts
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtcharts/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtcharts/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- qtcharts/distinfo   30 Oct 2018 08:08:40 -0000      1.6
+++ qtcharts/distinfo   18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtcharts-opensource-src-5.9.7.tar.xz) = 
Fs02ckGy4M07yK6m+HRZjNGK2Dty7tifJxO3dyclcuY=
-SIZE (qt/qtcharts-opensource-src-5.9.7.tar.xz) = 4156056
+SHA256 (qt/qtcharts-opensource-src-5.9.8.tar.xz) = 
p1+JwAga+WNbUMqzNaSHHUdrNqvIoR3E8kckvTz0JDc=
+SIZE (qt/qtcharts-opensource-src-5.9.8.tar.xz) = 4156072
Index: qtconnectivity/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtconnectivity/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtconnectivity/Makefile     8 Mar 2019 20:00:56 -0000       1.7
+++ qtconnectivity/Makefile     18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =      QtConnectivity
 COMMENT-main = Bluetooth and NFC support for Qt5
-REVISION-main =        0
 
 SHARED_LIBS =  Qt5Bluetooth            2.2
 SHARED_LIBS += Qt5Nfc                  2.2
Index: qtconnectivity/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtconnectivity/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtconnectivity/distinfo     30 Oct 2018 08:08:40 -0000      1.7
+++ qtconnectivity/distinfo     18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtconnectivity-opensource-src-5.9.7.tar.xz) = 
dPgf5eeVckZIj71BtxDstLv7FwWuweKPmlI/Zx0V7zg=
-SIZE (qt/qtconnectivity-opensource-src-5.9.7.tar.xz) = 2712240
+SHA256 (qt/qtconnectivity-opensource-src-5.9.8.tar.xz) = 
S9LjhcnLJFrHcBmCIJg8Sw4lVdUxd4iBS2asXyrsaHk=
+SIZE (qt/qtconnectivity-opensource-src-5.9.8.tar.xz) = 2712112
Index: qtdatavis3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdatavis3d/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- qtdatavis3d/Makefile        8 Mar 2019 20:00:49 -0000       1.6
+++ qtdatavis3d/Makefile        18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtDataVis3D
 COMMENT-main =         Qt5 3D data visualization components
-REVISION-main =                0
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtdatavis3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdatavis3d/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtdatavis3d/distinfo        30 Oct 2018 08:08:40 -0000      1.7
+++ qtdatavis3d/distinfo        18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtdatavis3d-opensource-src-5.9.7.tar.xz) = 
mxJKN8TYd4fiRmu0TmUfcA44+2JDJmIDPNWz7heqViE=
-SIZE (qt/qtdatavis3d-opensource-src-5.9.7.tar.xz) = 5162652
+SHA256 (qt/qtdatavis3d-opensource-src-5.9.8.tar.xz) = 
j7qKfw9tJLACQjqgM8kag4zBxidCpQ5yLBT4khwJX34=
+SIZE (qt/qtdatavis3d-opensource-src-5.9.8.tar.xz) = 5162932
Index: qtdeclarative/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdeclarative/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- qtdeclarative/Makefile      8 Mar 2019 20:00:39 -0000       1.11
+++ qtdeclarative/Makefile      18 Oct 2019 11:42:19 -0000
@@ -7,8 +7,6 @@ QT5NAME =               QtDeclarative
 COMMENT-main =         Qt5 Quick and QML components
 COMMENT-xmllistmodel = plugin for creating QML models from XML
 PKGNAME-xmllistmodel = qt5-declarative-xmllistmodel-${VERSION}
-REVISION-main =                0
-REVISION-xmllistmodel =        0
 
 MULTI_PACKAGES =       -main -examples -xmllistmodel
 DPB_PROPERTIES =       parallel
Index: qtdeclarative/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtdeclarative/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtdeclarative/distinfo      30 Oct 2018 08:08:40 -0000      1.7
+++ qtdeclarative/distinfo      18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtdeclarative-opensource-src-5.9.7.tar.xz) = 
aEI3ZahJ0QXe1WiTcGzlVBw7joIhaX7cgnOM5UxiRlw=
-SIZE (qt/qtdeclarative-opensource-src-5.9.7.tar.xz) = 21416388
+SHA256 (qt/qtdeclarative-opensource-src-5.9.8.tar.xz) = 
tOR7YDjzxgTe6BKK7tEqDpVYp7K7pjosROStB0PeVFA=
+SIZE (qt/qtdeclarative-opensource-src-5.9.8.tar.xz) = 21417896
Index: qtgamepad/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgamepad/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtgamepad/Makefile  8 Mar 2019 20:00:49 -0000       1.7
+++ qtgamepad/Makefile  18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtGamepad
 COMMENT-main =         Qt5 gamepad events handling components
-REVISION-main =                0
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtgamepad/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgamepad/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtgamepad/distinfo  30 Oct 2018 08:08:40 -0000      1.7
+++ qtgamepad/distinfo  18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtgamepad-opensource-src-5.9.7.tar.xz) = 
LnVH1wjlm66NLUTOBzRfLSQjYiSV6BAsWObLBAcyggg=
-SIZE (qt/qtgamepad-opensource-src-5.9.7.tar.xz) = 365048
+SHA256 (qt/qtgamepad-opensource-src-5.9.8.tar.xz) = 
TT5FSEAwR16FiJVISs9znTESWiuU+pzeCIBfGeuEZOQ=
+SIZE (qt/qtgamepad-opensource-src-5.9.8.tar.xz) = 365144
Index: qtgraphicaleffects/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgraphicaleffects/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtgraphicaleffects/Makefile 8 Mar 2019 20:00:49 -0000       1.7
+++ qtgraphicaleffects/Makefile 18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtGraphicalEffects
 COMMENT =              UI effects library for Qt Quick
-REVISION =             0
 
 WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
 WANTLIB += Qt5Quick m
Index: qtgraphicaleffects/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtgraphicaleffects/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtgraphicaleffects/distinfo 30 Oct 2018 08:08:40 -0000      1.7
+++ qtgraphicaleffects/distinfo 18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtgraphicaleffects-opensource-src-5.9.7.tar.xz) = 
Tezc8+4HmGEW1NcfdO9QAhx/pr8DD2VoYtZtOeJQHfo=
-SIZE (qt/qtgraphicaleffects-opensource-src-5.9.7.tar.xz) = 14226924
+SHA256 (qt/qtgraphicaleffects-opensource-src-5.9.8.tar.xz) = 
fw1H7XqSRA3o1KFJIQ7LdvICBYbXcEOI9f1pBjqwGhs=
+SIZE (qt/qtgraphicaleffects-opensource-src-5.9.8.tar.xz) = 14227012
Index: qtimageformats/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtimageformats/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtimageformats/Makefile     8 Mar 2019 20:00:47 -0000       1.7
+++ qtimageformats/Makefile     18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtImageFormats
 COMMENT =              support for additional image formats in Qt5
-REVISION =             0
 
 WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui jasper m mng tiff
 WANTLIB += webp webpdemux
Index: qtimageformats/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtimageformats/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtimageformats/distinfo     30 Oct 2018 08:08:40 -0000      1.7
+++ qtimageformats/distinfo     18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtimageformats-opensource-src-5.9.7.tar.xz) = 
YgU+ZgFMEu21agXSQGx4xrlvxmwrWqYz6YTJ/vOYwKo=
-SIZE (qt/qtimageformats-opensource-src-5.9.7.tar.xz) = 2108328
+SHA256 (qt/qtimageformats-opensource-src-5.9.8.tar.xz) = 
U1fzq5HGe/zIjB3qMhPJU4r2gj+Zogz+yJumb6tRNic=
+SIZE (qt/qtimageformats-opensource-src-5.9.8.tar.xz) = 2112056
Index: qtlocation/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlocation/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtlocation/Makefile 8 Mar 2019 20:00:49 -0000       1.7
+++ qtlocation/Makefile 18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtLocation
 COMMENT-main =         Qt5 geo positioning APIs
-REVISION-main =                0
 
 SHARED_LIBS =          Qt5Location             1.2
 SHARED_LIBS +=         Qt5Positioning          2.2
Index: qtlocation/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtlocation/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtlocation/distinfo 30 Oct 2018 08:08:40 -0000      1.7
+++ qtlocation/distinfo 18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtlocation-opensource-src-5.9.7.tar.xz) = 
grWz1/PwezAz0zgeqUC2AmzaDsFQD2GOpKFfMIz95lI=
-SIZE (qt/qtlocation-opensource-src-5.9.7.tar.xz) = 5405156
+SHA256 (qt/qtlocation-opensource-src-5.9.8.tar.xz) = 
1KS/fTClCusSAklKlGxGBTZDpG/Oote1pa4MXd261yg=
+SIZE (qt/qtlocation-opensource-src-5.9.8.tar.xz) = 5405312
Index: qtmultimedia/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtmultimedia/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtmultimedia/Makefile       24 Jun 2019 20:56:46 -0000      1.8
+++ qtmultimedia/Makefile       18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtMultimedia
 COMMENT-main =         Qt5 multimedia components
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtmultimedia/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtmultimedia/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtmultimedia/distinfo       30 Oct 2018 08:08:40 -0000      1.7
+++ qtmultimedia/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtmultimedia-opensource-src-5.9.7.tar.xz) = 
vfcH/5B+UYOXVHEN63BTnCyCBijFEr7JPPkI+gaLDxg=
-SIZE (qt/qtmultimedia-opensource-src-5.9.7.tar.xz) = 3588588
+SHA256 (qt/qtmultimedia-opensource-src-5.9.8.tar.xz) = 
AHiB1H+x+R2rBzQ4WZgyTIVQvdIecb/C87RmMRlGwaY=
+SIZE (qt/qtmultimedia-opensource-src-5.9.8.tar.xz) = 3589804
Index: qtnetworkauth/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtnetworkauth/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtnetworkauth/Makefile      24 Jun 2019 20:56:46 -0000      1.7
+++ qtnetworkauth/Makefile      18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtNetworKAuth
 COMMENT-main =         Qt5 network authorization components
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtnetworkauth/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtnetworkauth/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtnetworkauth/distinfo      30 Oct 2018 08:08:40 -0000      1.7
+++ qtnetworkauth/distinfo      18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtnetworkauth-opensource-src-5.9.7.tar.xz) = 
F2Q8oyo3MykgCAtAXeLj6uvtWuSCkBnyMXwd7PXnyJI=
-SIZE (qt/qtnetworkauth-opensource-src-5.9.7.tar.xz) = 112224
+SHA256 (qt/qtnetworkauth-opensource-src-5.9.8.tar.xz) = 
r2frJla4O/fMQ0edKmCgnDPqJB5OyEf7MOhwT9EmTsg=
+SIZE (qt/qtnetworkauth-opensource-src-5.9.8.tar.xz) = 112232
Index: qtpurchasing/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtpurchasing/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtpurchasing/Makefile       24 Jun 2019 20:56:46 -0000      1.8
+++ qtpurchasing/Makefile       18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtPurchasing
 COMMENT-main =         in-app purchases in Qt5 and Qt5 Quick applications
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtpurchasing/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtpurchasing/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtpurchasing/distinfo       30 Oct 2018 08:08:40 -0000      1.7
+++ qtpurchasing/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtpurchasing-opensource-src-5.9.7.tar.xz) = 
0ZBKYA++d/BKwIoOWwV2sFG6iuQbLqk+8JiArEDUfeM=
-SIZE (qt/qtpurchasing-opensource-src-5.9.7.tar.xz) = 187780
+SHA256 (qt/qtpurchasing-opensource-src-5.9.8.tar.xz) = 
qXKjt9zUhuZt5oNEwttBo6lxcZMpUdb3PW/e24GPjEU=
+SIZE (qt/qtpurchasing-opensource-src-5.9.8.tar.xz) = 187764
Index: qtquickcontrols/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- qtquickcontrols/Makefile    8 Mar 2019 20:00:42 -0000       1.9
+++ qtquickcontrols/Makefile    18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtQuickControls
 COMMENT-main =         Qt Quick based UI controls
-REVISION-main =                0
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtquickcontrols/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtquickcontrols/distinfo    30 Oct 2018 08:08:40 -0000      1.7
+++ qtquickcontrols/distinfo    18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtquickcontrols-opensource-src-5.9.7.tar.xz) = 
4POAzdXFIB9AFBL64VTU4HrwO3aKLM731PX3z8USf8o=
-SIZE (qt/qtquickcontrols-opensource-src-5.9.7.tar.xz) = 6015248
+SHA256 (qt/qtquickcontrols-opensource-src-5.9.8.tar.xz) = 
j7qLGQsvYlnK+5oT1X8a6YBthxlX1lpq91AwzzA+xmU=
+SIZE (qt/qtquickcontrols-opensource-src-5.9.8.tar.xz) = 6016096
Index: qtquickcontrols2/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols2/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- qtquickcontrols2/Makefile   24 Jun 2019 20:56:46 -0000      1.10
+++ qtquickcontrols2/Makefile   18 Oct 2019 11:42:19 -0000
@@ -3,7 +3,6 @@
 QT5NAME =      Qt Labs Controls
 DISTNAME =     qtquickcontrols2-opensource-src-${DIST_VERSION}
 COMMENT-main = Qt5 Quick based UI controls from Qt Labs
-REVISION-main =        1
 
 SHARED_LIBS += Qt5QuickControls2       0.2
 SHARED_LIBS += Qt5QuickTemplates2      0.2
Index: qtquickcontrols2/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtquickcontrols2/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtquickcontrols2/distinfo   30 Oct 2018 08:08:40 -0000      1.7
+++ qtquickcontrols2/distinfo   18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtquickcontrols2-opensource-src-5.9.7.tar.xz) = 
YH1zg6WJZyFQKlGfxoOw8vB/HtenL77gVoltpM7BOXE=
-SIZE (qt/qtquickcontrols2-opensource-src-5.9.7.tar.xz) = 4160168
+SHA256 (qt/qtquickcontrols2-opensource-src-5.9.8.tar.xz) = 
bB5HGI+syoL0Q+LT2WktWpV02wc8N+IYsdifeVtpcBg=
+SIZE (qt/qtquickcontrols2-opensource-src-5.9.8.tar.xz) = 4158564
Index: qtremoteobjects/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtremoteobjects/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtremoteobjects/Makefile    24 Jun 2019 20:56:46 -0000      1.7
+++ qtremoteobjects/Makefile    18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtRemoteObjects
 COMMENT-main =         inter-process communication using Qt5 objects
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtremoteobjects/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtremoteobjects/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtremoteobjects/distinfo    30 Oct 2018 08:08:40 -0000      1.7
+++ qtremoteobjects/distinfo    18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtremoteobjects-opensource-src-5.9.7.tar.xz) = 
nA7KjXGZkpJFDgksWMH3NNDqzIn/F1R2VdlNSRzTNto=
-SIZE (qt/qtremoteobjects-opensource-src-5.9.7.tar.xz) = 282420
+SHA256 (qt/qtremoteobjects-opensource-src-5.9.8.tar.xz) = 
aX0VPWmxP2FBWVVyfKO2K3M4prCYQozF1c8shO3rgkY=
+SIZE (qt/qtremoteobjects-opensource-src-5.9.8.tar.xz) = 282388
Index: qtscript/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscript/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtscript/Makefile   24 Jun 2019 20:56:46 -0000      1.8
+++ qtscript/Makefile   18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtScript
 COMMENT-main =         ECMAScript language for Qt5
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtscript/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscript/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtscript/distinfo   30 Oct 2018 08:08:40 -0000      1.7
+++ qtscript/distinfo   18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtscript-opensource-src-5.9.7.tar.xz) = 
x9QRBKLAlT/sRR3KuVy+KyDEtJJbK9fjwVApWYMaY1c=
-SIZE (qt/qtscript-opensource-src-5.9.7.tar.xz) = 2605820
+SHA256 (qt/qtscript-opensource-src-5.9.8.tar.xz) = 
9glEQE+jgFL1oPdePmPM0cTFoumfqWbWIcymQgdx9/U=
+SIZE (qt/qtscript-opensource-src-5.9.8.tar.xz) = 2607332
Index: qtscxml/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscxml/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtscxml/Makefile    24 Jun 2019 20:56:46 -0000      1.7
+++ qtscxml/Makefile    18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtScxml
 COMMENT-main =         create state machines from SCXML files
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtscxml/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtscxml/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtscxml/distinfo    30 Oct 2018 08:08:40 -0000      1.7
+++ qtscxml/distinfo    18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtscxml-opensource-src-5.9.7.tar.xz) = 
MC6Ab336JZbvkDOLCSDjBFu9APM/WwB6f4PYQJfA4nc=
-SIZE (qt/qtscxml-opensource-src-5.9.7.tar.xz) = 414120
+SHA256 (qt/qtscxml-opensource-src-5.9.8.tar.xz) = 
fKybdL8rFtNicdEM2dDVjTgLnIckTEZe+J+cg6ZB9ss=
+SIZE (qt/qtscxml-opensource-src-5.9.8.tar.xz) = 414148
Index: qtsensors/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsensors/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtsensors/Makefile  24 Jun 2019 20:56:46 -0000      1.8
+++ qtsensors/Makefile  18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtSensors
 COMMENT-main =         Qt5 hardware sensors support
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
@@ -10,7 +9,6 @@ SHARED_LIBS =          Qt5Sensors              2.2
 
 WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
 WANTLIB += m
-
 
 LIB_DEPENDS =          
x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION}
 
Index: qtsensors/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsensors/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtsensors/distinfo  30 Oct 2018 08:08:40 -0000      1.7
+++ qtsensors/distinfo  18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtsensors-opensource-src-5.9.7.tar.xz) = 
GblVzR/JKpKp3qzqQjJN90FBH6s09G8jT1D3nzIl0F0=
-SIZE (qt/qtsensors-opensource-src-5.9.7.tar.xz) = 1994776
+SHA256 (qt/qtsensors-opensource-src-5.9.8.tar.xz) = 
ZNFU6qDhEmLXXudT+wLGVHo5Ghwx3RejYVXGiL3LHmY=
+SIZE (qt/qtsensors-opensource-src-5.9.8.tar.xz) = 1994744
Index: qtserialbus/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialbus/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtserialbus/Makefile        24 Jun 2019 20:56:46 -0000      1.8
+++ qtserialbus/Makefile        18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtSerialBus
 COMMENT-main =         Qt5 API for accessing serial bus devices
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtserialbus/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialbus/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtserialbus/distinfo        30 Oct 2018 08:08:40 -0000      1.7
+++ qtserialbus/distinfo        18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtserialbus-opensource-src-5.9.7.tar.xz) = 
K9CIwwBp9fLuxrduR3PgNWUFyHboL25rz+uB2pUp31g=
-SIZE (qt/qtserialbus-opensource-src-5.9.7.tar.xz) = 279012
+SHA256 (qt/qtserialbus-opensource-src-5.9.8.tar.xz) = 
WT8xAl4k+uJpnZxRLSV+8HNLfnjCc6UKXkGpuzChGlo=
+SIZE (qt/qtserialbus-opensource-src-5.9.8.tar.xz) = 279084
Index: qtserialport/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialport/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- qtserialport/Makefile       24 Jun 2019 20:56:46 -0000      1.9
+++ qtserialport/Makefile       18 Oct 2019 11:42:19 -0000
@@ -3,7 +3,6 @@
 QT5NAME =              QtSerialPort
 COMMENT-main =         Qt5 serial ports access components
 PKGSPEC-main =         qtserialport->=5.6
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtserialport/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtserialport/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtserialport/distinfo       30 Oct 2018 08:08:40 -0000      1.7
+++ qtserialport/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtserialport-opensource-src-5.9.7.tar.xz) = 
UKcwLHze3GHoGi7yUu+dyb+q6YonteOUgavIckMlHhc=
-SIZE (qt/qtserialport-opensource-src-5.9.7.tar.xz) = 268432
+SHA256 (qt/qtserialport-opensource-src-5.9.8.tar.xz) = 
FB609Js7PpRDPnlB1XcT0qHMjhb2/CJ3nWgzWe+WXXs=
+SIZE (qt/qtserialport-opensource-src-5.9.8.tar.xz) = 268448
Index: qtspeech/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtspeech/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtspeech/Makefile   24 Jun 2019 20:56:46 -0000      1.7
+++ qtspeech/Makefile   18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtSpeech
 COMMENT-main =         Qt5 text-to-speech components
-REVISION-main =                1
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtspeech/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtspeech/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtspeech/distinfo   30 Oct 2018 08:08:40 -0000      1.7
+++ qtspeech/distinfo   18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtspeech-opensource-src-5.9.7.tar.xz) = 
4HyW5QwgYjkTGpSbihTsJqAsNxqaWQXvNoJvFKDFy1o=
-SIZE (qt/qtspeech-opensource-src-5.9.7.tar.xz) = 80704
+SHA256 (qt/qtspeech-opensource-src-5.9.8.tar.xz) = 
0jTSFkftsEu1EP5xwh5NwPg651AUonV2RRMdCvw/t98=
+SIZE (qt/qtspeech-opensource-src-5.9.8.tar.xz) = 80708
Index: qtsvg/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsvg/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtsvg/Makefile      24 Jun 2019 20:56:46 -0000      1.8
+++ qtsvg/Makefile      18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtSVG
 COMMENT-main =         SVG support for Qt5
-REVISION-main =                1
 
 DPB_PROPERTIES =       parallel
 
Index: qtsvg/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtsvg/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtsvg/distinfo      30 Oct 2018 08:08:40 -0000      1.7
+++ qtsvg/distinfo      18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtsvg-opensource-src-5.9.7.tar.xz) = 
Yo8iuEculu2AM9VJEobOKrWyx7n+D+RorNeLRY3HVWQ=
-SIZE (qt/qtsvg-opensource-src-5.9.7.tar.xz) = 1779320
+SHA256 (qt/qtsvg-opensource-src-5.9.8.tar.xz) = 
wV0MTtk7Fopkc3Sd1wywSzzI6K9YREfycBvkzy8Rxds=
+SIZE (qt/qtsvg-opensource-src-5.9.8.tar.xz) = 1779000
Index: qttools/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qttools/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qttools/Makefile    24 Jun 2019 20:56:46 -0000      1.7
+++ qttools/Makefile    18 Oct 2019 11:42:19 -0000
@@ -4,8 +4,6 @@ QT5NAME =               QtTools
 COMMENT-main =         Qt development tools
 COMMENT-webview =      Webkit-based Qt Designer plugin
 PKGNAME-webview =      qwebview-${VERSION}
-REVISION-main =                1
-REVISION-webview =     0
 
 DPB_PROPERTIES =       parallel
 
Index: qttools/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qttools/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qttools/distinfo    30 Oct 2018 08:08:40 -0000      1.7
+++ qttools/distinfo    18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qttools-opensource-src-5.9.7.tar.xz) = 
1i4PcNmWRdZwTbuJdvsiIkQwYXQ2iZQ9QJcMUsSTZ6E=
-SIZE (qt/qttools-opensource-src-5.9.7.tar.xz) = 9575492
+SHA256 (qt/qttools-opensource-src-5.9.8.tar.xz) = 
qXVW63svMCUs3YpZjDls/OKy950rrog69tOyaizcxjw=
+SIZE (qt/qttools-opensource-src-5.9.8.tar.xz) = 9574668
Index: qttranslations/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qttranslations/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- qttranslations/Makefile     8 Mar 2019 20:00:49 -0000       1.3
+++ qttranslations/Makefile     18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =      QtTranslations
 COMMENT =      unofficial Qt5 translations
-REVISION =     0
 
 PKG_ARCH =     *
 WANTLIB- =
Index: qttranslations/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qttranslations/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qttranslations/distinfo     30 Oct 2018 08:08:40 -0000      1.7
+++ qttranslations/distinfo     18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qttranslations-opensource-src-5.9.7.tar.xz) = 
s22n2Tw6tvylazIFO7c7xhnIsZK7ibdOO83icF8cKhQ=
-SIZE (qt/qttranslations-opensource-src-5.9.7.tar.xz) = 1376104
+SHA256 (qt/qttranslations-opensource-src-5.9.8.tar.xz) = 
+1pHeZdUr3PTv1Af5RM0LP4vw39k6A31Uz9hEOgEIgw=
+SIZE (qt/qttranslations-opensource-src-5.9.8.tar.xz) = 1376288
Index: qtvirtualkeyboard/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtvirtualkeyboard/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qtvirtualkeyboard/Makefile  8 Mar 2019 20:00:49 -0000       1.7
+++ qtvirtualkeyboard/Makefile  18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtVirtualKeyboard
 COMMENT-main =         Qt5 virtual keyboard plugin
-REVISION-main =                0
 
 MULTI_PACKAGES =       -main -examples
 
Index: qtvirtualkeyboard/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtvirtualkeyboard/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtvirtualkeyboard/distinfo  30 Oct 2018 08:08:40 -0000      1.7
+++ qtvirtualkeyboard/distinfo  18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtvirtualkeyboard-opensource-src-5.9.7.tar.xz) = 
R1H+gZy+2UbecVEBYlfK7r8/1z64yUjeJTuP8pg1kuE=
-SIZE (qt/qtvirtualkeyboard-opensource-src-5.9.7.tar.xz) = 10044468
+SHA256 (qt/qtvirtualkeyboard-opensource-src-5.9.8.tar.xz) = 
BulQv0/RlfIrL7fM+nQlxQzdo9QmFeBYmFf+khlnfM8=
+SIZE (qt/qtvirtualkeyboard-opensource-src-5.9.8.tar.xz) = 10051508
Index: qtwebchannel/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebchannel/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtwebchannel/Makefile       24 Jun 2019 20:56:46 -0000      1.8
+++ qtwebchannel/Makefile       18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtWebChannel
 COMMENT-main =         Qt5 seamless HTML/JavaScript integration
-REVISION-main =                1
 
 SHARED_LIBS =          Qt5WebChannel           1.2
 
Index: qtwebchannel/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebchannel/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtwebchannel/distinfo       30 Oct 2018 08:08:41 -0000      1.7
+++ qtwebchannel/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebchannel-opensource-src-5.9.7.tar.xz) = 
EqMcSBCtOuyzdOo+kHiFO6QrcfaGODU5Xa61HrubOKE=
-SIZE (qt/qtwebchannel-opensource-src-5.9.7.tar.xz) = 147696
+SHA256 (qt/qtwebchannel-opensource-src-5.9.8.tar.xz) = 
aSrLaIhPs/R4kfW5HyHQ87ZyQrPvP7yfSnU+wvJXJeo=
+SIZE (qt/qtwebchannel-opensource-src-5.9.8.tar.xz) = 147692
Index: qtwebsockets/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebsockets/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtwebsockets/Makefile       24 Jun 2019 20:56:46 -0000      1.8
+++ qtwebsockets/Makefile       18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtWebSockets
 COMMENT-main =         Qt5 implementation of WebSocket protocol
-REVISION-main =                1
 
 SHARED_LIBS =          Qt5WebSockets           2.2
 
Index: qtwebsockets/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebsockets/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtwebsockets/distinfo       30 Oct 2018 08:08:41 -0000      1.7
+++ qtwebsockets/distinfo       18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtwebsockets-opensource-src-5.9.7.tar.xz) = 
PZ2fWfp2bVfSPYzDENdiA7Ail+ItqlbDwV3U47BpG+M=
-SIZE (qt/qtwebsockets-opensource-src-5.9.7.tar.xz) = 199688
+SHA256 (qt/qtwebsockets-opensource-src-5.9.8.tar.xz) = 
YWkH38Dlgc6xjN4n2ZhXarwi1nevF/f8Jt38QyjuwvM=
+SIZE (qt/qtwebsockets-opensource-src-5.9.8.tar.xz) = 199684
Index: qtx11extras/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtx11extras/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtx11extras/Makefile        24 Jun 2019 20:56:46 -0000      1.8
+++ qtx11extras/Makefile        18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtX11Extras
 COMMENT =              X11-specific parts of Qt
-REVISION =             1
 
 SHARED_LIBS =          Qt5X11Extras            2.2
 
Index: qtx11extras/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtx11extras/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtx11extras/distinfo        30 Oct 2018 08:08:41 -0000      1.7
+++ qtx11extras/distinfo        18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtx11extras-opensource-src-5.9.7.tar.xz) = 
kMXfiLUTPGyXPQOqf8PJuaP/nPY38BK/nlarRhKPTQo=
-SIZE (qt/qtx11extras-opensource-src-5.9.7.tar.xz) = 77004
+SHA256 (qt/qtx11extras-opensource-src-5.9.8.tar.xz) = 
w24+fz3aJzE7N18HMJGG4KcQYS1oiTDuU2w6zZd6MKM=
+SIZE (qt/qtx11extras-opensource-src-5.9.8.tar.xz) = 77052
Index: qtxmlpatterns/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtxmlpatterns/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtxmlpatterns/Makefile      24 Jun 2019 20:56:46 -0000      1.8
+++ qtxmlpatterns/Makefile      18 Oct 2019 11:42:19 -0000
@@ -2,7 +2,6 @@
 
 QT5NAME =              QtXmlPatterns
 COMMENT-main =         Qt5 support for XPath, XQuery, XSLT and XML Schema
-REVISION-main =                1
 
 SHARED_LIBS =          Qt5XmlPatterns          2.2
 
Index: qtxmlpatterns/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtxmlpatterns/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- qtxmlpatterns/distinfo      30 Oct 2018 08:08:41 -0000      1.7
+++ qtxmlpatterns/distinfo      18 Oct 2019 11:42:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtxmlpatterns-opensource-src-5.9.7.tar.xz) = 
xbRzfV6zudJMyPUbx0NALajptRRjAA8le6xw7u/sGUg=
-SIZE (qt/qtxmlpatterns-opensource-src-5.9.7.tar.xz) = 1344440
+SHA256 (qt/qtxmlpatterns-opensource-src-5.9.8.tar.xz) = 
5PqwotmFmUtYEK+ESI1qanspW9dbjv6pgqsXVN33dP4=
+SIZE (qt/qtxmlpatterns-opensource-src-5.9.8.tar.xz) = 1344068

Reply via email to