Received: by mail.netbsd.org (Postfix, from userid 605) id 8610484E25; Tue, 27 Aug 2019 20:28:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D81C84E04 for ; Tue, 27 Aug 2019 20:28:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PHiB1P33hkyS for ; Tue, 27 Aug 2019 20:28:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8243184D22 for ; Tue, 27 Aug 2019 20:28:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7969CFBF4; Tue, 27 Aug 2019 20:28:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566937723770" MIME-Version: 1.0 Date: Tue, 27 Aug 2019 20:28:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kdeclarative To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190827202843.7969CFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566937723770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Aug 27 20:28:43 UTC 2019 Modified Files: pkgsrc/devel/kdeclarative: distinfo Log Message: kdeclarative: update to 5.61.0 5.61.0 Scrollview - Don't fill the parent with the view introduce FallbackTapHandler KRun QML proxy: fix path/URL confusion Calendar events: allow plugins to show event details 5.60.0 [GridDelegate] Fix gaps in corners of thumbnailArea highlight get rid of blockSignals [KCM GridDelegate] Silence warning [KCM GridDelegate] Take into account implicitCellHeight for inner delegate height Fix GridDelegate icon Fix fragile comparison to i18n("None") and describe behavior in docs 5.59.0 Fix qmldir files 5.58.0 [KeySequenceItem] Make the clear button have the same height as shortcut button Plotter: Scope GL Program to lifespan of scenegraph node KeySequenceHelperPrivate::updateShortcutDisplay: Don't show english text to the user [ConfigModule] Pass initial properties in push() Enable glGetGraphicsResetStatus support by default on Qt >= 5.13 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/kdeclarative/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566937723770 Content-Disposition: inline Content-Length: 1162 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kdeclarative/distinfo diff -u pkgsrc/devel/kdeclarative/distinfo:1.6 pkgsrc/devel/kdeclarative/distinfo:1.7 --- pkgsrc/devel/kdeclarative/distinfo:1.6 Thu Apr 25 20:50:23 2019 +++ pkgsrc/devel/kdeclarative/distinfo Tue Aug 27 20:28:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/04/25 20:50:23 markd Exp $ +$NetBSD: distinfo,v 1.7 2019/08/27 20:28:43 markd Exp $ -SHA1 (kdeclarative-5.57.0.tar.xz) = 4bd1082d71f264343ea524520cb8da60995174bf -RMD160 (kdeclarative-5.57.0.tar.xz) = f0846f103189fa84b0992aaf4674efb211767817 -SHA512 (kdeclarative-5.57.0.tar.xz) = 90e5fd9474a85b8d723cf33b5c5db443837710a6f40fa12f57e1cfe87733986b9ca9c2accfa7e254acf081ee69d5b3126b3f67b531024225172d737ef1c7df07 -Size (kdeclarative-5.57.0.tar.xz) = 173752 bytes +SHA1 (kdeclarative-5.61.0.tar.xz) = 6dcfc8dbca0e9fdf3606e3d4c1437e23972fec2a +RMD160 (kdeclarative-5.61.0.tar.xz) = 21d1a053355f62cefb98decd082240bc8a1f4163 +SHA512 (kdeclarative-5.61.0.tar.xz) = 8f6667812e55bb8f8aca38d1bc8c0df83d10ed4bab1dd7a22695f76adecf1c5dd0d0852f3b19c9ad4d292c6284845ff5c06fcd897ac764c8f1d6e891754e15ce +Size (kdeclarative-5.61.0.tar.xz) = 174692 bytes --_----------=_1566937723770--