Received: by mail.netbsd.org (Postfix, from userid 605) id 2A27E84EC4; Fri, 12 Jan 2024 12:22:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5868384EAA for ; Fri, 12 Jan 2024 12:22:01 +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 qo_DqHIyVJgy for ; Fri, 12 Jan 2024 12:22:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AEFC884CCA for ; Fri, 12 Jan 2024 12:22:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4FECFA42; Fri, 12 Jan 2024 12:22:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705062120230420" MIME-Version: 1.0 Date: Fri, 12 Jan 2024 12:22:00 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/net/dnstracer To: pkgsrc-changes@NetBSD.org Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20240112122200.A4FECFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705062120230420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Jan 12 12:22:00 UTC 2024 Modified Files: pkgsrc/net/dnstracer: Makefile Log Message: make fetchable To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dnstracer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705062120230420 Content-Disposition: inline Content-Length: 788 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.27 pkgsrc/net/dnstracer/Makefile:1.28 --- pkgsrc/net/dnstracer/Makefile:1.27 Tue Jun 28 11:34:59 2022 +++ pkgsrc/net/dnstracer/Makefile Fri Jan 12 12:22:00 2024 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.27 2022/06/28 11:34:59 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2024/01/12 12:22:00 zafer Exp $ DISTNAME= dnstracer-1.10 PKGREVISION= 7 CATEGORIES= net -MASTER_SITES= https://www.mavetju.org/download/ +MASTER_SITES= http://www.mavetju.org/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.mavetju.org/unix/general.php +HOMEPAGE= http://www.mavetju.org/unix/general.php COMMENT= Tool to trace dns queries LICENSE= 2-clause-bsd --_----------=_1705062120230420--