Received: by mail.netbsd.org (Postfix, from userid 605) id 0CA2484DCD; Tue, 2 Feb 2021 10:17:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 459EE84DBF for ; Tue, 2 Feb 2021 10:17:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RKC8PK_3QyxV for ; Tue, 2 Feb 2021 10:17:33 +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 D0B6584DAB for ; Tue, 2 Feb 2021 10:17:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C47F4FA91; Tue, 2 Feb 2021 10:17:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161226105334010" MIME-Version: 1.0 Date: Tue, 2 Feb 2021 10:17:33 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210202101733.C47F4FA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161226105334010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Feb 2 10:17:33 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: add krusader To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161226105334010 Content-Disposition: inline Content-Length: 728 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.752 pkgsrc/doc/CHANGES-2021:1.753 --- pkgsrc/doc/CHANGES-2021:1.752 Mon Feb 1 20:38:20 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Feb 2 10:17:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.752 2021/02/01 20:38:20 schmonz Exp $ +$NetBSD: CHANGES-2021,v 1.753 2021/02/02 10:17:33 markd Exp $ Changes to the packages collection and infrastructure in 2021: @@ -913,3 +913,4 @@ Changes to the packages collection and i Updated lang/openjdk11 to 1.11.0.10.9 [ryoon 2021-02-01] Updated devel/mob to 1.2.0 [schmonz 2021-02-01] Updated devel/py-approvaltests to 0.3.1 [schmonz 2021-02-01] + Added sysutils/krusader to 2.7.2 [markd 2021-02-02] --_----------=_161226105334010--