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 7DE8E1A9239 for ; Wed, 3 Nov 2021 10:39:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A760684D04; Wed, 3 Nov 2021 10:39:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E196684CED for ; Wed, 3 Nov 2021 10:39:08 +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 JcuYd0ERyIIk for ; Wed, 3 Nov 2021 10:39:08 +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 440E884CD9 for ; Wed, 3 Nov 2021 10:39:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D825FAEC; Wed, 3 Nov 2021 10:39:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163593594842430" MIME-Version: 1.0 Date: Wed, 3 Nov 2021 10:39:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211103103908.3D825FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163593594842430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Nov 3 10:39:08 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Updated devel/ncurses to 6.2nb5 To generate a diff of this commit: cvs rdiff -u -r1.5398 -r1.5399 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163593594842430 Content-Disposition: inline Content-Length: 723 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.5398 pkgsrc/doc/CHANGES-2021:1.5399 --- pkgsrc/doc/CHANGES-2021:1.5398 Wed Nov 3 09:52:59 2021 +++ pkgsrc/doc/CHANGES-2021 Wed Nov 3 10:39:07 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.5398 2021/11/03 09:52:59 adam Exp $ +$NetBSD: CHANGES-2021,v 1.5399 2021/11/03 10:39:07 jperkin Exp $ Changes to the packages collection and infrastructure in 2021: @@ -8184,3 +8184,4 @@ Changes to the packages collection and i Updated textproc/py-wcmatch to 8.3 [adam 2021-11-03] Updated devel/py-nose2 to 0.10.0 [adam 2021-11-03] Updated net/py-lexicon to 3.8.1 [adam 2021-11-03] + Updated devel/ncurses to 6.2nb5 [jperkin 2021-11-03] --_----------=_163593594842430--