Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E35C884E75 for ; Wed, 16 Aug 2023 08:17:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wkOHNzgdJ0Mb for ; Wed, 16 Aug 2023 08:17:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AFF884C13 for ; Wed, 16 Aug 2023 08:17:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34830FBDB; Wed, 16 Aug 2023 08:17:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169217387532220" MIME-Version: 1.0 Date: Wed, 16 Aug 2023 08:17:55 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/kde4 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230816081755.34830FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169217387532220 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:17:55 UTC 2023 Modified Files: pkgsrc/meta-pkgs/kde4: Makefile Log Message: kde4: drop kdepim4 add kmail, korganizer et al To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/meta-pkgs/kde4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169217387532220 Content-Disposition: inline Content-Length: 1498 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/kde4/Makefile diff -u pkgsrc/meta-pkgs/kde4/Makefile:1.63 pkgsrc/meta-pkgs/kde4/Makefile:1.64 --- pkgsrc/meta-pkgs/kde4/Makefile:1.63 Tue Jun 28 11:34:46 2022 +++ pkgsrc/meta-pkgs/kde4/Makefile Wed Aug 16 08:17:55 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2022/06/28 11:34:46 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2023/08/16 08:17:55 markd Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -111,7 +111,14 @@ DEPENDS+= krfb>=4.14.3:../../net/krfb DEPENDS+= zeroconf-ioslave-4.14.3{,nb[0-9]*}:../../net/zeroconf-ioslave DEPENDS+= kdenetwork-filesharing-4.14.3{,nb[0-9]*}:../../net/kdenetwork-filesharing DEPENDS+= kdenetwork-strigi-analyzers-16.04.0{,nb[0-9]*}:../../net/kdenetwork-strigi-analyzers -DEPENDS+= kdepim4-4.14.10{,nb[0-9]*}:../../misc/kdepim4 +DEPENDS+= akonadiconsole>=23.04.3:../../misc/akonadiconsole +DEPENDS+= akregator>=23.04.3:../../www/akregator +DEPENDS+= kaddressbook>=23.04.3:../../misc/kaddressbook +DEPENDS+= kalarm>=23.04.3:../../time/kalarm +DEPENDS+= kmail>=23.04.3:../../mail/kmail +DEPENDS+= knotes>=23.04.3:../../misc/knotes +DEPENDS+= kontact>=23.04.3:../../misc/kontact +DEPENDS+= korganizer>=23.04.3:../../misc/korganizer DEPENDS+= kdepim-runtime4-4.14.10{,nb[0-9]*}:../../misc/kdepim-runtime4 DEPENDS+= kdeplasma-addons4-4.14.3{,nb[0-9]*}:../../misc/kdeplasma-addons4 DEPENDS+= cervisia>=16.04.0:../../devel/cervisia --_----------=_169217387532220--