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 573031A923A for ; Thu, 9 Dec 2021 16:37:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CC3B84EF5; Thu, 9 Dec 2021 16:37:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5A9384D28 for ; Thu, 9 Dec 2021 16:37:39 +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 JIp-PX-QRNxo for ; Thu, 9 Dec 2021 16:37: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 1FE0D84D1C for ; Thu, 9 Dec 2021 16:37:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17B7AFAEC; Thu, 9 Dec 2021 16:37:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639067859267660" MIME-Version: 1.0 Date: Thu, 9 Dec 2021 16:37:39 +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: <20211209163739.17B7AFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639067859267660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 9 16:37:38 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Added devel/tomlplusplus version 2.5.0 To generate a diff of this commit: cvs rdiff -u -r1.6050 -r1.6051 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.21335 -r1.21336 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639067859267660 Content-Disposition: inline Content-Length: 1285 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.6050 pkgsrc/doc/CHANGES-2021:1.6051 --- pkgsrc/doc/CHANGES-2021:1.6050 Thu Dec 9 16:12:39 2021 +++ pkgsrc/doc/CHANGES-2021 Thu Dec 9 16:37:38 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6050 2021/12/09 16:12:39 nia Exp $ +$NetBSD: CHANGES-2021,v 1.6051 2021/12/09 16:37:38 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -9111,3 +9111,4 @@ Changes to the packages collection and i Updated www/lua-web-sanitize to 1.1.0 [nia 2021-12-09] Updated games/etlegacy to 2.78.1 [nia 2021-12-09] Updated games/etlegacy-server to 2.78.1 [nia 2021-12-09] + Added devel/tomlplusplus version 2.5.0 [wiz 2021-12-09] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21335 pkgsrc/doc/TODO:1.21336 --- pkgsrc/doc/TODO:1.21335 Wed Dec 8 08:25:31 2021 +++ pkgsrc/doc/TODO Thu Dec 9 16:37:38 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21335 2021/12/08 08:25:31 adam Exp $ +$NetBSD: TODO,v 1.21336 2021/12/09 16:37:38 wiz Exp $ Suggested new packages ====================== @@ -1585,6 +1585,7 @@ For possible Perl packages updates, see o prelude-lml-3.1.0 o prelude-manager-3.1.0 o prison-5.81.0 + o privoxy-3.0.33 o profanity-0.10.0 o profit-2.5.3 o proj-8.0.0 --_----------=_1639067859267660--