Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=e/e9bSzU; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YvrVGEyv Received: by mail.netbsd.org (Postfix, from userid 605) id 257A784E8C; Wed, 13 Mar 2024 13:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710338052; bh=wJ234DpHuo64qEz922Hsm2S2/OzuPZ7FdIzJoNRvEOI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=e/e9bSzUGL7DhopTODRmyS7haeIkpKoIhnR8rWwUm/UNYK5g0mZRqEseWXR6l9b2T 2OFFt/qznQV21BgCS0BrzCiSxjbSLk/XkyiyOg3JjhtEKDw07wmXScy21EmhHcx3h4 OczEu3oy5OPYmzdsOHQxVZpYGvMXj8nhGs2DWKYg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 163CE84E80 for ; Wed, 13 Mar 2024 13:54:11 +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 6LzXdntPw1pK for ; Wed, 13 Mar 2024 13:54:10 +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 6B3AA84D3D for ; Wed, 13 Mar 2024 13:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710338050; bh=wJ234DpHuo64qEz922Hsm2S2/OzuPZ7FdIzJoNRvEOI=; h=Date:From:Subject:To:Reply-To; b=YvrVGEyvlLHShFiy9tXeyUmT9N7zRaZ4m0ZA2pCmoTzyBgEAQlFNT0cqDx542iAau oEeR6XyNfR4PTVRP4yp0bdXl1wdVspKDfE6UsyzJupnn7vB81I+hr9bMoMvPuNj2S+ k+p5uDjg5E+QWmXdSHcJsyaAkFGNPj0xtx62Rbdg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64A0DFA2C; Wed, 13 Mar 2024 13:54:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710338050204330" MIME-Version: 1.0 Date: Wed, 13 Mar 2024 13:54:10 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20240313135410.64A0DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710338050204330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Wed Mar 13 13:54:10 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated biology/minimap2 to 2.27 To generate a diff of this commit: cvs rdiff -u -r1.1856 -r1.1857 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710338050204330 Content-Disposition: inline Content-Length: 739 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.1856 pkgsrc/doc/CHANGES-2024:1.1857 --- pkgsrc/doc/CHANGES-2024:1.1856 Wed Mar 13 06:47:18 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Mar 13 13:54:10 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1856 2024/03/13 06:47:18 msaitoh Exp $ +$NetBSD: CHANGES-2024,v 1.1857 2024/03/13 13:54:10 bacon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3129,3 +3129,4 @@ Changes to the packages collection and i Added misc/emacspeak version 59.0 [wiz 2024-03-13] Updated x11/i3lock to 2.14.1 [wiz 2024-03-13] Updated sysutils/intel-microcode-netbsd to 20240312 [msaitoh 2024-03-13] + Updated biology/minimap2 to 2.27 [bacon 2024-03-13] --_----------=_1710338050204330--