Received: by mail.netbsd.org (Postfix, from userid 605) id 73D4984D78; Sat, 23 Sep 2017 05:24:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 051F084D76 for ; Sat, 23 Sep 2017 05:24:31 +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 vwwGsOaE2pIF for ; Sat, 23 Sep 2017 05:24:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F2F384CF0 for ; Sat, 23 Sep 2017 05:24:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05DA1FA9C; Sat, 23 Sep 2017 05:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506144270107460" MIME-Version: 1.0 Date: Sat, 23 Sep 2017 05:24:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/dnstracer To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170923052430.05DA1FA9C@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. --_----------=_1506144270107460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 23 05:24:29 UTC 2017 Modified Files: pkgsrc/net/dnstracer: Makefile Log Message: tracer: comment out dead sites To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/dnstracer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506144270107460 Content-Disposition: inline Content-Length: 790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dnstracer/Makefile diff -u pkgsrc/net/dnstracer/Makefile:1.18 pkgsrc/net/dnstracer/Makefile:1.19 --- pkgsrc/net/dnstracer/Makefile:1.18 Wed Jun 14 09:30:20 2017 +++ pkgsrc/net/dnstracer/Makefile Sat Sep 23 05:24:29 2017 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.18 2017/06/14 09:30:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2017/09/23 05:24:29 wiz Exp $ DISTNAME= dnstracer-1.10 PKGREVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.mavetju.org/download/ +#MASTER_SITES= http://www.mavetju.org/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mavetju.org/unix/general.php +#HOMEPAGE= http://www.mavetju.org/unix/general.php COMMENT= Tool to trace dns queries LICENSE= 2-clause-bsd --_----------=_1506144270107460--