Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D98C484FBB for ; Wed, 19 Jul 2023 11:22:10 +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 S3nuz1V228Hx for ; Wed, 19 Jul 2023 11:22:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C60C84D14 for ; Wed, 19 Jul 2023 11:22:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 599BEFBDB; Wed, 19 Jul 2023 11:22:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689765730216040" MIME-Version: 1.0 Date: Wed, 19 Jul 2023 11:22:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230719112210.599BEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689765730216040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 19 11:22:10 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: Updated graphics/lensfun to 0.3.4 To generate a diff of this commit: cvs rdiff -u -r1.4491 -r1.4492 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23217 -r1.23218 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689765730216040 Content-Disposition: inline Content-Length: 1525 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.4491 pkgsrc/doc/CHANGES-2023:1.4492 --- pkgsrc/doc/CHANGES-2023:1.4491 Wed Jul 19 11:05:08 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Jul 19 11:22:09 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4491 2023/07/19 11:05:08 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.4492 2023/07/19 11:22:09 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -6260,3 +6260,4 @@ Changes to the packages collection and i Updated devel/py-path to 16.7.1 [adam 2023-07-19] Updated textproc/py-markdown2 to 2.4.9 [adam 2023-07-19] Updated fonts/py-fonttools to 4.41.0 [wiz 2023-07-19] + Updated graphics/lensfun to 0.3.4 [wiz 2023-07-19] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23217 pkgsrc/doc/TODO:1.23218 --- pkgsrc/doc/TODO:1.23217 Wed Jul 19 11:05:08 2023 +++ pkgsrc/doc/TODO Wed Jul 19 11:22:09 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23217 2023/07/19 11:05:08 wiz Exp $ +$NetBSD: TODO,v 1.23218 2023/07/19 11:22:09 wiz Exp $ Suggested new packages ====================== @@ -864,7 +864,6 @@ For possible Perl packages updates, see o lbdb-49 o lcc-4.2 o ldapsdk-6.0.7 - o lensfun-0.3.4 o lgeneral-1.3.1 o libarchive-3.6.1 o libasr-1.0.4 @@ -1196,7 +1195,7 @@ For possible Perl packages updates, see o py-hgview-1.9.0 o py-hyperscan-0.2.0 o py-input-pad-1.4.2 - o py-jsonschema-4.18.3 + o py-jsonschema-4.18.3 [needs wip/py-referencing] o py-keybinder-0.3.2 o py-kivy-2.1.0 o py-llvmlite-0.39.0 --_----------=_1689765730216040--