Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4618385ADC for ; Tue, 31 Oct 2023 11:26:19 +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 zD8asWkp_pol for ; Tue, 31 Oct 2023 11:26:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF6E484DBD for ; Tue, 31 Oct 2023 11:26:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD3F9FADC; Tue, 31 Oct 2023 11:26:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698751578241890" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 11:26:18 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231031112618.CD3F9FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698751578241890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 31 11:26:18 UTC 2023 Modified Files: pkgsrc/net: Makefile Log Message: net/Makefile: + hs-aws To generate a diff of this commit: cvs rdiff -u -r1.1542 -r1.1543 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698751578241890 Content-Disposition: inline Content-Length: 556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1542 pkgsrc/net/Makefile:1.1543 --- pkgsrc/net/Makefile:1.1542 Mon Oct 30 18:36:12 2023 +++ pkgsrc/net/Makefile Tue Oct 31 11:26:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1542 2023/10/30 18:36:12 pho Exp $ +# $NetBSD: Makefile,v 1.1543 2023/10/31 11:26:18 pho Exp $ # COMMENT= Networking tools @@ -244,6 +244,7 @@ SUBDIR+= host SUBDIR+= howl SUBDIR+= hping SUBDIR+= hping3 +SUBDIR+= hs-aws SUBDIR+= hs-connection SUBDIR+= hs-crypton-connection SUBDIR+= hs-iproute --_----------=_1698751578241890--