Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94AAE84D6B for ; Tue, 5 Sep 2023 06:40: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 uLMHz5BycW5S for ; Tue, 5 Sep 2023 06:40:43 +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 E72F884C2C for ; Tue, 5 Sep 2023 06:40:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA9DFFBDB; Tue, 5 Sep 2023 06:40:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169389604215390" MIME-Version: 1.0 Date: Tue, 5 Sep 2023 06:40:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/kde4 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230905064042.DA9DFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169389604215390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 5 06:40:42 UTC 2023 Modified Files: pkgsrc/meta-pkgs/kde4: Makefile Log Message: kde4: remove kscd from meta package To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/meta-pkgs/kde4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169389604215390 Content-Disposition: inline Content-Length: 954 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.72 pkgsrc/meta-pkgs/kde4/Makefile:1.73 --- pkgsrc/meta-pkgs/kde4/Makefile:1.72 Mon Sep 4 20:27:11 2023 +++ pkgsrc/meta-pkgs/kde4/Makefile Tue Sep 5 06:40:42 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2023/09/04 20:27:11 markd Exp $ +# $NetBSD: Makefile,v 1.73 2023/09/05 06:40:42 wiz Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -99,7 +99,6 @@ DEPENDS+= dragon>=4.14.3:../../multimedi DEPENDS+= ffmpegthumbs>=4.14.3:../../multimedia/ffmpegthumbs DEPENDS+= juk>=4.14.3:../../multimedia/juk DEPENDS+= kmix>=4.14.3:../../multimedia/kmix -DEPENDS+= kscd-4.14.3{,nb[0-9]*}:../../multimedia/kscd DEPENDS+= mplayerthumbs-16.04.0{,nb[0-9]*}:../../multimedia/mplayerthumbs DEPENDS+= kget>=15.12.0:../../net/kget DEPENDS+= kopete>=16.12.0:../../net/kopete --_----------=_169389604215390--