Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E8A984F41 for ; Sat, 29 Jul 2023 02:03:50 +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 OvUYE7-_fV8Q for ; Sat, 29 Jul 2023 02:03:49 +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 BD11884D05 for ; Sat, 29 Jul 2023 02:03:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4AB1FBDB; Sat, 29 Jul 2023 02:03:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690596229221080" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 02:03:49 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kparts To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230729020349.B4AB1FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690596229221080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jul 29 02:03:49 UTC 2023 Modified Files: pkgsrc/devel/kparts: Makefile distinfo Log Message: kparts: update to 5.108.0 5.100 [partloader] Remove references to KPluginLoader from docs Don't install service type definitions when building without deprecated stuff Add new functions to instantiate parts 5.102 ReadOnlyPart: don't emit urlChanged() from destructor 5.103 PartLoader: move UI strings out of template code in header Deprecate class PartSelectEvent Deprecate PartBase::setPluginInterfaceVersion(int) 5.107 PartLoader::createPartInstanceForMimeType(): Avoid compiler detected null pointer access To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/kparts/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/kparts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690596229221080 Content-Disposition: inline Content-Length: 1482 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kparts/Makefile diff -u pkgsrc/devel/kparts/Makefile:1.60 pkgsrc/devel/kparts/Makefile:1.61 --- pkgsrc/devel/kparts/Makefile:1.60 Mon May 22 20:59:57 2023 +++ pkgsrc/devel/kparts/Makefile Sat Jul 29 02:03:49 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2023/05/22 20:59:57 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2023/07/29 02:03:49 markd Exp $ DISTNAME= kparts-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/kparts/distinfo diff -u pkgsrc/devel/kparts/distinfo:1.15 pkgsrc/devel/kparts/distinfo:1.16 --- pkgsrc/devel/kparts/distinfo:1.15 Thu Sep 29 00:36:33 2022 +++ pkgsrc/devel/kparts/distinfo Sat Jul 29 02:03:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/09/29 00:36:33 markd Exp $ +$NetBSD: distinfo,v 1.16 2023/07/29 02:03:49 markd Exp $ -BLAKE2s (kparts-5.98.0.tar.xz) = 549d4751faef210362377d76d65bb12bf35ffcbfd6e3338896e8a29ae93ef4e9 -SHA512 (kparts-5.98.0.tar.xz) = 99c5fcf3a08a015a25542da36f34abce4b0f9b92354a688e8340a69ae28ddf874f111c568c388f9edbd3b9598eeffbb949e469a8c7d4e67f97df25b19af65c3a -Size (kparts-5.98.0.tar.xz) = 196852 bytes +BLAKE2s (kparts-5.108.0.tar.xz) = 370887eb4386c059619b62aa13a3b91a053882cb8975e37ccc2d34460e53dc06 +SHA512 (kparts-5.108.0.tar.xz) = cbc1617c8a3aaa92420f603f6c6bd384af0a75aaa2112a39c38c9af369efcdfdf55d6debe6aa25a8046ed389bf8224b7ef4a8e474035ea5f76bd0a135aa5037a +Size (kparts-5.108.0.tar.xz) = 2473504 bytes --_----------=_1690596229221080--