Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=G0PwiwLc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vc/wf2kK Received: by mail.netbsd.org (Postfix, from userid 605) id 15CFC84E72; Wed, 3 Apr 2024 20:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712174771; bh=x7mNLY4G4bJqnnnKhmlep5p8A83qdFFWaIvQCHwng98=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=G0PwiwLc8iyO+gTHSac9X2UUX4QJe0dyD2Np502KExT0mGaJ4Z2hFwZsAThNk2Oxw qg+klLuHkB+ol0+36z6zEh4CXWbDI0BXs1SXVxrHGw5lb/lT5fJBui4Ma4Jl3rIKyC 2m1F6qJ+fMMnIJqG3si8JBkr1pB76c1dHHohGxfY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0463084D24 for ; Wed, 3 Apr 2024 20:06:10 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lecsF9Fkn8Mi for ; Wed, 3 Apr 2024 20:06:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AB1784CD0 for ; Wed, 3 Apr 2024 20:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712174769; bh=x7mNLY4G4bJqnnnKhmlep5p8A83qdFFWaIvQCHwng98=; h=Date:From:Subject:To:Reply-To; b=vc/wf2kK5mIJC6FdbX9mm9qml0SkUrjZZGtQRhyi1rXwa6buxkDOspuBWdIbRXgyt f9D11krTRE3ld+vKpTjDIv6Pf1OzfC+WwUEjHLbnuin7dDLsnl/JnM3113Kdst7Ndy trbNHnp2sG0yPPapAugVpGowavzNQ/cyPRxhHZWQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85358FA2C; Wed, 3 Apr 2024 20:06:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712174769229720" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 20:06:09 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240403200609.85358FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712174769229720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Apr 3 20:06:09 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/difftastic to 0.57.0 To generate a diff of this commit: cvs rdiff -u -r1.2201 -r1.2202 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712174769229720 Content-Disposition: inline Content-Length: 715 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.2201 pkgsrc/doc/CHANGES-2024:1.2202 --- pkgsrc/doc/CHANGES-2024:1.2201 Wed Apr 3 20:04:01 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 3 20:06:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2201 2024/04/03 20:04:01 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2202 2024/04/03 20:06:09 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3724,3 +3724,4 @@ Changes to the packages collection and i Updated graphics/simp to 3.5.3 [pin 2024-04-03] Updated shells/oh-my-posh to 19.20.0 [pin 2024-04-03] Updated shells/nushell to 0.92.0 [pin 2024-04-03] + Updated devel/difftastic to 0.57.0 [pin 2024-04-03] --_----------=_1712174769229720--