Received: by mail.netbsd.org (Postfix, from userid 605) id 99C8584D62; Mon, 31 Aug 2020 21:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F31984D44 for ; Mon, 31 Aug 2020 21:31:14 +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 1gHxKNtV3WJ4 for ; Mon, 31 Aug 2020 21:31:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F32984CDB for ; Mon, 31 Aug 2020 21:31:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0809BFB27; Mon, 31 Aug 2020 21:31:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598909472159880" MIME-Version: 1.0 Date: Mon, 31 Aug 2020 21:31:12 +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: <20200831213113.0809BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1598909472159880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 31 21:31:12 UTC 2020 Modified Files: pkgsrc/doc: TODO Log Message: doc/TODO: + thunderbird-78.2.1; note issue with py-setuptools>48 on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.20046 -r1.20047 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598909472159880 Content-Disposition: inline Content-Length: 951 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20046 pkgsrc/doc/TODO:1.20047 --- pkgsrc/doc/TODO:1.20046 Mon Aug 31 18:01:38 2020 +++ pkgsrc/doc/TODO Mon Aug 31 21:31:12 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20046 2020/08/31 18:01:38 wiz Exp $ +$NetBSD: TODO,v 1.20047 2020/08/31 21:31:12 wiz Exp $ Suggested new packages ====================== @@ -972,7 +972,7 @@ For possible Perl packages updates, see o py-pandas-1.0.0 o py-ptt-1.10.2 o py-rsa-4.6 [drops python-2.x support] - o py-setuptools-50.0.0 [drops python-2.x support] + o py-setuptools-50.0.0 [broken on NetBSD: https://github.com/pypa/setuptools/issues/2364] o py-simpletal-5.1 o py-sybase-0.37 o py-wxWidgets-4.0.0 @@ -1091,6 +1091,7 @@ For possible Perl packages updates, see o telepathy-mission-control5-5.16.3 o tetrinetx-1.40c o tfmxplay-1.1.6 + o thunderbird-78.2.1 o tig-2.2 o tigervnc-1.10.1 [quite unstable] o tightvnc-2.7.10 --_----------=_1598909472159880--