Received: by mail.netbsd.org (Postfix, from userid 605) id EEA5184D7A; Wed, 5 May 2021 14:59:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36A9B84D3F for ; Wed, 5 May 2021 14:59:33 +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 20ooPGGDn5Yv for ; Wed, 5 May 2021 14:59:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C3CCB84CE0 for ; Wed, 5 May 2021 14:59:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C106DFA95; Wed, 5 May 2021 14:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620226772172220" MIME-Version: 1.0 Date: Wed, 5 May 2021 14:59:32 +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: <20210505145932.C106DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620226772172220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 14:59:32 UTC 2021 Modified Files: pkgsrc/net: Makefile Log Message: net: +hs-network-byte-order To generate a diff of this commit: cvs rdiff -u -r1.1402 -r1.1403 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620226772172220 Content-Disposition: inline Content-Length: 592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1402 pkgsrc/net/Makefile:1.1403 --- pkgsrc/net/Makefile:1.1402 Wed May 5 09:29:54 2021 +++ pkgsrc/net/Makefile Wed May 5 14:59:32 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1402 2021/05/05 09:29:54 pho Exp $ +# $NetBSD: Makefile,v 1.1403 2021/05/05 14:59:32 pho Exp $ # COMMENT= Networking tools @@ -244,6 +244,7 @@ SUBDIR+= hs-connection SUBDIR+= hs-iproute SUBDIR+= hs-mime-types SUBDIR+= hs-network +SUBDIR+= hs-network-byte-order SUBDIR+= hs-network-info SUBDIR+= hs-network-uri SUBDIR+= hs-resolv --_----------=_1620226772172220--