summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-11-11 07:57:09 +0000
committermarkd <markd@pkgsrc.org>2019-11-11 07:57:09 +0000
commit64eb28dcfbc3e52dcd2b5353dc65488c5e5f9b7e (patch)
tree9e29d6c6d53334b4c97f511d2df4dc12a6f5dba2
parente061dcf579b437c1e509474b2cb83f3ac6950775 (diff)
downloadpkgsrc-64eb28dcfbc3e52dcd2b5353dc65488c5e5f9b7e.tar.gz
KDE Frameworks update to 5.64.0
5.62.0 KI18n Localize long number strings Support passing target to ki18n_wrap_ui macro KIO Undoing trashing files on the desktop has been fixed kio_trash: split up copyOrMove, for a better error than "should never happen" FileUndoManager: clearer assert when forgetting to record Fix exit and crash in kio_file when put() fails in readData [CopyJob] Fix crash when copying an already existing dir and pressing "Skip" [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath Added dialog to set execute permission for executable file when trying to run it [KPropertiesDialog] Always check mount point being null [KRun] Check mime type for isExecutableFile first Add an icon for the trash root and a proper label Add support for handling QNAM SSL errors to KSslErrorUiData Making FileJob behave consistently [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob rename internal 'kioslave' helper executable to 'kioslave5' [KDirOperator] Middle-elide labels that are too long to fit [KDirOperator] Add follow new directories options KDirOperator: Only enable "Create New" menu if the selected item is a directory KIO FTP: Fix file copy hanging when copying to existing file KIO: port to non-deprecated KWindowSystem::setMainWindow Make file bookmark names consistent Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON) [KDirOperator] Use more human-readable sort order descriptions [Permissions editor] Port icons to use QIcon::fromTheme() KItemModels Add Q_PROPERTIES interface to KDescendantsProxyModel Port away from deprecated methods in Qt KNotification Avoid duplicate notifications from showing up on Windows and remove whitespaces Have 1024x1024 app icon as fallback icon in Snore Add `-pid` parameter to Snore backend calls Add snoretoast backend for KNotifications on Windows KPeople Make it possible to delete contacts from backends Make it possible to modify contacts KRunner Make sure we're checking whether tearing down is due after finishing a job Add a done signal to FindMatchesJob instead of using QObjectDecorator wrongly KTextEditor Allow to customize attributes for KSyntaxHighligting themes Fix for all themes: allow turn off attributes in XML highlighting files simplify isAcceptableInput + allow all stuff for input methods simplify typeChars, no need for return code without filtering Mimic QInputControl::isAcceptableInput() when filtering typed characters try to sanitize line endings on paste Fix: allow turn off attributes in XML highlighting files improve word completion to use highlighting to detect word boundaries More porting from QRegExp to QRegularExpression properly check if diff command can be started for swap file diffing KTextEditor: Fix left border flicker when switching between documents Migrate some more QRegExps to QRegularExpression Allow 0 in line ranges in vim mode Use CMake find_dependency instead of find_package in CMake config file template KWayland [server] Wrap proxyRemoveSurface in smart pointer [server] Use cached current mode more and assert validness [server] Cache current mode Implement zwp_linux_dmabuf_v1 5.63.0 KIO [Places panel] Revamp the Recently Saved section [DataProtocol] compile without implicit coversion from ascii Consider the usage of WebDAV methods sufficient for assuming WebDAV REPORT also supports the Depth header Make QSslError::SslError <-> KSslError::Error conversion reusable Deprecate the KSslError::Error ctor of KSslError [Windows] fix listing the parent dir of C:\foo, that's C:\ and not C: Fix crash on exit in kio_file (bug 408797) Add == and != operators to KIO::UDSEntry Replace KSslError::errorString with QSslError::errorString Move/copy job: skip stat'ing sources if the destination dir isn't writable Fixed interaction with DOS/Windows executables in KRun::runUrl [KUrlNavigatorPlacesSelector] Properly identify teardown action KCoreDirLister: fix crash when creating new folders from kfilewidget [kpropertiesdialog] add icons for the size section Add icons for "Open With" and "Actions" menus Avoid initializing an unnecessary variable Move more functionality from KRun::runCommand/runApplication to KProcessRunner [Advanced Permissions] Fix icon names [KUrlNavigatorButton] Fix QString usage to not use [] out of bounds Make KSslError hold a QSslError internally Split KSslErrorUiData from KTcpSocket Port kpac from QtScript KPeople Claim Android as a supported platform Deploy default avatar via qrc Bundle plugin files on Android Disable DBus pieces on Android Fix crash when monitoring a contact that gets removed on PersonData Use fully qualified types on signals KRunner Consider UNC paths as NetworkShare context KService Move Amusement to Games directory instead of Games > Toys [KService] Add copy constructor [KService] add workingDirectory(), deprecate path() KTextEditor try to avoid artifacts in text preview Variable expansion: Use std::function internally QRectF instead of QRect solves clipping issues next rendering artifact goes away if you adjust the clip rect a bit avoid the font choosing magic and turn of anti aliasing KadeModeMenuList: fix memory leaks and others try to scan for usable fonts, works reasonable well if you use no dumb scaling factor like 1.1 Status bar mode menu: Reuse empty QIcon that is implicitly shared Expose KTextEditor::MainWindow::showPluginConfigPage() Replace QSignalMapper with lambda KateModeMenuList: use QString() for empty strings KateModeMenuList: add "Best Search Matches" section and fixes for Windows Variable expansion: Support QTextEdits Add keyboard shortcut for switching Input modes to edit menu Variable expansion dialog: properly handle selection changes and item activation Variable expansion dialog: add filter line edit Backup on save: Support time and date string replacements Variable expansion: Prefer return value over return argument Initial start of variables dialog use new format API KWayland Sort files alphabetically in cmake list 5.64.0 KI18n Add KLocalizedString::untranslatedText Replace all qWarning and related calls with categorised logging KIO Const & signature of new introduced SlaveBase::configValue Port to the QSslError variant of KSslInfoDialog Port KSSLD internals from KSslError to QSslError Make non-ignorable SSL errors explicit auto-enable KIO_ASSERT_SLAVE_STATES also for from-git builds Port (most of) KSslInfoDialog from KSslError to QSslError kio_http: avoid double Content-Type and Depth when used by KDAV Port the KSSLD D-Bus interface from KSslError to QSslError Replace usage of SlaveBase::config()->readEntry by SlaveBase::configValue Remove two unused member variables using KSslError Avoid sending KDirNotify::emitFilesAdded when the emptytrashjob finishes Deprecate the KTcpSocket-based variant of SslUi::askIgnoreSslErrors Treat "application/x-ms-dos-executable" as executable on all platforms Replace usage of SlaveBase::config() by SlaveBase::mapConfig() ftptest: replace logger-colors with logger [SlaveBase] Use QMap instead of KConfig to store ioslave config Port KSslErrorUiData to QSslError exclude ioslaves directory from api docs ftptest: mark overwrite without overwrite flag no longer failing ftptest: refactor the daemon startup into its own helper function [SslUi] Add api docs for askIgnoreSslErrors() consider ftpd not required for the time being port ftp slave to new error reporting system fix proxy setting loading Implement KSslCertificateRule with QSslError instead of KSslError Port (most of) the interface of KSslCertificateRule to QSslError Port KSslCertificateManager to QSslError Update test kfileplacesviewtest following D7446 KNotification [KStatusNotifierItem] Allow left click when menu is null Remove Growl support Add and enable Notification Center support in macOS KPeople Unbreak build: limit DISABLE_DEPRECATED for KService to < 5.0 KService Make it compile against qt5.15 without deprecated method KTextEditor KateModeMenuList: improve word wrap add hint to copyright header clarify license add missing s KateModeMenuList: force the vertical position above the button better: self-contained headers group includes for semantics sort includes KWayland FakeInput: add support for keyboard key press and release Fix non-integer scale copy on creation of OutputChangeSet ThreadWeaver Make it compile against qt5.15
-rw-r--r--devel/ki18n/Makefile3
-rw-r--r--devel/ki18n/PLIST3
-rw-r--r--devel/ki18n/distinfo10
-rw-r--r--devel/kidletime/distinfo10
-rw-r--r--devel/kio/Makefile3
-rw-r--r--devel/kio/PLIST7
-rw-r--r--devel/kio/distinfo10
-rw-r--r--devel/kitemmodels/Makefile3
-rw-r--r--devel/kitemmodels/distinfo10
-rw-r--r--devel/knotifications/Makefile3
-rw-r--r--devel/knotifications/PLIST3
-rw-r--r--devel/knotifications/distinfo10
-rw-r--r--devel/knotifyconfig/Makefile3
-rw-r--r--devel/knotifyconfig/PLIST3
-rw-r--r--devel/knotifyconfig/distinfo10
-rw-r--r--devel/kpackage/Makefile3
-rw-r--r--devel/kpackage/PLIST4
-rw-r--r--devel/kpackage/distinfo10
-rw-r--r--devel/kparts/Makefile3
-rw-r--r--devel/kparts/distinfo10
-rw-r--r--devel/kpeople/PLIST7
-rw-r--r--devel/kpeople/distinfo10
-rw-r--r--devel/kpty/distinfo10
-rw-r--r--devel/krunner/Makefile3
-rw-r--r--devel/krunner/distinfo10
-rw-r--r--devel/kservice/PLIST4
-rw-r--r--devel/kservice/distinfo10
-rw-r--r--devel/ktexteditor/Makefile3
-rw-r--r--devel/ktexteditor/distinfo10
-rw-r--r--devel/kwayland/PLIST3
-rw-r--r--devel/kwayland/distinfo10
-rw-r--r--devel/threadweaver/distinfo10
32 files changed, 107 insertions, 104 deletions
diff --git a/devel/ki18n/Makefile b/devel/ki18n/Makefile
index 361c3191e13..140885834b8 100644
--- a/devel/ki18n/Makefile
+++ b/devel/ki18n/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/09/18 14:17:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/11 07:57:09 markd Exp $
DISTNAME= ki18n-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/ki18n/PLIST b/devel/ki18n/PLIST
index a8f80ef5339..802c9baf5bc 100644
--- a/devel/ki18n/PLIST
+++ b/devel/ki18n/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/08/27 20:44:28 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/11 07:57:09 markd Exp $
include/KF5/KI18n/KLocalizedContext
include/KF5/KI18n/KLocalizedString
include/KF5/KI18n/KLocalizedTranslator
@@ -151,3 +151,4 @@ share/locale/xh/LC_MESSAGES/ki18n5.mo
share/locale/zh_CN/LC_MESSAGES/ki18n5.mo
share/locale/zh_HK/LC_MESSAGES/ki18n5.mo
share/locale/zh_TW/LC_MESSAGES/ki18n5.mo
+share/qlogging-categories5/ki18n.categories
diff --git a/devel/ki18n/distinfo b/devel/ki18n/distinfo
index 6ca510c2581..eacc101f61e 100644
--- a/devel/ki18n/distinfo
+++ b/devel/ki18n/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 20:44:28 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:09 markd Exp $
-SHA1 (ki18n-5.61.0.tar.xz) = 14a2c896769a5437b74291aaa71f409d51f0fea2
-RMD160 (ki18n-5.61.0.tar.xz) = e7a2657dd2560858db9d8fb46f4fcd095de83316
-SHA512 (ki18n-5.61.0.tar.xz) = f5701f26056aafb746bafe66ece5a4ce34e89113201851471189196b4e381abbeb83635808faca179f06799c58aec52396df2a22f101cc9710481b810287a9ba
-Size (ki18n-5.61.0.tar.xz) = 584464 bytes
+SHA1 (ki18n-5.64.0.tar.xz) = f901f4ea9d15803efae05fc24cad1328fd89e892
+RMD160 (ki18n-5.64.0.tar.xz) = 87c2534c7fa7082fde72ce9c2457979863548fa2
+SHA512 (ki18n-5.64.0.tar.xz) = 68e65934a19621850a189b9aeb24b48a3bb8ea493ed5af1e490030154f759b653aaf0e1a27b5579ad36ca3cb249c7ef72b7429dbc70aa27be827a608b68577c3
+Size (ki18n-5.64.0.tar.xz) = 586948 bytes
diff --git a/devel/kidletime/distinfo b/devel/kidletime/distinfo
index dcbcc5e6dea..816f24769c4 100644
--- a/devel/kidletime/distinfo
+++ b/devel/kidletime/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 20:46:28 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kidletime-5.61.0.tar.xz) = d7c14f07461725aebc8cf158f009431fa2ac1805
-RMD160 (kidletime-5.61.0.tar.xz) = 346e6324dafc6c025b17122c35d3d743180234b6
-SHA512 (kidletime-5.61.0.tar.xz) = ebc9aaac358221b4bba9cd012b8101e9cc0e03245a4eb963594469245b31704e8e508106e1e255d8ddc237defff47a433f2e070c7d3c6cf9576e0faff17926b2
-Size (kidletime-5.61.0.tar.xz) = 26724 bytes
+SHA1 (kidletime-5.64.0.tar.xz) = 8c362047f9f294393372842c52fb98cb59a40be2
+RMD160 (kidletime-5.64.0.tar.xz) = 7ca608d7dbb2b7adb1a773a794515e65a54942ef
+SHA512 (kidletime-5.64.0.tar.xz) = d915ecf110c771f75e0af0bef28602dd85c1127e0d7f50de828745b7d16d8583bbdf0a81e2609257d796b9edc83de4e65593ce6ef9cbe15b606c8c8d4050bc66
+Size (kidletime-5.64.0.tar.xz) = 26800 bytes
diff --git a/devel/kio/Makefile b/devel/kio/Makefile
index e75eba5a27b..b22cb304808 100644
--- a/devel/kio/Makefile
+++ b/devel/kio/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2019/09/18 14:17:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/11 07:57:10 markd Exp $
DISTNAME= kio-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/kio/PLIST b/devel/kio/PLIST
index 411f474e86c..63ea9a89814 100644
--- a/devel/kio/PLIST
+++ b/devel/kio/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/08/27 20:50:32 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/11/11 07:57:10 markd Exp $
bin/kcookiejar5
bin/ktelnetservice5
bin/ktrash5
@@ -60,6 +60,7 @@ include/KF5/KIOCore/KSSLSettings
include/KF5/KIOCore/KSambaShare
include/KF5/KIOCore/KSambaShareData
include/KF5/KIOCore/KSslCertificateManager
+include/KF5/KIOCore/KSslErrorUiData
include/KF5/KIOCore/KTcpSocket
include/KF5/KIOCore/KUrlAuthorized
include/KF5/KIOCore/kacl.h
@@ -124,6 +125,7 @@ include/KF5/KIOCore/ksambashare.h
include/KF5/KIOCore/ksambasharedata.h
include/KF5/KIOCore/ksslcertificatemanager.h
include/KF5/KIOCore/ksslcertificatemanager_p.h
+include/KF5/KIOCore/ksslerroruidata.h
include/KF5/KIOCore/ksslsettings.h
include/KF5/KIOCore/ktcpsocket.h
include/KF5/KIOCore/kurlauthorized.h
@@ -271,7 +273,7 @@ lib/libKF5KIOWidgets.so.${PKGVERSION}
libexec/kf5/kio_http_cache_cleaner
libexec/kf5/kiod5
libexec/kf5/kioexec
-libexec/kf5/kioslave
+libexec/kf5/kioslave5
libexec/kf5/kpac_dhcp_helper
man/ca/man8/kcookiejar5.8
man/de/man8/kcookiejar5.8
@@ -288,6 +290,7 @@ qt5/mkspecs/modules/qt_KIOFileWidgets.pri
qt5/mkspecs/modules/qt_KIOGui.pri
qt5/mkspecs/modules/qt_KIOWidgets.pri
qt5/mkspecs/modules/qt_KNTLM.pri
+qt5/plugins/designer/kio5widgets.so
qt5/plugins/kcm_kio.so
qt5/plugins/kcm_trash.so
qt5/plugins/kcm_webshortcuts.so
diff --git a/devel/kio/distinfo b/devel/kio/distinfo
index 894e3827082..14767a6f4a3 100644
--- a/devel/kio/distinfo
+++ b/devel/kio/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2019/08/27 20:50:32 markd Exp $
+$NetBSD: distinfo,v 1.10 2019/11/11 07:57:10 markd Exp $
-SHA1 (kio-5.61.0.tar.xz) = ac7e40a8905c13318a4fd4be2110806f7b243994
-RMD160 (kio-5.61.0.tar.xz) = cc1186d1cda0ec29005dab614536d6738a273cdb
-SHA512 (kio-5.61.0.tar.xz) = ae744e393fc0466b1221fb97db030782af1bd60724e1d4033b88e577fd516fe6ebfe9367e13ea9818da57cfb84375aa8ce5c2d69829ebdc754343bcdd2d65f44
-Size (kio-5.61.0.tar.xz) = 3176524 bytes
+SHA1 (kio-5.64.0.tar.xz) = 54a34066ae66b74bb5ea627d58e8c61ca26d93cb
+RMD160 (kio-5.64.0.tar.xz) = 4f406525ba0f2769c4b29c7d4870c06a2362ad08
+SHA512 (kio-5.64.0.tar.xz) = fe629c397e09d045421ba7fe289e6f0c490510b2574190c23becfd5272c6fe760ed830d6a9282ab61da028028fcff768b82760ac4a010ea88ede0da1d3dc8652
+Size (kio-5.64.0.tar.xz) = 3176912 bytes
SHA1 (patch-src_core_config-kmountpoint.h.cmake) = 7da0ea584a8c10b7b5476dd91f56a284869f056c
SHA1 (patch-src_ioslaves_file_file.cpp) = ecd5574c59b4f4db8a2e303e71894e0c527f4650
diff --git a/devel/kitemmodels/Makefile b/devel/kitemmodels/Makefile
index 4b8b15e50b2..321ec391a2a 100644
--- a/devel/kitemmodels/Makefile
+++ b/devel/kitemmodels/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/11 07:57:10 markd Exp $
DISTNAME= kitemmodels-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/kitemmodels/distinfo b/devel/kitemmodels/distinfo
index 133ab19f226..2e1a13adce6 100644
--- a/devel/kitemmodels/distinfo
+++ b/devel/kitemmodels/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 20:53:14 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kitemmodels-5.61.0.tar.xz) = ba5eeaa5bf854fdc943549d8d463d35aa6a55095
-RMD160 (kitemmodels-5.61.0.tar.xz) = 4f1491571374b8cdfda5c5fe1263196e13fb34d6
-SHA512 (kitemmodels-5.61.0.tar.xz) = 986bcea37c65ce85df9c42f594a2f7a5ad65b5104a0be855221c57bdd57319a095dfd9ed9fe60ded5e97108b12859893326c7e66814a77e11538a8a244b22497
-Size (kitemmodels-5.61.0.tar.xz) = 389748 bytes
+SHA1 (kitemmodels-5.64.0.tar.xz) = 13474bf21e1e5e9003350ba2959b2f9c89346461
+RMD160 (kitemmodels-5.64.0.tar.xz) = 462e04181f3523755b7eb5e25f1096650126d55e
+SHA512 (kitemmodels-5.64.0.tar.xz) = d4c486a3401f25e345b87b7d93d4ddc8d03eec6c63b9f1e7d4517ecd501a8855ab7dc790e8acd195b29d3ea6f9b91ba1ad4fe8ea060fcb13cc5b872e63e64ff3
+Size (kitemmodels-5.64.0.tar.xz) = 390752 bytes
diff --git a/devel/knotifications/Makefile b/devel/knotifications/Makefile
index 16e5a772861..da40fd5502f 100644
--- a/devel/knotifications/Makefile
+++ b/devel/knotifications/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/11 07:57:10 markd Exp $
DISTNAME= knotifications-${KF5VER}
-PKGREVISION= 2
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/knotifications/PLIST b/devel/knotifications/PLIST
index 59233813549..be2ada1b656 100644
--- a/devel/knotifications/PLIST
+++ b/devel/knotifications/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/27 21:02:02 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/11/11 07:57:10 markd Exp $
include/KF5/KNotifications/KNotification
include/KF5/KNotifications/KNotificationPlugin
include/KF5/KNotifications/KNotificationRestrictions
@@ -27,6 +27,7 @@ share/kservicetypes5/knotificationplugin.desktop
share/locale/af/LC_MESSAGES/knotifications5_qt.qm
share/locale/ar/LC_MESSAGES/knotifications5_qt.qm
share/locale/as/LC_MESSAGES/knotifications5_qt.qm
+share/locale/ast/LC_MESSAGES/knotifications5_qt.qm
share/locale/be/LC_MESSAGES/knotifications5_qt.qm
share/locale/be@latin/LC_MESSAGES/knotifications5_qt.qm
share/locale/bg/LC_MESSAGES/knotifications5_qt.qm
diff --git a/devel/knotifications/distinfo b/devel/knotifications/distinfo
index c0acb2b07f8..4d7b669df06 100644
--- a/devel/knotifications/distinfo
+++ b/devel/knotifications/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:02:02 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (knotifications-5.61.0.tar.xz) = 1a9e8f7aa559a9a5ef434428e551ad449776ead0
-RMD160 (knotifications-5.61.0.tar.xz) = 9a69008277bfcac46811ebd54888b1ff75239f08
-SHA512 (knotifications-5.61.0.tar.xz) = b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851
-Size (knotifications-5.61.0.tar.xz) = 113888 bytes
+SHA1 (knotifications-5.64.0.tar.xz) = 4e8adbb1847d4e34e3b1f8eee11524c9f359ade1
+RMD160 (knotifications-5.64.0.tar.xz) = 228a147bd661823f0e39c4c5b3f0f6ae2465f067
+SHA512 (knotifications-5.64.0.tar.xz) = 3d2b5a4313e25efcbc8de93227efb9ad3d033640b347054ce8526a638c753bbba6d86e94bde9a5b110b34af8ace5af10a161532472eb8649a5d61028c7702f29
+Size (knotifications-5.64.0.tar.xz) = 116880 bytes
diff --git a/devel/knotifyconfig/Makefile b/devel/knotifyconfig/Makefile
index 66eee8b1752..ce319887653 100644
--- a/devel/knotifyconfig/Makefile
+++ b/devel/knotifyconfig/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/11 07:57:10 markd Exp $
DISTNAME= knotifyconfig-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/knotifyconfig/PLIST b/devel/knotifyconfig/PLIST
index e50ddb1b6d4..afecd8528d5 100644
--- a/devel/knotifyconfig/PLIST
+++ b/devel/knotifyconfig/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/04/25 20:50:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/11/11 07:57:10 markd Exp $
include/KF5/KNotifyConfig/KNotifyConfigWidget
include/KF5/KNotifyConfig/knotifyconfig_export.h
include/KF5/KNotifyConfig/knotifyconfigwidget.h
@@ -14,6 +14,7 @@ qt5/mkspecs/modules/qt_KNotifyConfig.pri
share/locale/af/LC_MESSAGES/knotifyconfig5.mo
share/locale/ar/LC_MESSAGES/knotifyconfig5.mo
share/locale/as/LC_MESSAGES/knotifyconfig5.mo
+share/locale/ast/LC_MESSAGES/knotifyconfig5.mo
share/locale/be/LC_MESSAGES/knotifyconfig5.mo
share/locale/be@latin/LC_MESSAGES/knotifyconfig5.mo
share/locale/bg/LC_MESSAGES/knotifyconfig5.mo
diff --git a/devel/knotifyconfig/distinfo b/devel/knotifyconfig/distinfo
index 386f5b708d3..befd4ae3903 100644
--- a/devel/knotifyconfig/distinfo
+++ b/devel/knotifyconfig/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:03:15 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (knotifyconfig-5.61.0.tar.xz) = feec40ecf3d3267e3503ee52650004e28b939f38
-RMD160 (knotifyconfig-5.61.0.tar.xz) = e7aef150def7cb623550774e6de82cf2dce375a7
-SHA512 (knotifyconfig-5.61.0.tar.xz) = 142d24ba3801582ec7b46f0acd8d3f1eaa7cde80a404b1f2759f0de95b61fa84e36464ac88084e5e182e206f1dcd28d18ec494f1630bc5aa8abb77f045864956
-Size (knotifyconfig-5.61.0.tar.xz) = 84160 bytes
+SHA1 (knotifyconfig-5.64.0.tar.xz) = c2a7434751e983956f0958680f045dda18aaffa3
+RMD160 (knotifyconfig-5.64.0.tar.xz) = 7e1b08ead7f15a5bfbef89ccda80d9daf17919b1
+SHA512 (knotifyconfig-5.64.0.tar.xz) = 86a1ee111ec67011bdca9f12baf5d10b86cf3d4b783763ab2eae688fd183e17099de6f537ed7c2b66ef174adb5a3aab7e9f0ddd1c5b85e9ef493b1fd2a2e527b
+Size (knotifyconfig-5.64.0.tar.xz) = 84532 bytes
diff --git a/devel/kpackage/Makefile b/devel/kpackage/Makefile
index 800dec1eb73..4629d05e397 100644
--- a/devel/kpackage/Makefile
+++ b/devel/kpackage/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/11 07:57:10 markd Exp $
DISTNAME= kpackage-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/kpackage/PLIST b/devel/kpackage/PLIST
index 0990b00c4fa..24c450d8f35 100644
--- a/devel/kpackage/PLIST
+++ b/devel/kpackage/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/27 21:04:09 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/11/11 07:57:10 markd Exp $
bin/kpackagetool5
include/KF5/KPackage/KPackage/Package
include/KF5/KPackage/KPackage/PackageLoader
@@ -57,6 +57,7 @@ share/locale/it/LC_MESSAGES/libkpackage5.mo
share/locale/ja/LC_MESSAGES/libkpackage5.mo
share/locale/ko/LC_MESSAGES/libkpackage5.mo
share/locale/lt/LC_MESSAGES/libkpackage5.mo
+share/locale/ml/LC_MESSAGES/libkpackage5.mo
share/locale/mr/LC_MESSAGES/libkpackage5.mo
share/locale/nb/LC_MESSAGES/libkpackage5.mo
share/locale/nds/LC_MESSAGES/libkpackage5.mo
@@ -75,6 +76,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/libkpackage5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpackage5.mo
share/locale/sr@latin/LC_MESSAGES/libkpackage5.mo
share/locale/sv/LC_MESSAGES/libkpackage5.mo
+share/locale/tg/LC_MESSAGES/libkpackage5.mo
share/locale/tr/LC_MESSAGES/libkpackage5.mo
share/locale/ug/LC_MESSAGES/libkpackage5.mo
share/locale/uk/LC_MESSAGES/libkpackage5.mo
diff --git a/devel/kpackage/distinfo b/devel/kpackage/distinfo
index 3b384f9581b..8ac557ff77a 100644
--- a/devel/kpackage/distinfo
+++ b/devel/kpackage/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:04:09 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kpackage-5.61.0.tar.xz) = 57751e95b4502ae9e5f43d9fa8210f83774a4c24
-RMD160 (kpackage-5.61.0.tar.xz) = 13a9f8098dd8867098a21e381a7dd0d5209ac560
-SHA512 (kpackage-5.61.0.tar.xz) = 59e2357811d8b41b01dcf0fff34b115ae45d8ee9f0e9c9132bf3d906db65173fee41c8ece44443b997ccb6088d36139ac5de3e7ae3201f26e30f00fd318273ee
-Size (kpackage-5.61.0.tar.xz) = 132400 bytes
+SHA1 (kpackage-5.64.0.tar.xz) = bd479735c7bc2aa575c03e268c448965c567faa4
+RMD160 (kpackage-5.64.0.tar.xz) = 3c459a5906cb271fe8b04c2b041c2178ad9e78ed
+SHA512 (kpackage-5.64.0.tar.xz) = 9715a6922e1063d6b0cb6b79f1258ed37c881a05c28771aa5b5abc2899a9545c5a8f264eb4bb74f41d8ff34282fe840ce2a9bd0e60bc8e9b2216efcc0d549028
+Size (kpackage-5.64.0.tar.xz) = 137852 bytes
diff --git a/devel/kparts/Makefile b/devel/kparts/Makefile
index 88df301d40a..155bfe828a7 100644
--- a/devel/kparts/Makefile
+++ b/devel/kparts/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/11 07:57:10 markd Exp $
DISTNAME= kparts-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/kparts/distinfo b/devel/kparts/distinfo
index 335949df291..2604f4fb0a5 100644
--- a/devel/kparts/distinfo
+++ b/devel/kparts/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:05:02 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kparts-5.61.0.tar.xz) = 131157a5954a7099f18e208115110a28259a8ef2
-RMD160 (kparts-5.61.0.tar.xz) = 55b5cfe83d941af6a06f146f79e335a7b51904a8
-SHA512 (kparts-5.61.0.tar.xz) = f2b560e93bb2f880cb6341b0b978dbe5d580745884a70a7f0a8ad68430527898c6ec37a2889d1e0388777127f4fc919af32df7ad39811ab1fb0f298d9c31fdf8
-Size (kparts-5.61.0.tar.xz) = 176208 bytes
+SHA1 (kparts-5.64.0.tar.xz) = e74320cae9e4d8c413f9f667eae85782079c9f78
+RMD160 (kparts-5.64.0.tar.xz) = a3284110b2588b96e90dd2faf93b9906a1e38b50
+SHA512 (kparts-5.64.0.tar.xz) = 2c0fa16a369e4bee1732f481ed9b9b37fb8019f31c868720c8ebc42279464d179eec87904c1dbd188e223015d0f5b112377965c9d58887fba74ab6455a0d1e6c
+Size (kparts-5.64.0.tar.xz) = 176652 bytes
diff --git a/devel/kpeople/PLIST b/devel/kpeople/PLIST
index 68613386e60..67ba0b9201b 100644
--- a/devel/kpeople/PLIST
+++ b/devel/kpeople/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/27 21:05:59 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/11/11 07:57:10 markd Exp $
include/KF5/KPeople/KPeople/Global
include/KF5/KPeople/KPeople/PersonData
include/KF5/KPeople/KPeople/PersonPluginManager
@@ -9,6 +9,7 @@ include/KF5/KPeople/KPeople/Widgets/MergeDialog
include/KF5/KPeople/KPeople/Widgets/PersonDetailsDialog
include/KF5/KPeople/KPeople/Widgets/PersonDetailsView
include/KF5/KPeople/KPeopleBackend/AbstractContact
+include/KF5/KPeople/KPeopleBackend/AbstractEditableContact
include/KF5/KPeople/KPeopleBackend/AbstractPersonAction
include/KF5/KPeople/KPeopleBackend/AllContactsMonitor
include/KF5/KPeople/KPeopleBackend/BasePersonsDataSource
@@ -25,6 +26,7 @@ include/KF5/KPeople/kpeople/widgets/mergedialog.h
include/KF5/KPeople/kpeople/widgets/persondetailsdialog.h
include/KF5/KPeople/kpeople/widgets/persondetailsview.h
include/KF5/KPeople/kpeoplebackend/abstractcontact.h
+include/KF5/KPeople/kpeoplebackend/abstracteditablecontact.h
include/KF5/KPeople/kpeoplebackend/abstractpersonaction.h
include/KF5/KPeople/kpeoplebackend/allcontactsmonitor.h
include/KF5/KPeople/kpeoplebackend/basepersonsdatasource.h
@@ -47,7 +49,6 @@ qt5/mkspecs/modules/qt_KPeople.pri
qt5/mkspecs/modules/qt_KPeopleWidgets.pri
qt5/qml/org/kde/people/libKF5PeopleDeclarative.so
qt5/qml/org/kde/people/qmldir
-share/kf5/kpeople/dummy_avatar.png
share/kservicetypes5/kpeople_data_source.desktop
share/kservicetypes5/kpeople_plugin.desktop
share/kservicetypes5/persondetailsplugin.desktop
@@ -75,6 +76,7 @@ share/locale/it/LC_MESSAGES/kpeople5.mo
share/locale/ja/LC_MESSAGES/kpeople5.mo
share/locale/ko/LC_MESSAGES/kpeople5.mo
share/locale/lt/LC_MESSAGES/kpeople5.mo
+share/locale/ml/LC_MESSAGES/kpeople5.mo
share/locale/nb/LC_MESSAGES/kpeople5.mo
share/locale/nl/LC_MESSAGES/kpeople5.mo
share/locale/nn/LC_MESSAGES/kpeople5.mo
@@ -90,6 +92,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kpeople5.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/kpeople5.mo
share/locale/sr@latin/LC_MESSAGES/kpeople5.mo
share/locale/sv/LC_MESSAGES/kpeople5.mo
+share/locale/tg/LC_MESSAGES/kpeople5.mo
share/locale/tr/LC_MESSAGES/kpeople5.mo
share/locale/uk/LC_MESSAGES/kpeople5.mo
share/locale/zh_CN/LC_MESSAGES/kpeople5.mo
diff --git a/devel/kpeople/distinfo b/devel/kpeople/distinfo
index 6e5e74e40e5..b7869ae78dc 100644
--- a/devel/kpeople/distinfo
+++ b/devel/kpeople/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:05:59 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kpeople-5.61.0.tar.xz) = cae5c143a4776472f3c1bc404e1a678fb2afc033
-RMD160 (kpeople-5.61.0.tar.xz) = 834ecf48ea6c7a73077c29c8a5e3a628810bd683
-SHA512 (kpeople-5.61.0.tar.xz) = 2e2cfdbe46772da41ff8f6223c9d2aef5c9ef9ffa8e419b4280ec4485edd24853bcda443b9cc529c96bbeb0eed8db1def4068e82f7eab9076df364fbab0253e0
-Size (kpeople-5.61.0.tar.xz) = 60468 bytes
+SHA1 (kpeople-5.64.0.tar.xz) = 7fdb952519afaa604cff1cb585ed05dbeeb7e6d7
+RMD160 (kpeople-5.64.0.tar.xz) = 2e0c423e74ed08386fff6b0ca8da15fb6e447472
+SHA512 (kpeople-5.64.0.tar.xz) = d6f23d2d2b0d2d8a3acfcc74beca8848ecf64e013f0cb906f5a4d347b4220d7a3258e856e64441a06e4d5443b958d464832142ffd305f46a99b192001fd7527c
+Size (kpeople-5.64.0.tar.xz) = 62040 bytes
diff --git a/devel/kpty/distinfo b/devel/kpty/distinfo
index 50b92497f3d..bf346641b41 100644
--- a/devel/kpty/distinfo
+++ b/devel/kpty/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:07:44 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
-SHA1 (kpty-5.61.0.tar.xz) = 0bba58f4b7d45f8268fa080775b8f6eae4e2ff40
-RMD160 (kpty-5.61.0.tar.xz) = 9341417e8d3035f3ef80fd16bd887dc17e1e137d
-SHA512 (kpty-5.61.0.tar.xz) = dc2de79519411e765865ffa38c0a804dcc540f43ccc39bd37176ed3fefa8cbf2c5d1550758df0356d83d6523bd244e0d28d4515cf3b3d831295b977973d025c5
-Size (kpty-5.61.0.tar.xz) = 58272 bytes
+SHA1 (kpty-5.64.0.tar.xz) = ab8b850775dbf854d92100afca52d3732cfa4aee
+RMD160 (kpty-5.64.0.tar.xz) = 3a97888fb6715e317a4f65b8b26cd772c368b9f2
+SHA512 (kpty-5.64.0.tar.xz) = 2764bcfbde98041a2a8934e35c5cf34a81e68f6ade7a63ac0100c68411d3a52ff2b1f425d7cf9a38da5135fa424087bbf87170e0070d056aac44765c4849848d
+Size (kpty-5.64.0.tar.xz) = 58312 bytes
SHA1 (patch-src_ConfigureCheck.cmake) = aa44e7b76545c450bc41265a8077877e9f69506b
SHA1 (patch-src_kpty.cpp) = 2a5db5ad0f936766750b269f193de9e81ebde9a3
SHA1 (patch-src_kptydevice.cpp) = 1c28c0dd04a87aba8e676685262ef8421ccdbb85
diff --git a/devel/krunner/Makefile b/devel/krunner/Makefile
index 0d6cde48891..9afc0327dda 100644
--- a/devel/krunner/Makefile
+++ b/devel/krunner/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/11 07:57:11 markd Exp $
DISTNAME= krunner-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/krunner/distinfo b/devel/krunner/distinfo
index 0beaca9fac4..ed0199a1b75 100644
--- a/devel/krunner/distinfo
+++ b/devel/krunner/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/27 21:08:41 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/11/11 07:57:11 markd Exp $
-SHA1 (krunner-5.61.0.tar.xz) = 6b83b36c993d4b1f931cb7235a9c8d4a2487e83e
-RMD160 (krunner-5.61.0.tar.xz) = 8b926656f45cbf2b03aef7b6ec92ff51625a6b1f
-SHA512 (krunner-5.61.0.tar.xz) = 593883d6eed14096cbcbe2d0f236dbd757497a0a1d8756f7f026bf1437d792deb7b98e5b4f9f978225dec43f3089426efe9a6cc1fbb35abe8fe7ac76ee821312
-Size (krunner-5.61.0.tar.xz) = 62224 bytes
+SHA1 (krunner-5.64.0.tar.xz) = 3c4d78a5a1ca73d3ff4922178acbbf9f69393211
+RMD160 (krunner-5.64.0.tar.xz) = bebedf79da407b582a8e47a92cb651d627859c8e
+SHA512 (krunner-5.64.0.tar.xz) = a7fb3e7ec08ce4f55bcf833640aa3868ce8ff61fd556f1e15a3131dec1b83f34c8dd1f75e85dc121dc4c8d3236fbfd0e4f6770b0aa885cd9612844a5810ab1f0
+Size (krunner-5.64.0.tar.xz) = 62304 bytes
diff --git a/devel/kservice/PLIST b/devel/kservice/PLIST
index aee72425d0a..2bc6fe00f40 100644
--- a/devel/kservice/PLIST
+++ b/devel/kservice/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/27 21:10:00 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/11/11 07:57:11 markd Exp $
bin/kbuildsycoca5
include/KF5/KService/KAutostart
include/KF5/KService/KDBusServiceStarter
@@ -46,6 +46,7 @@ man/de/man8/desktoptojson.8
man/de/man8/kbuildsycoca5.8
man/es/man8/desktoptojson.8
man/es/man8/kbuildsycoca5.8
+man/id/man8/desktoptojson.8
man/it/man8/desktoptojson.8
man/it/man8/kbuildsycoca5.8
man/man8/desktoptojson.8
@@ -164,4 +165,3 @@ share/locale/zh_CN/LC_MESSAGES/kservice5.mo
share/locale/zh_HK/LC_MESSAGES/kservice5.mo
share/locale/zh_TW/LC_MESSAGES/kservice5.mo
share/qlogging-categories5/kservice.categories
-
diff --git a/devel/kservice/distinfo b/devel/kservice/distinfo
index 1d16562a577..73ac30fe041 100644
--- a/devel/kservice/distinfo
+++ b/devel/kservice/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/08/27 21:10:00 markd Exp $
+$NetBSD: distinfo,v 1.11 2019/11/11 07:57:11 markd Exp $
-SHA1 (kservice-5.61.0.tar.xz) = 0685698d20e658ffc6f67411207ec9433048b3bf
-RMD160 (kservice-5.61.0.tar.xz) = c2b392eca77d4cba46c1de8b193575630062c20a
-SHA512 (kservice-5.61.0.tar.xz) = b936f30656946ee5133d69626fa0a42f349fe8bd84abcbbec1dec1e00d509ca1362f7ec0635bf85dc2690f5c3ebedf9665f51fb47066bedf1433ac8835f7096d
-Size (kservice-5.61.0.tar.xz) = 249028 bytes
+SHA1 (kservice-5.64.0.tar.xz) = 5c8c595ba7a3204e5f0b28be9fa781ce2d59b8a0
+RMD160 (kservice-5.64.0.tar.xz) = 07911335f65f71e3c0e434df352b851584a2d930
+SHA512 (kservice-5.64.0.tar.xz) = 8070ad9e565ec713f72dd6da135ecb5d629b09974bf56df52c6faeca875018b7e37c01b6ac71c6b18f17b5210bc314118760e8a8b6d64d6fd4c47f480850e082
+Size (kservice-5.64.0.tar.xz) = 251460 bytes
diff --git a/devel/ktexteditor/Makefile b/devel/ktexteditor/Makefile
index d87dcaf93b5..c0f9fb95ad1 100644
--- a/devel/ktexteditor/Makefile
+++ b/devel/ktexteditor/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2019/09/18 14:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2019/11/11 07:57:11 markd Exp $
DISTNAME= ktexteditor-${KF5VER}
-PKGREVISION= 1
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff --git a/devel/ktexteditor/distinfo b/devel/ktexteditor/distinfo
index 16a647151d6..ae0e3b331ac 100644
--- a/devel/ktexteditor/distinfo
+++ b/devel/ktexteditor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:11:15 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:11 markd Exp $
-SHA1 (ktexteditor-5.61.0.tar.xz) = 2ec6e673a2d7c09b17f2d9f2998e43b1537b1827
-RMD160 (ktexteditor-5.61.0.tar.xz) = f298182d60c9f62a892fd7c15f8d22ef05b755b1
-SHA512 (ktexteditor-5.61.0.tar.xz) = 8c6debbf0a8c455ab96d68be85a0e962c424dd2c970ded2d0fc761af07398e05933d0ab82b1cbd6c8d5629ba486c3d00bc5f2dfd0e9601e815f6399cac6070e4
-Size (ktexteditor-5.61.0.tar.xz) = 2333144 bytes
+SHA1 (ktexteditor-5.64.0.tar.xz) = 807acd3d8386ddf4e05f42a15c6d3d3a2a404751
+RMD160 (ktexteditor-5.64.0.tar.xz) = 6108a9e55fbba5b6997af3d12b5acf5aaf5b9b72
+SHA512 (ktexteditor-5.64.0.tar.xz) = 6a8f1f86cf5cdc259673152a26c3feb952fc2e5a9227c7a78ae52a848acbe5b60d30583539363ebd59fa744fb428441acdf89581b2db44d54c1896248eb18e99
+Size (ktexteditor-5.64.0.tar.xz) = 2359280 bytes
diff --git a/devel/kwayland/PLIST b/devel/kwayland/PLIST
index e9dd262c3c5..d10def8ae52 100644
--- a/devel/kwayland/PLIST
+++ b/devel/kwayland/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/08/27 21:16:03 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/11/11 07:57:11 markd Exp $
include/KF5/KWayland/Client/appmenu.h
include/KF5/KWayland/Client/blur.h
include/KF5/KWayland/Client/buffer.h
@@ -70,6 +70,7 @@ include/KF5/KWayland/Server/idleinhibit_interface.h
include/KF5/KWayland/Server/keyboard_interface.h
include/KF5/KWayland/Server/keystate_interface.h
include/KF5/KWayland/Server/kwaylandserver_export.h
+include/KF5/KWayland/Server/linuxdmabuf_v1_interface.h
include/KF5/KWayland/Server/output_interface.h
include/KF5/KWayland/Server/outputchangeset.h
include/KF5/KWayland/Server/outputconfiguration_interface.h
diff --git a/devel/kwayland/distinfo b/devel/kwayland/distinfo
index 58c167889a7..c2d6e6c3202 100644
--- a/devel/kwayland/distinfo
+++ b/devel/kwayland/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/27 21:16:03 markd Exp $
+$NetBSD: distinfo,v 1.2 2019/11/11 07:57:11 markd Exp $
-SHA1 (kwayland-5.61.0.tar.xz) = 5c8aabdcec012484d6b41cf6bcd4be336eb19cff
-RMD160 (kwayland-5.61.0.tar.xz) = 971c62cd0fbb723a1e61ff2821eb8f95ab4fb799
-SHA512 (kwayland-5.61.0.tar.xz) = 11baa6183fa6651133adf1fc32195ac94b9f270a48ecd15b37e883b572c2b9a876c6eeb032e7b2dc98c3dbd68a1e7f8f6fe25c84b6d5453886222c98e0faf7ce
-Size (kwayland-5.61.0.tar.xz) = 330308 bytes
+SHA1 (kwayland-5.64.0.tar.xz) = 3d283b46b440f4fb5e974919e87ee46d99274486
+RMD160 (kwayland-5.64.0.tar.xz) = b9b780a7e091f767b482bc9306d66eb7a5939b51
+SHA512 (kwayland-5.64.0.tar.xz) = b56fb196f9fa3328c30c63d72ec474ef0ad81cef4b873d3ce9fbd67faa95a968609763ce19122058ef27f97857391436513c242bc300e305542bb0386dd1978d
+Size (kwayland-5.64.0.tar.xz) = 339244 bytes
diff --git a/devel/threadweaver/distinfo b/devel/threadweaver/distinfo
index cc4264b954d..0bf4a07a049 100644
--- a/devel/threadweaver/distinfo
+++ b/devel/threadweaver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/08/27 21:32:20 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/11/11 07:57:11 markd Exp $
-SHA1 (threadweaver-5.61.0.tar.xz) = b9e151270e2399d56413534afa57369351b071cb
-RMD160 (threadweaver-5.61.0.tar.xz) = bfce0e427ef45b6ecd1390b1f9ae5eaeb2ce8e46
-SHA512 (threadweaver-5.61.0.tar.xz) = dd8fa517034359fea711d7ad752ea85b712cfaec4e70ff3b77619f7691a15e9966761002c9e90d35d96cfe346eec8e7fe1df45a695b77522cf1b3c1ebe7acabc
-Size (threadweaver-5.61.0.tar.xz) = 1409292 bytes
+SHA1 (threadweaver-5.64.0.tar.xz) = 255f504c8ba677d91da3d7c5ba4f082bed703d19
+RMD160 (threadweaver-5.64.0.tar.xz) = e73903cb2715347430d2e5c3aa0a9b0291708b3d
+SHA512 (threadweaver-5.64.0.tar.xz) = 829110df93c46f6cee5e5592369bd44991eb4ba32750f3c1c4b4158f3cf8e7e3b336f5c71c6527d33188a9db95c79a2638fb5ebc9efd1114e8cce7ffaa2b724d
+Size (threadweaver-5.64.0.tar.xz) = 1409536 bytes