Received: by mail.netbsd.org (Postfix, from userid 605) id DAC6584D6F; Tue, 18 May 2021 10:37:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F60684D66 for ; Tue, 18 May 2021 10:37:45 +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 XRZXLX_sjlhv for ; Tue, 18 May 2021 10:37:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94AAC84CE1 for ; Tue, 18 May 2021 10:37:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91CB4FA95; Tue, 18 May 2021 10:37:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162133426420170" MIME-Version: 1.0 Date: Tue, 18 May 2021 10:37:44 +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: <20210518103744.91CB4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162133426420170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 18 10:37:44 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated sysutils/fzf to 0.27.0 To generate a diff of this commit: cvs rdiff -u -r1.2854 -r1.2855 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20637 -r1.20638 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162133426420170 Content-Disposition: inline Content-Length: 2096 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.2854 pkgsrc/doc/CHANGES-2021:1.2855 --- pkgsrc/doc/CHANGES-2021:1.2854 Tue May 18 10:06:35 2021 +++ pkgsrc/doc/CHANGES-2021 Tue May 18 10:37:44 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2854 2021/05/18 10:06:35 jperkin Exp $ +$NetBSD: CHANGES-2021,v 1.2855 2021/05/18 10:37:44 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -4444,3 +4444,4 @@ Changes to the packages collection and i Updated sysutils/macchina to 0.8.1 [pin 2021-05-18] Updated mail/roundcube-plugin-carddav to 4.1.1 [triaxx 2021-05-18] Updated graphics/png to 1.6.37nb1 [jperkin 2021-05-18] + Updated sysutils/fzf to 0.27.0 [wiz 2021-05-18] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20637 pkgsrc/doc/TODO:1.20638 --- pkgsrc/doc/TODO:1.20637 Mon May 17 16:10:23 2021 +++ pkgsrc/doc/TODO Tue May 18 10:37:44 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20637 2021/05/17 16:10:23 ryoon Exp $ +$NetBSD: TODO,v 1.20638 2021/05/18 10:37:44 wiz Exp $ Suggested new packages ====================== @@ -766,6 +766,7 @@ For possible Perl packages updates, see o darktable-3.4 o dash-0.5.11.3 o dateutils-0.4.8 + o dav1d-0.9 o dcc-2.3.167 o dd_rescue-1.46 o dd_rhelp-0.3.0 @@ -904,7 +905,6 @@ For possible Perl packages updates, see o fuse-unionfs-2.1 o fvwm-devel-2.7.0 o fvwm2-themes-0.7.0 - o fzf-0.27.0 o gajim-plugin-omemo-2.8.4 o gallery3-3.0.9 o gammu-1.42.0 @@ -915,6 +915,7 @@ For possible Perl packages updates, see o gcal-4.1 o gcc-mips-current-7.1.0 o gcc11-11.1.0 + o gcc8-8.5 o gcin-1.5.5 o gcloud-golang-metadata-0.12.0 o gcombust-0.1.55 @@ -2104,7 +2105,7 @@ For possible Perl packages updates, see o ruby-redmine-gitmike-theme-1.2.1 o ruby-redmine41-4.2.0 o rump-20131213 - o rust-1.51.0 + o rust-1.52.1 o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 @@ -2406,6 +2407,7 @@ For possible Perl packages updates, see o xrmap-flags-2.9 o xrmap-hymns-1.4 o xsc-1.6 + o xscreensaver-6.00 o xteddy-2.2 o xtermcontrol-3.7 o xtrace-1.4.0 --_----------=_162133426420170--