Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C372E84C13 for ; Wed, 16 Aug 2023 08:49:05 +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 a8rwpoq4xD14 for ; Wed, 16 Aug 2023 08:49:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F3A3085111 for ; Wed, 16 Aug 2023 08:49:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67C0BFBDB; Wed, 16 Aug 2023 08:48:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692175730125170" MIME-Version: 1.0 Date: Wed, 16 Aug 2023 08:48:50 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230816084850.67C0BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692175730125170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Aug 16 08:48:50 UTC 2023 Modified Files: pkgsrc/misc: Makefile Removed Files: pkgsrc/misc/kdepim-runtime4: DESCR Makefile PLIST distinfo pkgsrc/misc/kdepim-runtime4/patches: patch-plugins_CMakeLists.txt patch-plugins_tests_CMakeLists.txt Log Message: kdepim-runtime4: remove, now using kde5 versions To generate a diff of this commit: cvs rdiff -u -r1.622 -r1.623 pkgsrc/misc/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/misc/kdepim-runtime4/DESCR cvs rdiff -u -r1.97 -r0 pkgsrc/misc/kdepim-runtime4/Makefile cvs rdiff -u -r1.11 -r0 pkgsrc/misc/kdepim-runtime4/PLIST cvs rdiff -u -r1.20 -r0 pkgsrc/misc/kdepim-runtime4/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_CMakeLists.txt \ pkgsrc/misc/kdepim-runtime4/patches/patch-plugins_tests_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692175730125170 Content-Disposition: inline Content-Length: 599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.622 pkgsrc/misc/Makefile:1.623 --- pkgsrc/misc/Makefile:1.622 Wed Aug 16 08:29:23 2023 +++ pkgsrc/misc/Makefile Wed Aug 16 08:48:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.622 2023/08/16 08:29:23 markd Exp $ +# $NetBSD: Makefile,v 1.623 2023/08/16 08:48:49 markd Exp $ # COMMENT= Miscellaneous utilities @@ -147,7 +147,6 @@ SUBDIR+= kde-wallpapers4 SUBDIR+= kdeartwork4 SUBDIR+= kdeedu-data SUBDIR+= kdepim-runtime -SUBDIR+= kdepim-runtime4 SUBDIR+= kdepimlibs4 SUBDIR+= kdeplasma-addons4 SUBDIR+= kdialog --_----------=_1692175730125170--