Received: by mail.netbsd.org (Postfix, from userid 605) id 712CE84D37; Mon, 31 Oct 2022 09:08:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A03F984CFD for ; Mon, 31 Oct 2022 09:08:35 +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 3jplx9LV8bWM for ; Mon, 31 Oct 2022 09:08:35 +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 000A184CD9 for ; Mon, 31 Oct 2022 09:08:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8058FA90; Mon, 31 Oct 2022 09:08:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667207314125240" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 09:08:34 +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: <20221031090834.E8058FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667207314125240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 31 09:08:34 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: doc: use 'removed' + 'successor' instead of moved since it's a major upgrade To generate a diff of this commit: cvs rdiff -u -r1.5269 -r1.5270 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667207314125240 Content-Disposition: inline Content-Length: 805 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.5269 pkgsrc/doc/CHANGES-2022:1.5270 --- pkgsrc/doc/CHANGES-2022:1.5269 Mon Oct 31 09:06:07 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Oct 31 09:08:34 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.5269 2022/10/31 09:06:07 prlw1 Exp $ +$NetBSD: CHANGES-2022,v 1.5270 2022/10/31 09:08:34 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -7979,4 +7979,4 @@ Changes to the packages collection and i Updated time/p5-DateTime-TimeZone to 2.55 [gutteridge 2022-10-31] Updated lang/py-asttokens to 2.1.0 [adam 2022-10-31] Updated devel/py-py2app to 0.28.4 [adam 2022-10-31] - Moved print/evince3 to print/evince [prlw1 2022-10-31] + Removed print/evince3 successor print/evince [prlw1 2022-10-31] --_----------=_1667207314125240--