Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LdFDggRG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Vz8Xt/Hu Received: by mail.netbsd.org (Postfix, from userid 605) id 919FE84F8C; Thu, 2 May 2024 09:35:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714642502; bh=Dq7EBxzQgZ5TwQF45WhwRbouccefSHMNJQyPwwMbstI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=LdFDggRGNlRW/rlSCXlP6gJRxOLx+b86qvyX03+7ycl9bm9Jv12GIVFNRyt0FiGWj ShUf7KzQvUK7YXBWY/OzWSm/cTIL1MRzK5MrkyUydT0lVGkA20vcpUWLk8xlgEvoXq W+9F78ahVLkt9d4MpF0k54EvtQMRoFnO6a+84Z0Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 810C184D6B for ; Thu, 2 May 2024 09:35:01 +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 35y5Y6ecVI8E for ; Thu, 2 May 2024 09:35:01 +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 11FE384CE2 for ; Thu, 2 May 2024 09:35:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714642501; bh=Dq7EBxzQgZ5TwQF45WhwRbouccefSHMNJQyPwwMbstI=; h=Date:From:Subject:To:Reply-To; b=Vz8Xt/HuJJcv5mZklrcBdjjDP+3JsMu8I+KBRDsO7G8y5C1wDjsEcXPTfyWutJb7p JLOP5XuRj0ztfdcnVRrlNQv0tc1FYC95c4oxN7Rn5VM3xHXNuqzbzeIktG3mvJm+rm cPa04LX9I3WAlMKfSfvxAyY/4UYxXSqozdQoyTcU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 053E9FA2C; Thu, 2 May 2024 09:35:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714642500105500" MIME-Version: 1.0 Date: Thu, 2 May 2024 09:35:00 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240502093501.053E9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714642500105500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu May 2 09:35:00 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ast-grep to 0.21.2 To generate a diff of this commit: cvs rdiff -u -r1.3008 -r1.3009 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714642500105500 Content-Disposition: inline Content-Length: 721 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.3008 pkgsrc/doc/CHANGES-2024:1.3009 --- pkgsrc/doc/CHANGES-2024:1.3008 Thu May 2 08:24:57 2024 +++ pkgsrc/doc/CHANGES-2024 Thu May 2 09:35:00 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3008 2024/05/02 08:24:57 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3009 2024/05/02 09:35:00 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4852,3 +4852,4 @@ Changes to the packages collection and i Updated shells/nushell to 0.93.0 [pin 2024-05-02] Updated devel/hs-lifted-async to 0.10.2.5 [pho 2024-05-02] Updated devel/hs-git-lfs to 1.2.2 [pho 2024-05-02] + Updated devel/ast-grep to 0.21.2 [pin 2024-05-02] --_----------=_1714642500105500--