Received: by mail.netbsd.org (Postfix, from userid 605) id 55B2E84D8C; Mon, 23 May 2022 17:16:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EF6D84D60 for ; Mon, 23 May 2022 17:16:24 +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 4dxgzsVRTW5y for ; Mon, 23 May 2022 17:16:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7D3484CFE for ; Mon, 23 May 2022 17:16:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BDCDFAEB; Mon, 23 May 2022 17:17:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653326231187170" MIME-Version: 1.0 Date: Mon, 23 May 2022 17:17:11 +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: <20220523171711.0BDCDFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653326231187170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 23 17:17:10 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated editors/Sigil to 1.9.10 To generate a diff of this commit: cvs rdiff -u -r1.2702 -r1.2703 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21879 -r1.21880 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653326231187170 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.2702 pkgsrc/doc/CHANGES-2022:1.2703 --- pkgsrc/doc/CHANGES-2022:1.2702 Mon May 23 17:10:25 2022 +++ pkgsrc/doc/CHANGES-2022 Mon May 23 17:17:10 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2702 2022/05/23 17:10:25 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.2703 2022/05/23 17:17:10 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -4156,3 +4156,4 @@ Changes to the packages collection and i Added devel/js_of_ocaml-ocamlbuild version 0.0.0.3693 [jaapb 2022-05-23] Updated www/eliom to 10.0.0 [jaapb 2022-05-23] Added fonts/ttf-meera to 7.0.3.20191223 [nikita 2022-05-23] + Updated editors/Sigil to 1.9.10 [wiz 2022-05-23] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21879 pkgsrc/doc/TODO:1.21880 --- pkgsrc/doc/TODO:1.21879 Sun May 22 17:32:13 2022 +++ pkgsrc/doc/TODO Mon May 23 17:17:10 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21879 2022/05/22 17:32:13 schmonz Exp $ +$NetBSD: TODO,v 1.21880 2022/05/23 17:17:10 wiz Exp $ Suggested new packages ====================== @@ -374,6 +374,7 @@ For possible Perl packages updates, see o Mesa-22.1.0 o OdfConverter-4.0 o PACK-0.0.4 + o PageEdit-1.9.10 o Pantomime-1.2.2 o QuantLib-1.22 o R-GRASS-0.3.9 --_----------=_1653326231187170--