Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hrzTuW+x; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hpS16xao Received: by mail.netbsd.org (Postfix, from userid 605) id D0F5484DC1; Mon, 13 May 2024 11:46:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715600810; bh=1hrQ3jEEH+T5OkdVeCCFw8rP/tTEpOe2881KapvqmVA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=hrzTuW+x9d5d6xHo72qpBi15nz6NY0i/kS4DjUNwFeCAjNIcVmTdiyhb2NVTLNsP+ xWPdz5DWd7OPczDiEUriteScACWQrGPtzMCIc9S92OJSIzOZRRf81lHtDYU0J9rtBB PZq9mtGOWOftnxRvUc5HTIpjincRHRx/4qtursoQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0E5384D4D for ; Mon, 13 May 2024 11:46:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 z8NhCuUBdDqO for ; Mon, 13 May 2024 11:46:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4F82884CC8 for ; Mon, 13 May 2024 11:46:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715600808; bh=1hrQ3jEEH+T5OkdVeCCFw8rP/tTEpOe2881KapvqmVA=; h=Date:From:Subject:To:Reply-To; b=hpS16xao0J0wSJhu1w0Se6QfRqDBSywqz9SDJYnwr7zvlN/B9pjEZlduQQmMjBeNq m1dNSuiF/5nq7zoVJv3+17xd2f06X9Fip18SuIS1dzCJSYxKfnq7nEtAIFIXa4jgyP uCooxFFsaNw4sbaS0EvpvztsV/0QRKdQDrYqHsOo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 482C6FA2C; Mon, 13 May 2024 11:46:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171560080813290" MIME-Version: 1.0 Date: Mon, 13 May 2024 11:46:48 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240513114648.482C6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171560080813290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon May 13 11:46:48 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ast-grep to 0.22.3 To generate a diff of this commit: cvs rdiff -u -r1.3398 -r1.3399 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171560080813290 Content-Disposition: inline Content-Length: 728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3398 pkgsrc/doc/CHANGES-2024:1.3399 --- pkgsrc/doc/CHANGES-2024:1.3398 Mon May 13 09:50:24 2024 +++ pkgsrc/doc/CHANGES-2024 Mon May 13 11:46:48 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3398 2024/05/13 09:50:24 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3399 2024/05/13 11:46:48 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5328,3 +5328,4 @@ Changes to the packages collection and i Added devel/py-urwid_readline version 0.14 [wiz 2024-05-13] Added chat/py-zulip version 0.9.0 [wiz 2024-05-13] Added chat/py-zulip-term version 0.7.0 [wiz 2024-05-13] + Updated devel/ast-grep to 0.22.3 [pin 2024-05-13] --_----------=_171560080813290--