Received: by mail.netbsd.org (Postfix, from userid 605) id 831288581F; Sat, 1 May 2021 14:41:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCE4985174 for ; Sat, 1 May 2021 14:41:22 +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 jhv5d3olN4p4 for ; Sat, 1 May 2021 14:41:22 +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 5743F850EA for ; Sat, 1 May 2021 14:41:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EBB5FA95; Sat, 1 May 2021 14:41:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619880082267600" MIME-Version: 1.0 Date: Sat, 1 May 2021 14:41:22 +0000 From: "pin" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210501144122.4EBB5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619880082267600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat May 1 14:41:22 UTC 2021 Modified Files: pkgsrc/net: Makefile Log Message: Add maguro To generate a diff of this commit: cvs rdiff -u -r1.1400 -r1.1401 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619880082267600 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1400 pkgsrc/net/Makefile:1.1401 --- pkgsrc/net/Makefile:1.1400 Tue Apr 27 08:43:02 2021 +++ pkgsrc/net/Makefile Sat May 1 14:41:22 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1400 2021/04/27 08:43:02 wiz Exp $ +# $NetBSD: Makefile,v 1.1401 2021/05/01 14:41:22 pin Exp $ # COMMENT= Networking tools @@ -353,6 +353,7 @@ SUBDIR+= lua-copas SUBDIR+= lua-socket SUBDIR+= mDNSResponder SUBDIR+= mDNSResponder-nss +SUBDIR+= maguro SUBDIR+= maradns SUBDIR+= mate-user-share SUBDIR+= mbrowse --_----------=_1619880082267600--