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 386137A16A for ; Thu, 13 Oct 2016 04:10:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DA39485F09; Thu, 13 Oct 2016 04:10:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AA5585EEB for ; Thu, 13 Oct 2016 04:10:17 +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 t5YkPhYH0Tjj for ; Thu, 13 Oct 2016 04:10:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 105FB85E44 for ; Thu, 13 Oct 2016 04:10:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B75EFBD2; Thu, 13 Oct 2016 04:10:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476331817179920" MIME-Version: 1.0 Date: Thu, 13 Oct 2016 04:10:17 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/cad To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20161013041017.0B75EFBD2@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. --_----------=_1476331817179920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Thu Oct 13 04:10:16 UTC 2016 Modified Files: pkgsrc/cad: Makefile Log Message: verilog is no longer To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/cad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476331817179920 Content-Disposition: inline Content-Length: 540 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.91 pkgsrc/cad/Makefile:1.92 --- pkgsrc/cad/Makefile:1.91 Sun Oct 9 13:15:03 2016 +++ pkgsrc/cad/Makefile Thu Oct 13 04:10:16 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2016/10/09 13:15:03 kamil Exp $ +# $NetBSD: Makefile,v 1.92 2016/10/13 04:10:16 jnemeth Exp $ # COMMENT= CAD tools @@ -62,7 +62,6 @@ SUBDIR+= stdio-wcalc SUBDIR+= tkgate SUBDIR+= tnt-mmtl SUBDIR+= transcalc -SUBDIR+= verilog SUBDIR+= verilog-mode SUBDIR+= veriwell SUBDIR+= vipec --_----------=_1476331817179920--