Received: by mail.netbsd.org (Postfix, from userid 605) id 3443484DCA; Sat, 2 Nov 2019 20:07:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3A0A84DC8 for ; Sat, 2 Nov 2019 20:06:59 +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 slhjFvINvSdH for ; Sat, 2 Nov 2019 20:06:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16B5D84CD4 for ; Sat, 2 Nov 2019 20:06:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 100A8FA92; Sat, 2 Nov 2019 20:06:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572725219111390" MIME-Version: 1.0 Date: Sat, 2 Nov 2019 20:06:59 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/meta-pkgs/kde4 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20191102200659.100A8FA92@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. --_----------=_1572725219111390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Nov 2 20:06:58 UTC 2019 Modified Files: pkgsrc/meta-pkgs/kde4: Makefile Log Message: kde4: make this package slightly less annoying to use by pruning kajongg. it requires py2, and the libraries it uses conflict with their own py3 version. bump pkgrevision To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/meta-pkgs/kde4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572725219111390 Content-Disposition: inline Content-Length: 1058 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.43 pkgsrc/meta-pkgs/kde4/Makefile:1.44 --- pkgsrc/meta-pkgs/kde4/Makefile:1.43 Wed Oct 30 12:47:02 2019 +++ pkgsrc/meta-pkgs/kde4/Makefile Sat Nov 2 20:06:58 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2019/10/30 12:47:02 kamil Exp $ +# $NetBSD: Makefile,v 1.44 2019/11/02 20:06:58 maya Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -49,7 +49,7 @@ DEPENDS+= step-4.14.3{,nb[0-9]*}:../../m DEPENDS+= bomber-4.14.3{,nb[0-9]*}:../../games/bomber DEPENDS+= bovo-4.14.3{,nb[0-9]*}:../../games/bovo DEPENDS+= granatier-4.14.3{,nb[0-9]*}:../../games/granatier -DEPENDS+= kajongg-4.14.3{,nb[0-9]*}:../../games/kajongg +#DEPENDS+= kajongg-4.14.3{,nb[0-9]*}:../../games/kajongg # Requires py2 DEPENDS+= kapman-4.14.3{,nb[0-9]*}:../../games/kapman DEPENDS+= katomic-4.14.3{,nb[0-9]*}:../../games/katomic DEPENDS+= kblackbox-4.14.3{,nb[0-9]*}:../../games/kblackbox --_----------=_1572725219111390--