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 654D71A9239 for ; Mon, 14 Feb 2022 09:29:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9664884EB2; Mon, 14 Feb 2022 09:29:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1F6984EAE for ; Mon, 14 Feb 2022 09:29:02 +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 etJShPppA6Ec for ; Mon, 14 Feb 2022 09:29:02 +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 2B2F784D53 for ; Mon, 14 Feb 2022 09:29:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 228E0FB24; Mon, 14 Feb 2022 09:29:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644830942132410" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 09:29:02 +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: <20220214092902.228E0FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644830942132410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 14 09:29:01 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated devel/ocaml-digestif to 1.1.0 To generate a diff of this commit: cvs rdiff -u -r1.895 -r1.896 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21520 -r1.21521 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644830942132410 Content-Disposition: inline Content-Length: 1290 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.895 pkgsrc/doc/CHANGES-2022:1.896 --- pkgsrc/doc/CHANGES-2022:1.895 Mon Feb 14 09:20:51 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Feb 14 09:29:01 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.895 2022/02/14 09:20:51 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.896 2022/02/14 09:29:01 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1206,3 +1206,4 @@ Changes to the packages collection and i Updated devel/ocaml-optint to 0.1.0 [wiz 2022-02-14] Updated devel/ocaml-checkseum to 0.3.2 [wiz 2022-02-14] Removed devel/ocaml-configurator [wiz 2022-02-14] + Updated devel/ocaml-digestif to 1.1.0 [wiz 2022-02-14] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21520 pkgsrc/doc/TODO:1.21521 --- pkgsrc/doc/TODO:1.21520 Mon Feb 14 09:09:38 2022 +++ pkgsrc/doc/TODO Mon Feb 14 09:29:01 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21520 2022/02/14 09:09:38 wiz Exp $ +$NetBSD: TODO,v 1.21521 2022/02/14 09:29:01 wiz Exp $ Suggested new packages ====================== @@ -1240,7 +1240,6 @@ For possible Perl packages updates, see o ocaml-cstruct-6.0.0 o ocaml-csv-2.4 o ocaml-decompress-1.3.0 - o ocaml-digestif-1.0.0 o ocaml-duff-0.4 o ocaml-encore-0.8 o ocaml-eqaf-0.7 --_----------=_1644830942132410--