Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8738B1A9239 for ; Mon, 1 Feb 2021 17:13:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE5CB84DA1; Mon, 1 Feb 2021 17:13:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04DD484D9E for ; Mon, 1 Feb 2021 17:13:49 +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 qV6QodIYGMTA for ; Mon, 1 Feb 2021 17:13:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E43F84CE0 for ; Mon, 1 Feb 2021 17:13:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B6C9FA91; Mon, 1 Feb 2021 17:13:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161219962829700" MIME-Version: 1.0 Date: Mon, 1 Feb 2021 17:13:48 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210201171348.5B6C9FA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161219962829700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Feb 1 17:13:48 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Updated devel/mob to 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.750 -r1.751 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161219962829700 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.750 pkgsrc/doc/CHANGES-2021:1.751 --- pkgsrc/doc/CHANGES-2021:1.750 Mon Feb 1 15:52:26 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Feb 1 17:13:48 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.750 2021/02/01 15:52:26 ryoon Exp $ +$NetBSD: CHANGES-2021,v 1.751 2021/02/01 17:13:48 schmonz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -911,3 +911,4 @@ Changes to the packages collection and i Updated devel/byacc to 20210109 [fcambus 2021-02-01] Updated lang/adoptopenjdk11-bin to 11.0.10.9 [ryoon 2021-02-01] Updated lang/openjdk11 to 1.11.0.10.9 [ryoon 2021-02-01] + Updated devel/mob to 1.2.0 [schmonz 2021-02-01] --_----------=_161219962829700--