Received: by mail.netbsd.org (Postfix, from userid 605) id D373B84F2F; Fri, 21 Apr 2023 12:59:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0AE1284F2D for ; Fri, 21 Apr 2023 12:59:09 +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 OsHuoXNFf4GV for ; Fri, 21 Apr 2023 12:59:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 47BB084CCA for ; Fri, 21 Apr 2023 12:59:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8670EFA85; Fri, 21 Apr 2023 12:58:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168208193926910" MIME-Version: 1.0 Date: Fri, 21 Apr 2023 12:58:59 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20230421125859.8670EFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168208193926910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Apr 21 12:58:59 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: doc: Updated devel/smake to 1.7nb2 To generate a diff of this commit: cvs rdiff -u -r1.2349 -r1.2350 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168208193926910 Content-Disposition: inline Content-Length: 731 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.2349 pkgsrc/doc/CHANGES-2023:1.2350 --- pkgsrc/doc/CHANGES-2023:1.2349 Fri Apr 21 09:26:48 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Apr 21 12:58:59 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2349 2023/04/21 09:26:48 adam Exp $ +$NetBSD: CHANGES-2023,v 1.2350 2023/04/21 12:58:59 micha Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3386,3 +3386,4 @@ Changes to the packages collection and i Added graphics/gmic-qt-digikam version 3.2.2.20230417 [wiz 2023-04-21] Updated devel/py-pip to 23.1 [adam 2023-04-21] Updated devel/py-yapf to 0.33.0 [adam 2023-04-21] + Updated devel/smake to 1.7nb2 [micha 2023-04-21] --_----------=_168208193926910--