Received: by mail.netbsd.org (Postfix, from userid 605) id A06288535B; Thu, 5 May 2022 09:38:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D853A85359 for ; Thu, 5 May 2022 09:38:16 +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 CcwIp6srkFTx for ; Thu, 5 May 2022 09:38:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E7D884D4B for ; Thu, 5 May 2022 09:38:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28366FB1A; Thu, 5 May 2022 09:38:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651743496195540" MIME-Version: 1.0 Date: Thu, 5 May 2022 09:38:16 +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: <20220505093816.28366FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651743496195540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Thu May 5 09:38:15 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated devel/ocaml-async_unix to 0.15.0 To generate a diff of this commit: cvs rdiff -u -r1.2380 -r1.2381 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21817 -r1.21818 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651743496195540 Content-Disposition: inline Content-Length: 1354 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.2380 pkgsrc/doc/CHANGES-2022:1.2381 --- pkgsrc/doc/CHANGES-2022:1.2380 Thu May 5 09:29:40 2022 +++ pkgsrc/doc/CHANGES-2022 Thu May 5 09:38:15 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2380 2022/05/05 09:29:40 jaapb Exp $ +$NetBSD: CHANGES-2022,v 1.2381 2022/05/05 09:38:15 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3719,3 +3719,4 @@ Changes to the packages collection and i Added devel/ocaml-intrinsics version 0.15.2 [jaapb 2022-05-05] 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] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21817 pkgsrc/doc/TODO:1.21818 --- pkgsrc/doc/TODO:1.21817 Thu May 5 09:16:34 2022 +++ pkgsrc/doc/TODO Thu May 5 09:38:15 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21817 2022/05/05 09:16:34 nia Exp $ +$NetBSD: TODO,v 1.21818 2022/05/05 09:38:15 jaapb Exp $ Suggested new packages ====================== @@ -1193,7 +1193,6 @@ For possible Perl packages updates, see o ocaml-astring-0.8.5 o ocaml-async-0.14.0 o ocaml-async_extra-0.14.0 - o ocaml-async_unix-0.14.0 o ocaml-base-0.14.1 o ocaml-base64-3.5.0 o ocaml-batteries-3.3.0 --_----------=_1651743496195540--