Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A3D141A9239 for ; Sun, 2 Jan 2022 15:51:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C01CA84EEA; Sun, 2 Jan 2022 15:51:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05ED084D3F for ; Sun, 2 Jan 2022 15:51: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 bdipREe8xJRn for ; Sun, 2 Jan 2022 15:51:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5243A84CD8 for ; Sun, 2 Jan 2022 15:51:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 448A5FAEC; Sun, 2 Jan 2022 15:51:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164113866448370" MIME-Version: 1.0 Date: Sun, 2 Jan 2022 15:51:04 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/cad To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220102155104.448A5FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164113866448370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Jan 2 15:51:04 UTC 2022 Modified Files: pkgsrc/cad: Makefile Removed Files: pkgsrc/cad/kicad-i18n: DESCR Makefile PLIST distinfo Log Message: kicad-i18n: remove; translations are shipped with cad/kicad from 6.0 To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 pkgsrc/cad/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/cad/kicad-i18n/DESCR cvs rdiff -u -r1.9 -r0 pkgsrc/cad/kicad-i18n/Makefile \ pkgsrc/cad/kicad-i18n/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/cad/kicad-i18n/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164113866448370 Content-Disposition: inline Content-Length: 583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.101 pkgsrc/cad/Makefile:1.102 --- pkgsrc/cad/Makefile:1.101 Mon Apr 12 14:17:06 2021 +++ pkgsrc/cad/Makefile Sun Jan 2 15:51:03 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2021/04/12 14:17:06 nia Exp $ +# $NetBSD: Makefile,v 1.102 2022/01/02 15:51:03 tnn Exp $ # COMMENT= Computer Aided Design tools @@ -35,7 +35,6 @@ SUBDIR+= iverilog SUBDIR+= kicad SUBDIR+= kicad-doc SUBDIR+= kicad-footprints -SUBDIR+= kicad-i18n SUBDIR+= kicad-packages3d SUBDIR+= kicad-symbols SUBDIR+= kicad-templates --_----------=_164113866448370--