pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc kf5: update to frameworks 5.66



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcacfdb5a4b4
branches:  trunk
changeset: 422567:fcacfdb5a4b4
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jan 29 11:49:22 2020 +0000

description:
kf5: update to frameworks 5.66

build with qt5 5.14

All frameworks
  Port from QRegExp to QRegularExpression
  Port from qrand to QRandomGenerator
  Fix compilation with Qt 5.15 (e.g. endl is now Qt::endl,
   QHash insertMulti now requires using QMultiHash...)

Attica
  Don't use a verified nullptr as a data source
  Support multiple children elements in comment elements
  Set a proper agent string for Attica requests

Baloo
  Correctly report if baloo_file is unavailable
  Check cursor_open return value
  Initialise QML monitor values
  Move URL parsing methods from kioslave to query object

Breeze Icons
  Change XHTML icon to be a purple HTML icon
  Merge headphones and zigzag in the center
  Add application/x-audacity-project icon
  Add 32px preferences-system
  Add application/vnd.apple.pkpass icon
  icon for ktimetracker using the PNG in the app repo, to be replaced
  with real breeze SVG
  add kipi icon, needs redone as a breeze theme svg [or just kill off kipi]

Extra CMake Modules
  [android] Fix apk install target
  Support PyQt5 compiled with SIP 5

Framework Integration
  Remove ColorSchemeFilter from KStyle

KDE Doxygen Tools
  Display fully qualified class/namespace name as page header

KCalendarCore
  Improve README.md to have an Introduction section
  Make incidence geographic coordinate also accessible as a property
  Fix RRULE generation for timezones

KCMUtils
  Deprecate KCModuleContainer

KCodecs
  Fix invalid cast to enum by changing the type to int rather than enum

KCompletion
  Deprecate KPixmapProvider
  [KHistoryComboBox] Add method to set an icon provider

KConfig
  kconfig EBN transport protocol cleanup
  Expose getter to KConfigWatcher's config
  Fix writeFlags with KConfigCompilerSignallingItem
  Add a comment pointing to the history of Cut and Delete sharing a shortcut

KConfigWidgets
  Rename "Configure Shortcuts" to "Configure Keyboard Shortcuts"

KContacts
  Align ECM and Qt setup with Frameworks conventions
  Specify ECM dependency version as in any other framework

KCoreAddons
  Add KPluginMetaData::supportsMimeType
  [KAutoSaveFile] Use QUrl::path() instead of toLocalFile()
  Unbreak build w/ PROCSTAT: add missing impl. of KProcessList::processInfo
  [KProcessList] Optimize KProcessList::processInfo
  [KAutoSaveFile] Improve the comment in tempFileName()
  Fix KAutoSaveFile broken on long path

KDeclarative
  [KeySequenceHelper] Grab actual window when embedded
  Add optional subtitle to grid delegate
  [QImageItem/QPixmapItem] Don't lose precision during calculation

KFileMetaData
  Partial fix for accentuated characters in file name on Windows
  Remove unrequired private declarations for taglibextractor
  Partial solution to accept accentuated characters on windows
  xattr: fix crash on dangling symlinks

KIconThemes
  Set breeze as default theme when reading from configuration file
  Deprecate the top-level IconSize() function
  Fix centering scaled icons on high dpi pixmaps

KImageFormats
  pic: Fix Invalid-enum-value undefined behaviour

KIO
  [KFilePlacesModel] Fix supported scheme check for devices
  Embed protocol data also for Windows version of trash ioslave
  Adding support for mounting KIOFuse URLs for applications that don't use KIO
  Add truncation support to FileJob
  Deprecate KUrlPixmapProvider
  Deprecate KFileWidget::toolBar
  [KUrlNavigator] Add RPM support to krarc:
  KFilePlaceEditDialog: fix crash when editing the Trash place
  Add button to open the folder in filelight to view more details
  Show more details in warning dialog shown before starting a
  privileged operation
  KDirOperator: Use a fixed line height for scroll speed
  Additional fields such as deletion time and original path are now
  shown in the file properties dialog
  KFilePlacesModel: properly parent tagsLister to avoid memleak.
  HTTP ioslave: call correct base class in virtual_hook(). The
  base of HTTP ioslave is TCPSlaveBase, not SlaveBase
  Ftp ioslave: fix 4 character time interpreted as year
  Re-add KDirOperator::keyPressEvent to preserve BC
  Use QStyle for determining icon sizes

Kirigami
  ActionToolBar: Only show the overflow button if there are visible
  items in the menu
  Don't build and install app templates on android
  Don't hardcode the margin of the CardsListView
  Add support for custom display components to Action
  Let the other components grow if there's more things on the header
  Remove dynamic item creation in DefaultListItemBackground
  reintroduce the collapse button
  Show application window icon on AboutPage

KItemModels
  Add KColumnHeadersModel

KJS
  Added tests for Math.exp()
  Added tests for various assignment operators
  Test special cases of multiplicate operators (*, / and %)

KNewStuff
  Ensure the dialog title is correct with an uninitialised engine
  Don't show the info icon on the big preview delegate
  Support archive installs with adoption commands
  Send along the config name with requests

KPeople
  Expose enum to the metaobject compiler

KQuickCharts
  Also correct the shader header files
  Correct license headers for shaders

KService
  Deprecate KServiceTypeProfile

KTextEditor
  Add "line-count" property to the ConfigInterface
  Avoid unwanted horizontal scrolling

KWayland
  [plasmashell] Update docs for panelTakesFocus to make it generic
  [plasmashell] Add signal for panelTakesFocus changing

KXMLGUI
  KActionCollection: provide a changed() signal as a replacement for removed()
  Adjust keyboard shortcut configuration window's title

NetworkManagerQt
  Manager: add support for AddAndActivateConnection2
  cmake: Consider NM headers as system includes
  Sync Utils::securityIsValid with NetworkManager

Plasma Framework
  [ToolTip] Round position
  Enable wheel events on Slider {}
  Sync QWindow flag WindowDoesNotAcceptFocus to wayland plasmashell interface
  [calendar] Check out of bounds array access in QLocale lookup
  [Plasma Dialog] Use QXcbWindowFunctions for setting window types Qt
  WindowFlags doesn't know
  [PC3] Complete plasma progress bar animation
  [PC3] Only show progress bar indicator when the ends won't overlap
  [RFC] Fix Display Configuration icon margins
  [ColorScope] Work with plain QObjects again
  [Breeze Desktop Theme] Add monochrome user-desktop icon
  Remove default width from PlasmaComponents3.Button
  [PC3 ToolButton] Have the label take into account complementary color schemes
  Added background colors to active and inactive icon view

QQC2StyleBridge
  [ToolTip] Round position
  Update size hint when font changes

Solid
  Display first / in mounted storage access description
  Ensure mounted nfs filesystems matches their fstab declared counterpart

Sonnet
  The signal done is deprecated in favour of spellCheckDone, now correctly emitted

Syntax Highlighting
  LaTeX: fix brackets in some commands
  TypeScript: add "bigint" primitive type
  Python: improve numbers, add octals, binaries and "breakpoint" keyword
  SELinux: add "glblub" keyword and update permissions list
  Several enhancements to gitolite syntax definition

diffstat:

 archivers/karchive/Makefile           |   3 +--
 archivers/karchive/distinfo           |  10 +++++-----
 devel/extra-cmake-modules/Makefile    |   4 ++--
 devel/extra-cmake-modules/distinfo    |  10 +++++-----
 devel/kbookmarks/Makefile             |   3 +--
 devel/kbookmarks/distinfo             |  10 +++++-----
 devel/kcmutils/Makefile               |   3 +--
 devel/kcmutils/distinfo               |  10 +++++-----
 devel/kconfig/Makefile                |   3 +--
 devel/kconfig/distinfo                |  10 +++++-----
 devel/kcoreaddons/Makefile            |   3 +--
 devel/kcoreaddons/distinfo            |  10 +++++-----
 devel/kcrash/Makefile                 |   3 +--
 devel/kcrash/distinfo                 |  10 +++++-----
 devel/kdeclarative/Makefile           |   3 +--
 devel/kdeclarative/distinfo           |  10 +++++-----
 devel/kdoctools/Makefile              |   3 +--
 devel/kdoctools/distinfo              |  10 +++++-----
 devel/ki18n/Makefile                  |   3 +--
 devel/ki18n/distinfo                  |  10 +++++-----
 devel/kidletime/Makefile              |   3 +--
 devel/kidletime/distinfo              |  10 +++++-----
 devel/kio/Makefile                    |   3 +--
 devel/kio/PLIST                       |   3 ++-
 devel/kio/distinfo                    |  10 +++++-----
 devel/kitemmodels/Makefile            |   3 +--
 devel/kitemmodels/PLIST               |   8 +++++++-
 devel/kitemmodels/distinfo            |  10 +++++-----
 devel/knotifications/Makefile         |   3 +--
 devel/knotifications/distinfo         |  10 +++++-----
 devel/knotifyconfig/Makefile          |   3 +--
 devel/knotifyconfig/distinfo          |  10 +++++-----
 devel/kpackage/Makefile               |   3 +--
 devel/kpackage/distinfo               |  10 +++++-----
 devel/kparts/Makefile                 |   3 +--
 devel/kparts/distinfo                 |  10 +++++-----
 devel/kpeople/Makefile                |   3 +--
 devel/kpeople/distinfo                |  10 +++++-----
 devel/kpty/Makefile                   |   3 +--
 devel/kpty/distinfo                   |  10 +++++-----
 devel/kross/Makefile                  |   3 +--
 devel/kross/distinfo                  |  10 +++++-----
 devel/krunner/Makefile                |   3 +--
 devel/krunner/distinfo                |  10 +++++-----
 devel/kservice/Makefile               |   3 +--
 devel/kservice/distinfo               |  10 +++++-----
 devel/ktexteditor/Makefile            |   3 +--
 devel/ktexteditor/distinfo            |  10 +++++-----
 devel/kwayland/Makefile               |   3 +--
 devel/kwayland/distinfo               |  10 +++++-----
 devel/threadweaver/Makefile           |   3 +--
 devel/threadweaver/distinfo           |  10 +++++-----
 graphics/breeze-icons/Makefile        |   3 +--
 graphics/breeze-icons/PLIST           |  30 +++++++++++++++++++++++++++---
 graphics/breeze-icons/distinfo        |  10 +++++-----
 graphics/kimageformats/Makefile       |   3 +--
 graphics/kimageformats/distinfo       |  10 +++++-----
 graphics/kplotting/Makefile           |   3 +--
 graphics/kplotting/distinfo           |  10 +++++-----
 graphics/oxygen-icons/Makefile        |   6 +++---
 graphics/oxygen-icons/PLIST           |   5 ++++-
 graphics/oxygen-icons/distinfo        |  10 +++++-----
 graphics/prison/Makefile              |   3 +--
 graphics/prison/distinfo              |  10 +++++-----
 meta-pkgs/kde/kf5.mk                  |   4 ++--
 meta-pkgs/kf5/Makefile                |   5 ++---
 misc/attica-qt5/Makefile              |   3 +--
 misc/attica-qt5/distinfo              |  10 +++++-----
 misc/kcontacts/Makefile               |   3 +--
 misc/kcontacts/PLIST                  |   3 ++-
 misc/kcontacts/distinfo               |  10 +++++-----
 misc/kemoticons/Makefile              |   3 +--
 misc/kemoticons/distinfo              |  10 +++++-----
 misc/kunitconversion/Makefile         |   3 +--
 misc/kunitconversion/distinfo         |  10 +++++-----
 net/kdnssd/Makefile                   |   3 +--
 net/kdnssd/distinfo                   |  10 +++++-----
 net/knewstuff/Makefile                |   3 +--
 net/knewstuff/PLIST                   |   5 ++++-
 net/knewstuff/distinfo                |  10 +++++-----
 net/kxmlrpcclient/Makefile            |   3 +--
 net/kxmlrpcclient/distinfo            |  10 +++++-----
 security/kauth/Makefile               |   3 +--
 security/kauth/PLIST                  |   3 ++-
 security/kauth/distinfo               |  10 +++++-----
 security/kdesu/Makefile               |   3 +--
 security/kdesu/distinfo               |  10 +++++-----
 security/kwallet/Makefile             |   3 +--
 security/kwallet/distinfo             |  10 +++++-----
 sysutils/baloo5/Makefile              |   3 +--
 sysutils/baloo5/PLIST                 |   7 +++++--
 sysutils/baloo5/distinfo              |  10 +++++-----
 sysutils/kdbusaddons/Makefile         |   3 +--
 sysutils/kdbusaddons/distinfo         |  10 +++++-----
 sysutils/kfilemetadata5/Makefile      |   3 +--
 sysutils/kfilemetadata5/distinfo      |  10 +++++-----
 sysutils/solid/Makefile               |   3 +--
 sysutils/solid/distinfo               |  10 +++++-----
 textproc/kapidox/distinfo             |  10 +++++-----
 textproc/kcodecs/Makefile             |   3 +--
 textproc/kcodecs/distinfo             |  10 +++++-----
 textproc/kcompletion/Makefile         |   3 +--
 textproc/kcompletion/distinfo         |  10 +++++-----
 textproc/sonnet/Makefile              |   3 +--
 textproc/sonnet/PLIST                 |   3 +--
 textproc/sonnet/distinfo              |  10 +++++-----
 textproc/syntax-highlighting/Makefile |   3 +--
 textproc/syntax-highlighting/distinfo |  10 +++++-----
 time/kcalendarcore/Makefile           |   3 +--
 time/kcalendarcore/distinfo           |  10 +++++-----
 time/kholidays/Makefile               |   3 +--
 time/kholidays/distinfo               |  10 +++++-----
 www/kdewebkit/Makefile                |   3 +--
 www/kdewebkit/distinfo                |  10 +++++-----
 www/khtml/Makefile                    |   3 +--
 www/khtml/distinfo                    |  10 +++++-----
 www/kjs/Makefile                      |   3 +--
 www/kjs/distinfo                      |  10 +++++-----
 www/kjsembed/Makefile                 |   3 +--
 www/kjsembed/distinfo                 |  10 +++++-----
 x11/frameworkintegration/Makefile     |   3 +--
 x11/frameworkintegration/distinfo     |  10 +++++-----
 x11/kactivities-stats/Makefile        |   3 +--
 x11/kactivities-stats/distinfo        |  10 +++++-----
 x11/kactivities5/Makefile             |   3 +--
 x11/kactivities5/distinfo             |  10 +++++-----
 x11/kconfigwidgets/Makefile           |   3 +--
 x11/kconfigwidgets/distinfo           |  10 +++++-----
 x11/kded/Makefile                     |   3 +--
 x11/kded/PLIST                        |   5 +----
 x11/kded/distinfo                     |  10 +++++-----
 x11/kdelibs4support/Makefile          |   4 ++--
 x11/kdelibs4support/distinfo          |  10 +++++-----
 x11/kdesignerplugin/Makefile          |   3 +--
 x11/kdesignerplugin/distinfo          |  10 +++++-----
 x11/kglobalaccel/Makefile             |   3 +--
 x11/kglobalaccel/distinfo             |  10 +++++-----
 x11/kguiaddons/Makefile               |   3 +--
 x11/kguiaddons/distinfo               |  10 +++++-----
 x11/kinit/Makefile                    |   3 +--
 x11/kinit/distinfo                    |  10 +++++-----
 x11/kirigami2/Makefile                |   3 +--
 x11/kirigami2/PLIST                   |   5 ++++-
 x11/kirigami2/distinfo                |  10 +++++-----
 x11/kitemviews/Makefile               |   3 +--
 x11/kitemviews/distinfo               |  10 +++++-----
 x11/kjobwidgets/Makefile              |   3 +--
 x11/kjobwidgets/distinfo              |  10 +++++-----
 x11/ktextwidgets/Makefile             |   3 +--
 x11/ktextwidgets/PLIST                |   3 +--
 x11/ktextwidgets/distinfo             |  10 +++++-----
 x11/kwidgetsaddons/Makefile           |   3 +--
 x11/kwidgetsaddons/distinfo           |  10 +++++-----
 x11/kwindowsystem/Makefile            |   3 +--
 x11/kwindowsystem/distinfo            |  10 +++++-----
 x11/kxmlgui/Makefile                  |   3 +--
 x11/kxmlgui/PLIST                     |   6 +++---
 x11/kxmlgui/distinfo                  |  10 +++++-----
 x11/plasma-framework/Makefile         |   3 +--
 x11/plasma-framework/PLIST            |   3 ++-
 x11/plasma-framework/distinfo         |  10 +++++-----
 x11/qqc2-desktop-style/Makefile       |   3 +--
 x11/qqc2-desktop-style/PLIST          |   4 +++-
 x11/qqc2-desktop-style/distinfo       |  10 +++++-----
 164 files changed, 519 insertions(+), 547 deletions(-)

diffs (truncated from 2615 to 300 lines):

diff -r 1c866edf6f30 -r fcacfdb5a4b4 archivers/karchive/Makefile
--- a/archivers/karchive/Makefile       Wed Jan 29 11:30:10 2020 +0000
+++ b/archivers/karchive/Makefile       Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 21:47:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      karchive-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    archivers
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 archivers/karchive/distinfo
--- a/archivers/karchive/distinfo       Wed Jan 29 11:30:10 2020 +0000
+++ b/archivers/karchive/distinfo       Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/11/11 06:57:05 markd Exp $
+$NetBSD: distinfo,v 1.11 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (karchive-5.64.0.tar.xz) = a4fa9263939561f6de8dd6e04381761fe29fa03b
-RMD160 (karchive-5.64.0.tar.xz) = 55b2e718d253692725fd6baf571d4b76c857cdb7
-SHA512 (karchive-5.64.0.tar.xz) = 012f30bb62ea224f416b65d823bdedef20838f8c9bfe1cdda814e2b8c320a47bc93ac46759b5f8df10fbde026873a7024213aba1eb1aa568dc7e545fa5463cd6
-Size (karchive-5.64.0.tar.xz) = 458552 bytes
+SHA1 (karchive-5.66.0.tar.xz) = f80af7b45b258a44544170e63dd959ccbab31d6d
+RMD160 (karchive-5.66.0.tar.xz) = ed54b1fd94f801e63429b33d91bfda031fc02e64
+SHA512 (karchive-5.66.0.tar.xz) = 8bcb01f4a897a82014a15fd5f3a387e3d8f0cbcf16e1116cc6559ef939f7d482f01ed7cdd2c0e5bd5aecebe77bfbd0a9c8effade87c43cb2b81ffed2bd1094e1
+Size (karchive-5.66.0.tar.xz) = 459012 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/extra-cmake-modules/Makefile
--- a/devel/extra-cmake-modules/Makefile        Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/extra-cmake-modules/Makefile        Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/11/11 06:38:05 markd Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/29 11:49:23 markd Exp $
 
-DISTNAME=      extra-cmake-modules-5.64.0
+DISTNAME=      extra-cmake-modules-5.66.0
 CATEGORIES=    devel kde
 MASTER_SITES=  ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/extra-cmake-modules/distinfo
--- a/devel/extra-cmake-modules/distinfo        Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/extra-cmake-modules/distinfo        Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2019/11/11 06:38:05 markd Exp $
+$NetBSD: distinfo,v 1.14 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (extra-cmake-modules-5.64.0.tar.xz) = f052be00a86f5497bf618e1272c20c577d301811
-RMD160 (extra-cmake-modules-5.64.0.tar.xz) = d6b5b5c9cef236deab505f9ef79401e48e3d077e
-SHA512 (extra-cmake-modules-5.64.0.tar.xz) = 81649a1fbe148eab56ff9147b412303112376343c84767139908b9f39e77debcbbf6b8fe2c1edf3151d3556ab9a826eef9b893cc1ef679d0b5cb37096f23fa44
-Size (extra-cmake-modules-5.64.0.tar.xz) = 339444 bytes
+SHA1 (extra-cmake-modules-5.66.0.tar.xz) = 43e89622d1930e676ffff2b9a3d01c469775edc6
+RMD160 (extra-cmake-modules-5.66.0.tar.xz) = b1b4ad5754ce4d925ab23d684f6244160802ccb2
+SHA512 (extra-cmake-modules-5.66.0.tar.xz) = d0fdf658b636ad7b0cc70d87cb695010969d51f83c62a3b59ffc880c4b2db179170124e4baf185b6261801bad6207c4776536581c5152aeb174784af3b5236a4
+Size (extra-cmake-modules-5.66.0.tar.xz) = 340388 bytes
 SHA1 (patch-kde-modules_KDECompilerSettings.cmake) = fd20a82370a451aa45d4d8fa59127c76bdc5a441
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kbookmarks/Makefile
--- a/devel/kbookmarks/Makefile Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kbookmarks/Makefile Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 21:48:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      kbookmarks-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kbookmarks/distinfo
--- a/devel/kbookmarks/distinfo Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kbookmarks/distinfo Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:12 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (kbookmarks-5.64.0.tar.xz) = 1296ab6e6938c5be9c2898afc578d619f1c49923
-RMD160 (kbookmarks-5.64.0.tar.xz) = 72c0fc0a14c18dfe9d8df35fd8206995540c6923
-SHA512 (kbookmarks-5.64.0.tar.xz) = 66269ead2aaa33e7311c3c7384973050fb8b75ebec17d1f36a3f07216b5bd82d3b92ffe4bfbf306f479784a29b583ce1247a78d9b33637adb3cb95994b7e424f
-Size (kbookmarks-5.64.0.tar.xz) = 120112 bytes
+SHA1 (kbookmarks-5.66.0.tar.xz) = c90d77d6ffecc59ffdd3c8705514bd455ca19719
+RMD160 (kbookmarks-5.66.0.tar.xz) = 57b5edf9e7b155699624f80bc3d3ce99e0b8cadb
+SHA512 (kbookmarks-5.66.0.tar.xz) = 89dbe160e82b19fe12da531f748abda7144f466cac83c5e9ba2a5e297c85bb8e3a7e9a9d027fd900cf5a5647702616b76ea6e94646ea953711b748cfe3c6bf9c
+Size (kbookmarks-5.66.0.tar.xz) = 120588 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcmutils/Makefile
--- a/devel/kcmutils/Makefile   Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcmutils/Makefile   Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/01/18 21:48:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      kcmutils-${KF5VER}
-PKGREVISION=   2
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcmutils/distinfo
--- a/devel/kcmutils/distinfo   Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcmutils/distinfo   Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:12 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (kcmutils-5.64.0.tar.xz) = c7915b228f4364df9fb35c34f2acd3ef4b5195bf
-RMD160 (kcmutils-5.64.0.tar.xz) = c17f39ed9f80696410b5f4a62450b6589a826769
-SHA512 (kcmutils-5.64.0.tar.xz) = c57df3500a2816a13e5e1e84e4ca4f62c429c013105a843c1b9ee3c6540d1a2a37f78174d1e36266f7ab027ce3073c238bf8441e001d00470fd829632839a05b
-Size (kcmutils-5.64.0.tar.xz) = 240248 bytes
+SHA1 (kcmutils-5.66.0.tar.xz) = f062cfa4b54295cd4b1c7b8426b44aebd33b7477
+RMD160 (kcmutils-5.66.0.tar.xz) = 7ff9be8da3b6973d1c33bbe3edd6a32a3d31f7f4
+SHA512 (kcmutils-5.66.0.tar.xz) = 720cfc3adddd69b8006b971ab3a1a13d8de8abb2d4cbb49839860156405042f8cd20efde695fcdc3008a5a6c6e157f730fbc07dcc80e48a5c6911fb429084b55
+Size (kcmutils-5.66.0.tar.xz) = 240000 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kconfig/Makefile
--- a/devel/kconfig/Makefile    Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kconfig/Makefile    Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/01/18 21:48:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      kconfig-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kconfig/distinfo
--- a/devel/kconfig/distinfo    Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kconfig/distinfo    Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:12 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (kconfig-5.64.0.tar.xz) = 23efe3a7531483557ec09820f05b4f969d664a08
-RMD160 (kconfig-5.64.0.tar.xz) = 0d43a07f2ab3aa08127207e71d9848a3fbb2d853
-SHA512 (kconfig-5.64.0.tar.xz) = 14e2f58a095eba2ae7e96523602b3426734e8147b60cbfb25068b8be8e8442d3f70489252f21bd3f8367d3c6af146d274205161b104b7dc6f2b0890f48b0816d
-Size (kconfig-5.64.0.tar.xz) = 242300 bytes
+SHA1 (kconfig-5.66.0.tar.xz) = b355cd1813123984ccc6a95c6cd31da48b11671b
+RMD160 (kconfig-5.66.0.tar.xz) = 96b408b6ce21ba0941bf71a0039a417c17e95321
+SHA512 (kconfig-5.66.0.tar.xz) = bf809e1d1dcdfcc36f970f61d99b943db8583cc5c2b6c2b3d68e011d4503e5d22e659146e21b687acb8da890e002ab93b1deba79041f88d18e52f078ab138f74
+Size (kconfig-5.66.0.tar.xz) = 244236 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcoreaddons/Makefile
--- a/devel/kcoreaddons/Makefile        Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcoreaddons/Makefile        Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/01/18 21:48:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcoreaddons/distinfo
--- a/devel/kcoreaddons/distinfo        Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcoreaddons/distinfo        Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:12 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (kcoreaddons-5.64.0.tar.xz) = 1008a735f1de2ce7513b334a112c049417933805
-RMD160 (kcoreaddons-5.64.0.tar.xz) = 6ce09ae38fadc57f4e2e28958246b9b2dfdc3a81
-SHA512 (kcoreaddons-5.64.0.tar.xz) = 4aa6b02539147d12ce55a8796d36dae3c5a89028210cf874462106cbb37940ddca46c85c448baf3dadfa29bbc4050dbf53de1b25812a9cd78791b3e77ee48c99
-Size (kcoreaddons-5.64.0.tar.xz) = 375660 bytes
+SHA1 (kcoreaddons-5.66.0.tar.xz) = e0dd9595c93aca1c2846f058e641874da64dddc6
+RMD160 (kcoreaddons-5.66.0.tar.xz) = dd2b8ff386df63b197c352963f5b251acbcc780a
+SHA512 (kcoreaddons-5.66.0.tar.xz) = 86b24604a9d7ff32b5a1e4c43c11a254b788deb0e289625de3c7acf75d435405273b59be2646df9906558f8190124aeedc061f9b963bf336d0200ed799570b60
+Size (kcoreaddons-5.66.0.tar.xz) = 368064 bytes
 SHA1 (patch-src_lib_caching_kshareddatacache_p.h) = a3dff380dd98bbef3f9bbfe32f1e852b985b6306
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcrash/Makefile
--- a/devel/kcrash/Makefile     Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcrash/Makefile     Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:48:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2020/01/29 11:49:23 markd Exp $
 
 DISTNAME=      kcrash-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kcrash/distinfo
--- a/devel/kcrash/distinfo     Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kcrash/distinfo     Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:12 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:23 markd Exp $
 
-SHA1 (kcrash-5.64.0.tar.xz) = 943f5a32067cadf56db4d290a814669012e391c8
-RMD160 (kcrash-5.64.0.tar.xz) = fd8cf07c1dbeea1bcb3ec2c90bace20eb0a57109
-SHA512 (kcrash-5.64.0.tar.xz) = bfd4de4839a7464f7fc66e667a0262c3119bf51b35b017a9f76446f7db1a3dd0d3418651bf79b4fff580910dcffe7b8c65bdac56ed7ec0bb6a9bdf6e5474e0ed
-Size (kcrash-5.64.0.tar.xz) = 23336 bytes
+SHA1 (kcrash-5.66.0.tar.xz) = f2d2cc6ab38fb1f076e3d5ac83e0945440cf18f5
+RMD160 (kcrash-5.66.0.tar.xz) = 66a218c7af78231c65b93f027e5d61c557a849e0
+SHA512 (kcrash-5.66.0.tar.xz) = 0bfb2b7211522608c4e2bdf0677074daff4ca4802c02949eb720df87d5c5ba2b4882c69fd908abd34440ef5fa97e1109535aea94071b646b15d1e7819203cf8f
+Size (kcrash-5.66.0.tar.xz) = 23312 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kdeclarative/Makefile
--- a/devel/kdeclarative/Makefile       Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kdeclarative/Makefile       Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 21:48:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/29 11:49:24 markd Exp $
 
 DISTNAME=      kdeclarative-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kdeclarative/distinfo
--- a/devel/kdeclarative/distinfo       Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kdeclarative/distinfo       Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:13 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:24 markd Exp $
 
-SHA1 (kdeclarative-5.64.0.tar.xz) = 1ea8c71dab7f7c749ea864a7a16253994e8b4ff1
-RMD160 (kdeclarative-5.64.0.tar.xz) = d4a093f201b1a4a9212823daf8dc710afe9c940b
-SHA512 (kdeclarative-5.64.0.tar.xz) = 1e15b67b0ce4f165307750854fd7cb8265f922ccd46f66971106a1ba21a1e798d429ced41830705f1bee0819edefccc788da9fc983ad3f316b7162be4e85f364
-Size (kdeclarative-5.64.0.tar.xz) = 174332 bytes
+SHA1 (kdeclarative-5.66.0.tar.xz) = b15aa872e1d864a9177456bb0b1b67bd69544bba
+RMD160 (kdeclarative-5.66.0.tar.xz) = 808f5dfe2c8345e46ae08bc95fe9743dd6bbe79e
+SHA512 (kdeclarative-5.66.0.tar.xz) = 5353cba20b2b4d22ef3fe34bf12f257b1048577775fbd683d8ac439b5b29677bc4fd10be96d58abaacaa14dd671b2688a480e0c31be82b56563e3d9fa04f2170
+Size (kdeclarative-5.66.0.tar.xz) = 175372 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kdoctools/Makefile
--- a/devel/kdoctools/Makefile  Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kdoctools/Makefile  Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/01/18 21:48:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/29 11:49:24 markd Exp $
 
 DISTNAME=      kdoctools-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kdoctools/distinfo
--- a/devel/kdoctools/distinfo  Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kdoctools/distinfo  Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:36:13 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:24 markd Exp $
 
-SHA1 (kdoctools-5.64.0.tar.xz) = 4242a3f730d927c9baff88ab196cea86951b3c0b
-RMD160 (kdoctools-5.64.0.tar.xz) = 75a76059c8b91ed717760b92fa3238770be5f882
-SHA512 (kdoctools-5.64.0.tar.xz) = 213c343fee983093391b84a81186a36edc7e78651ccf19381579695f9ed70af660131614393420258d63538953e494ff7246892dc4f31e1469bd7ab318eef1f9
-Size (kdoctools-5.64.0.tar.xz) = 429464 bytes
+SHA1 (kdoctools-5.66.0.tar.xz) = df847cd1d2487ff806fd8ce08e2b6bab994a44a2
+RMD160 (kdoctools-5.66.0.tar.xz) = b55be53eb633fdf10f25db794c1af915aa62d958
+SHA512 (kdoctools-5.66.0.tar.xz) = b830d99bb4c39fd1dd8cb942d0b2b987cdf260ab4547ce7c37650cc9e0b3607d7a0009c02f67cd5b9cc9234cd026bf669d9b17983b569425dff33323ce7df272
+Size (kdoctools-5.66.0.tar.xz) = 428884 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/ki18n/Makefile
--- a/devel/ki18n/Makefile      Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/ki18n/Makefile      Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/01/18 21:49:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/29 11:49:24 markd Exp $
 
 DISTNAME=      ki18n-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/ki18n/distinfo
--- a/devel/ki18n/distinfo      Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/ki18n/distinfo      Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:57:09 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:24 markd Exp $
 
-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
+SHA1 (ki18n-5.66.0.tar.xz) = 06686221adc749a3b151e90e0f5a708e63f464ba
+RMD160 (ki18n-5.66.0.tar.xz) = 9039ed01a49a3569735911090dfd42ac34bd69f5
+SHA512 (ki18n-5.66.0.tar.xz) = 00d310f84af139946864cb17cd85e80bc3ef07d9ede2c92ca56a66b4f31ad79071acf60caad7e8ed758954d396984e1e3f12b5dbf336bb8be2be3349fbfa9245
+Size (ki18n-5.66.0.tar.xz) = 587996 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kidletime/Makefile
--- a/devel/kidletime/Makefile  Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kidletime/Makefile  Wed Jan 29 11:49:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:48:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2020/01/29 11:49:24 markd Exp $
 
 DISTNAME=      kidletime-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kidletime/distinfo
--- a/devel/kidletime/distinfo  Wed Jan 29 11:30:10 2020 +0000
+++ b/devel/kidletime/distinfo  Wed Jan 29 11:49:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/11 07:57:10 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 11:49:24 markd Exp $
 
-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
+SHA1 (kidletime-5.66.0.tar.xz) = f81d158468f090bdd3be4ea884c890b25eb61481
+RMD160 (kidletime-5.66.0.tar.xz) = 7e2fb712a3004fbd7a7be5092a3bbb7a36648548
+SHA512 (kidletime-5.66.0.tar.xz) = 9020dea8f401a2f4331de6495122ab8fae3c52c5b91c3558d0059c0b0c05c456c2930be8cf35c97da0673a73c9e165b0902c5a9c2da91280740b163ce1c69a5a
+Size (kidletime-5.66.0.tar.xz) = 26712 bytes
diff -r 1c866edf6f30 -r fcacfdb5a4b4 devel/kio/Makefile



Home | Main Index | Thread Index | Old Index