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 BC0F57A237 for ; Sat, 22 Apr 2017 17:52:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3207F84DC9; Sat, 22 Apr 2017 17:52:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6FA584DC5 for ; Sat, 22 Apr 2017 17:52:37 +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 SL5atQLuyr_C for ; Sat, 22 Apr 2017 17:52:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B50684DAE for ; Sat, 22 Apr 2017 17:52:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59760FBE4; Sat, 22 Apr 2017 17:52:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492883557235230" MIME-Version: 1.0 Date: Sat, 22 Apr 2017 17:52:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170422175237.59760FBE4@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. --_----------=_1492883557235230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 22 17:52:37 UTC 2017 Modified Files: pkgsrc/net: Makefile Log Message: delete dnsdoctor. To generate a diff of this commit: cvs rdiff -u -r1.1154 -r1.1155 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492883557235230 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1154 pkgsrc/net/Makefile:1.1155 --- pkgsrc/net/Makefile:1.1154 Fri Mar 31 20:50:22 2017 +++ pkgsrc/net/Makefile Sat Apr 22 17:52:37 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1154 2017/03/31 20:50:22 fhajny Exp $ +# $NetBSD: Makefile,v 1.1155 2017/04/22 17:52:37 taca Exp $ # COMMENT= Networking tools @@ -107,7 +107,6 @@ SUBDIR+= dlint SUBDIR+= dnscap SUBDIR+= dnscheck SUBDIR+= dnsdist -SUBDIR+= dnsdoctor SUBDIR+= dnsmasq SUBDIR+= dnstop SUBDIR+= dnstracer --_----------=_1492883557235230--