Received: by mail.netbsd.org (Postfix, from userid 605) id A22ED84D84; Mon, 2 Jan 2023 22:46:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2AF484D15 for ; Mon, 2 Jan 2023 22:46:29 +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 J7nxjaaORvZs for ; Mon, 2 Jan 2023 22:46:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3150484CDC for ; Mon, 2 Jan 2023 22:46:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E7C7FA90; Mon, 2 Jan 2023 22:46:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672699589197090" MIME-Version: 1.0 Date: Mon, 2 Jan 2023 22:46:29 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230102224629.2E7C7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672699589197090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Mon Jan 2 22:46:29 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: doc: Added devel/mgdiff version 1.0 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672699589197090 Content-Disposition: inline Content-Length: 750 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.47 pkgsrc/doc/CHANGES-2023:1.48 --- pkgsrc/doc/CHANGES-2023:1.47 Mon Jan 2 22:33:11 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jan 2 22:46:29 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.47 2023/01/02 22:33:11 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.48 2023/01/02 22:46:29 vins Exp $ Changes to the packages collection and infrastructure in 2023: @@ -60,3 +60,4 @@ Changes to the packages collection and i Updated x11/xfce4-screenshooter to 1.10.2 [gutteridge 2023-01-02] Updated devel/wayland-protocols to 1.26nb2 [ryoon 2023-01-02] Updated meta-pkgs/xfce4-extras to 4.18.0nb7 [gutteridge 2023-01-02] + Added devel/mgdiff version 1.0 [vins 2023-01-02] --_----------=_1672699589197090--