Received: by mail.netbsd.org (Postfix, from userid 605) id 8E5CE85362; Thu, 5 May 2022 11:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8CF985359 for ; Thu, 5 May 2022 11:03:00 +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 LnRTFPJSGQGM for ; Thu, 5 May 2022 11:03:00 +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 1F02784D54 for ; Thu, 5 May 2022 11:03:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18780FB1A; Thu, 5 May 2022 11:03:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651748580210780" MIME-Version: 1.0 Date: Thu, 5 May 2022 11:03:00 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220505110300.18780FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651748580210780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Thu May 5 11:02:59 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated devel/ocaml-async to 0.14.0nb3 To generate a diff of this commit: cvs rdiff -u -r1.2382 -r1.2383 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21819 -r1.21820 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651748580210780 Content-Disposition: inline Content-Length: 1438 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.2382 pkgsrc/doc/CHANGES-2022:1.2383 --- pkgsrc/doc/CHANGES-2022:1.2382 Thu May 5 10:54:44 2022 +++ pkgsrc/doc/CHANGES-2022 Thu May 5 11:02:59 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2382 2022/05/05 10:54:44 adam Exp $ +$NetBSD: CHANGES-2022,v 1.2383 2022/05/05 11:02:59 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3720,5 +3720,6 @@ Changes to the packages collection and i Added time/ocaml-timezone version 0.15.0 [jaapb 2022-05-05] Added devel/ocaml-core_unix version 0.15.0 [jaapb 2022-05-05] Updated devel/ocaml-async_unix to 0.15.0 [jaapb 2022-05-05] + Updated devel/ocaml-async_extra to 0.15.0 [jaapb 2022-05-05] Updated lang/npm to 8.8.0 [adam 2022-05-05] Updated net/wireshark to 3.6.5 [adam 2022-05-05] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21819 pkgsrc/doc/TODO:1.21820 --- pkgsrc/doc/TODO:1.21819 Thu May 5 10:54:44 2022 +++ pkgsrc/doc/TODO Thu May 5 11:02:59 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21819 2022/05/05 10:54:44 adam Exp $ +$NetBSD: TODO,v 1.21820 2022/05/05 11:02:59 jaapb Exp $ Suggested new packages ====================== @@ -1191,7 +1191,6 @@ For possible Perl packages updates, see o ocaml-4.14.0 o ocaml-astring-0.8.5 o ocaml-async-0.14.0 - o ocaml-async_extra-0.14.0 o ocaml-base-0.14.1 o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 --_----------=_1651748580210780--