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 2885E1A9239 for ; Tue, 1 Mar 2022 09:07:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 596B384EA9; Tue, 1 Mar 2022 09:07:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90C3584E67 for ; Tue, 1 Mar 2022 09:07:39 +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 fRy1bbf9xvcS for ; Tue, 1 Mar 2022 09:07:39 +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 DD56384D10 for ; Tue, 1 Mar 2022 09:07:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D49DAFB24; Tue, 1 Mar 2022 09:07:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646125658198280" MIME-Version: 1.0 Date: Tue, 1 Mar 2022 09:07:38 +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: <20220301090738.D49DAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646125658198280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Tue Mar 1 09:07:38 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated devel/ocamlbuild to 0.14.1 To generate a diff of this commit: cvs rdiff -u -r1.1225 -r1.1226 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21563 -r1.21564 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646125658198280 Content-Disposition: inline Content-Length: 1306 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.1225 pkgsrc/doc/CHANGES-2022:1.1226 --- pkgsrc/doc/CHANGES-2022:1.1225 Tue Mar 1 08:51:19 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Mar 1 09:07:38 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1225 2022/03/01 08:51:19 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.1226 2022/03/01 09:07:38 jaapb Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1570,3 +1570,4 @@ Changes to the packages collection and i Updated graphics/ocaml-cairo to 0.6.2 [jaapb 2022-02-28] Updated x11/ocaml-lablgtk3 to 3.1.2 [jaapb 2022-02-28] Updated textproc/asciidoc to 10.1.3 [wiz 2022-03-01] + Updated devel/ocamlbuild to 0.14.1 [jaapb 2022-03-01] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21563 pkgsrc/doc/TODO:1.21564 --- pkgsrc/doc/TODO:1.21563 Tue Mar 1 08:51:19 2022 +++ pkgsrc/doc/TODO Tue Mar 1 09:07:38 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21563 2022/03/01 08:51:19 wiz Exp $ +$NetBSD: TODO,v 1.21564 2022/03/01 09:07:38 jaapb Exp $ Suggested new packages ====================== @@ -1292,7 +1292,6 @@ For possible Perl packages updates, see o ocaml-variantslib-0.14.0 o ocaml-zarith-1.12 o ocaml-zip-110 - o ocamlbuild-0.14.1 o ocamlnet-4.1.9 o ocrad-0.25 o odbc-postgresql-9.06.0500 --_----------=_1646125658198280--