Received: by mail.netbsd.org (Postfix, from userid 605) id 700B484D71; Sun, 7 Jun 2020 12:26:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB87384D36 for ; Sun, 7 Jun 2020 12:26:56 +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 mLhR7V4oQ2V7 for ; Sun, 7 Jun 2020 12:26:56 +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 7116384D5E for ; Sun, 7 Jun 2020 12:26:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D826FB27; Sun, 7 Jun 2020 12:26:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591532816132430" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 12:26:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/frameworkintegration To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200607122656.6D826FB27@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. --_----------=_1591532816132430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Jun 7 12:26:56 UTC 2020 Modified Files: pkgsrc/x11/frameworkintegration: Makefile distinfo Log Message: frameworkintegration: update to 5.70.0 5.67 Drop unused dependency QtDBus 5.68 [KStyle] Set the color of KMessageWidgets to the correct one from the current color scheme To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/frameworkintegration/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/frameworkintegration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591532816132430 Content-Disposition: inline Content-Length: 1816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/frameworkintegration/Makefile diff -u pkgsrc/x11/frameworkintegration/Makefile:1.35 pkgsrc/x11/frameworkintegration/Makefile:1.36 --- pkgsrc/x11/frameworkintegration/Makefile:1.35 Tue Jun 2 08:23:02 2020 +++ pkgsrc/x11/frameworkintegration/Makefile Sun Jun 7 12:26:56 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2020/06/02 08:23:02 adam Exp $ +# $NetBSD: Makefile,v 1.36 2020/06/07 12:26:56 markd Exp $ DISTNAME= frameworkintegration-${KF5VER} -PKGREVISION= 4 CATEGORIES= x11 HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/x11/frameworkintegration/distinfo diff -u pkgsrc/x11/frameworkintegration/distinfo:1.9 pkgsrc/x11/frameworkintegration/distinfo:1.10 --- pkgsrc/x11/frameworkintegration/distinfo:1.9 Wed Jan 29 11:49:29 2020 +++ pkgsrc/x11/frameworkintegration/distinfo Sun Jun 7 12:26:56 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/01/29 11:49:29 markd Exp $ +$NetBSD: distinfo,v 1.10 2020/06/07 12:26:56 markd Exp $ -SHA1 (frameworkintegration-5.66.0.tar.xz) = 2599d2227dba59277d68567a0efe94b27ac7096f -RMD160 (frameworkintegration-5.66.0.tar.xz) = f4c24c506ca88e027304cc93415addea6a26d9e0 -SHA512 (frameworkintegration-5.66.0.tar.xz) = d22cc4a2f5552705c0b863d2b73dfffd70a0020bf31dcf17874ac5a8c05de8bbbc88c7e12d455d1a98bc64916cb174a7fdb9677833cb5404c0b7c8f1c9bea2f2 -Size (frameworkintegration-5.66.0.tar.xz) = 1753696 bytes +SHA1 (frameworkintegration-5.70.0.tar.xz) = 1e43ae8b30a65a06269e2c37cf9a06ef5b18414e +RMD160 (frameworkintegration-5.70.0.tar.xz) = 2f6e02765cc6756bbb9f37fad41fc3d833f38608 +SHA512 (frameworkintegration-5.70.0.tar.xz) = 70a72388315c0ca1625bb279b15a9df1693aed9a6dd470af8744b856e5c7cc458b0ffcc384489889e8c3e753edb03062b41cc688361498e45ac3a26d7be70a34 +Size (frameworkintegration-5.70.0.tar.xz) = 1753940 bytes --_----------=_1591532816132430--