Received: by mail.netbsd.org (Postfix, from userid 605) id F1F1284D45; Thu, 21 Jun 2018 05:55:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E604784D20 for ; Thu, 21 Jun 2018 05:55:43 +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 Ohy82Wb29j9S for ; Thu, 21 Jun 2018 05:55:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E80484CEA for ; Thu, 21 Jun 2018 05:55:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B900FBEC; Thu, 21 Jun 2018 05:55:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152956054315800" MIME-Version: 1.0 Date: Thu, 21 Jun 2018 05:55:43 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/krunner To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180621055543.4B900FBEC@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. --_----------=_152956054315800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jun 21 05:55:43 UTC 2018 Modified Files: pkgsrc/devel/krunner: Makefile distinfo Log Message: krunner: update to 5.47.0 * Process DBus replies in the ::match thread To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/krunner/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/krunner/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152956054315800 Content-Disposition: inline Content-Length: 1585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/krunner/Makefile diff -u pkgsrc/devel/krunner/Makefile:1.19 pkgsrc/devel/krunner/Makefile:1.20 --- pkgsrc/devel/krunner/Makefile:1.19 Sat Apr 14 07:33:55 2018 +++ pkgsrc/devel/krunner/Makefile Thu Jun 21 05:55:43 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/04/14 07:33:55 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/06/21 05:55:43 markd Exp $ DISTNAME= krunner-${KF5VER} -PKGREVISION= 1 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/krunner/distinfo diff -u pkgsrc/devel/krunner/distinfo:1.3 pkgsrc/devel/krunner/distinfo:1.4 --- pkgsrc/devel/krunner/distinfo:1.3 Wed Apr 11 11:50:36 2018 +++ pkgsrc/devel/krunner/distinfo Thu Jun 21 05:55:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/04/11 11:50:36 markd Exp $ +$NetBSD: distinfo,v 1.4 2018/06/21 05:55:43 markd Exp $ -SHA1 (krunner-5.44.0.tar.xz) = e849f6648cca9f21be7890693a46302e909eee9f -RMD160 (krunner-5.44.0.tar.xz) = afba46cd9c70f6a8d8430ba26c6fefed8c64840d -SHA512 (krunner-5.44.0.tar.xz) = a2459066248c2e580eab41c5e31e2e9d3c917fc68deee22efc2f3af3b80ed63a6a21e500e062c925ec284d85405eca3241cbe2e6be4ee9c400c1d9e932d37e2a -Size (krunner-5.44.0.tar.xz) = 60224 bytes +SHA1 (krunner-5.47.0.tar.xz) = 3fb17838aec6e33543966f3d8919dfca91b63411 +RMD160 (krunner-5.47.0.tar.xz) = 04e0b439481fb7c05222f7ad1745a487fa56bdc1 +SHA512 (krunner-5.47.0.tar.xz) = a53a86e1457adae4f17ecfeb5e5475e88a70c9c414d024827fe577b111fe05e8cd40e80e010264d1501f32948e502f07077abc731c14d3bcae028ba4f33ba00f +Size (krunner-5.47.0.tar.xz) = 61476 bytes --_----------=_152956054315800--