Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C00847A13C for ; Sat, 8 Oct 2016 14:18:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 71C6185E95; Sat, 8 Oct 2016 14:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 036C385E88 for ; Sat, 8 Oct 2016 14:18:23 +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 bBpVGKU3Opjc for ; Sat, 8 Oct 2016 14:18:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B61B84CFB for ; Sat, 8 Oct 2016 14:18:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 964EAFBD2; Sat, 8 Oct 2016 14:18:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475936302134030" MIME-Version: 1.0 Date: Sat, 8 Oct 2016 14:18:22 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/cad To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161008141822.964EAFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475936302134030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Oct 8 14:18:22 UTC 2016 Modified Files: pkgsrc/cad: Makefile Log Message: Detach cad/verilog-current To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/cad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475936302134030 Content-Disposition: inline Content-Length: 537 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.87 pkgsrc/cad/Makefile:1.88 --- pkgsrc/cad/Makefile:1.87 Fri Sep 16 10:31:59 2016 +++ pkgsrc/cad/Makefile Sat Oct 8 14:18:22 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2016/09/16 10:31:59 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2016/10/08 14:18:22 kamil Exp $ # COMMENT= CAD tools @@ -63,7 +63,6 @@ SUBDIR+= tkgate SUBDIR+= tnt-mmtl SUBDIR+= transcalc SUBDIR+= verilog -SUBDIR+= verilog-current SUBDIR+= verilog-mode SUBDIR+= vipec SUBDIR+= wcalc --_----------=_1475936302134030--