Received: by mail.netbsd.org (Postfix, from userid 605) id 54DD484D83; Wed, 5 May 2021 16:52:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9284F84D6D for ; Wed, 5 May 2021 16:52: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 fJYpEuSpzdRI for ; Wed, 5 May 2021 16:52:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E4E284D52 for ; Wed, 5 May 2021 16:52:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B7CDFA95; Wed, 5 May 2021 16:52:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620233542256510" MIME-Version: 1.0 Date: Wed, 5 May 2021 16:52:22 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210505165223.1B7CDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620233542256510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 16:52:22 UTC 2021 Modified Files: pkgsrc/net: Makefile Log Message: net: +hoogle To generate a diff of this commit: cvs rdiff -u -r1.1404 -r1.1405 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620233542256510 Content-Disposition: inline Content-Length: 530 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1404 pkgsrc/net/Makefile:1.1405 --- pkgsrc/net/Makefile:1.1404 Wed May 5 15:44:30 2021 +++ pkgsrc/net/Makefile Wed May 5 16:52:22 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1404 2021/05/05 15:44:30 pho Exp $ +# $NetBSD: Makefile,v 1.1405 2021/05/05 16:52:22 pho Exp $ # COMMENT= Networking tools @@ -236,6 +236,7 @@ SUBDIR+= hdl-dump SUBDIR+= hesiod SUBDIR+= hf6to4 SUBDIR+= hlfl +SUBDIR+= hoogle SUBDIR+= host SUBDIR+= howl SUBDIR+= hping --_----------=_1620233542256510--