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 EAC8B1A9239 for ; Mon, 31 Jan 2022 12:09:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0F3EA84EF7; Mon, 31 Jan 2022 12:08:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAF5D84E62 for ; Mon, 31 Jan 2022 12:04:28 +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 KTZ6Wt4O5-_w for ; Mon, 31 Jan 2022 12:04:28 +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 012DB84E61 for ; Mon, 31 Jan 2022 12:04:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F30BCFB24; Mon, 31 Jan 2022 12:04:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643630667224230" MIME-Version: 1.0 Date: Mon, 31 Jan 2022 12:04:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220131120427.F30BCFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643630667224230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 31 12:04:27 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated misc/ocaml-topkg to 1.0.5 To generate a diff of this commit: cvs rdiff -u -r1.532 -r1.533 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21479 -r1.21480 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643630667224230 Content-Disposition: inline Content-Length: 1291 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.532 pkgsrc/doc/CHANGES-2022:1.533 --- pkgsrc/doc/CHANGES-2022:1.532 Mon Jan 31 12:03:42 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Jan 31 12:04:27 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.532 2022/01/31 12:03:42 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.533 2022/01/31 12:04:27 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -696,3 +696,4 @@ Changes to the packages collection and i Updated databases/py-multidict to 6.0.2 [wiz 2022-01-31] Updated www/restish to 0.9.4 [wiz 2022-01-31] Updated audio/fluidsynth to 2.2.5 [wiz 2022-01-31] + Updated misc/ocaml-topkg to 1.0.5 [wiz 2022-01-31] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21479 pkgsrc/doc/TODO:1.21480 --- pkgsrc/doc/TODO:1.21479 Mon Jan 31 12:03:42 2022 +++ pkgsrc/doc/TODO Mon Jan 31 12:04:27 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21479 2022/01/31 12:03:42 wiz Exp $ +$NetBSD: TODO,v 1.21480 2022/01/31 12:04:27 wiz Exp $ Suggested new packages ====================== @@ -1321,7 +1321,6 @@ For possible Perl packages updates, see o ocaml-stdio-0.14.0 o ocaml-textutils-0.14.0 o ocaml-time_now-0.14.0 - o ocaml-topkg-1.0.5 o ocaml-typerep-0.14.0 o ocaml-tyxml-4.5.0 o ocaml-uri-4.1.0 --_----------=_1643630667224230--