Received: by mail.netbsd.org (Postfix, from userid 605) id 2D9C0850F7; Mon, 5 Dec 2022 08:36:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DEE8850EF for ; Mon, 5 Dec 2022 08:36:04 +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 ah6GyW_HQs1B for ; Mon, 5 Dec 2022 08:36:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CF3AA84CDC for ; Mon, 5 Dec 2022 08:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC233FA90; Mon, 5 Dec 2022 08:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670229363270640" MIME-Version: 1.0 Date: Mon, 5 Dec 2022 08:36:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221205083603.CC233FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670229363270640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 5 08:36:03 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: Updated devel/ccache, converters/py-chardet To generate a diff of this commit: cvs rdiff -u -r1.5957 -r1.5958 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.22389 -r1.22390 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670229363270640 Content-Disposition: inline Content-Length: 1680 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.5957 pkgsrc/doc/CHANGES-2022:1.5958 --- pkgsrc/doc/CHANGES-2022:1.5957 Sun Dec 4 23:16:45 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Dec 5 08:36:03 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.5957 2022/12/04 23:16:45 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.5958 2022/12/05 08:36:03 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -8961,3 +8961,5 @@ Changes to the packages collection and i Added cross/i586-pc-msdosdjgpp-gcc version 11.2.0 [js 2022-12-04] Removed misc/goffice0.8 successor misc/goffice0.10 [wiz 2022-12-04] Updated x11/libXdamage to 1.1.6 [wiz 2022-12-04] + Updated devel/ccache to 4.7.4 [adam 2022-12-05] + Updated converters/py-chardet to 5.1.0 [adam 2022-12-05] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22389 pkgsrc/doc/TODO:1.22390 --- pkgsrc/doc/TODO:1.22389 Sun Dec 4 23:07:42 2022 +++ pkgsrc/doc/TODO Mon Dec 5 08:36:03 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22389 2022/12/04 23:07:42 wiz Exp $ +$NetBSD: TODO,v 1.22390 2022/12/05 08:36:03 adam Exp $ Suggested new packages ====================== @@ -518,7 +518,6 @@ For possible Perl packages updates, see o cardboard-schedule-1.14c [at http://www.bright-green.com/downloads/] o catdoc-1.1 o catdoc-tk-1.1 - o ccache-4.2.1 o cddbd-1.5.2 o cdrkit-1.1.10 o ce-doc-4.8 @@ -1260,7 +1259,6 @@ For possible Perl packages updates, see o py-Routes-2.5.1 o py-barman-3.0.1 o py-cassa-1.11.0 - o py-chardet-5.1.0 o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-django-4.1 o py-django-tagging-0.5.0 --_----------=_1670229363270640--