Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RxpdBrao; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LAcQfeH8 Received: by mail.netbsd.org (Postfix, from userid 605) id A3BA584EB1; Tue, 19 Mar 2024 10:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710843202; bh=XlTVjNSe1ardkFhOo4772N0XU5AdpB+RUzODvvERIZQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RxpdBraoDUAENqvlbye/MuYvIy/cA9knkvCGQ/BjZ43REuinPP06VXBN3KomJ2ZP2 C3gu1NYIm4aBtwS/3gLZuSjIsT82Zt2+UTUJjeQ6pNiIa7KE2ZriDa1q2c5ZlCUB/a AJNwm1sKI6gT/Zy3I4OpebPzkLjkBOBsvXwHDzbw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 963CA84EAB for ; Tue, 19 Mar 2024 10:13:21 +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 9Exte66viZnm for ; Tue, 19 Mar 2024 10:13:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2832484D52 for ; Tue, 19 Mar 2024 10:13:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710843201; bh=XlTVjNSe1ardkFhOo4772N0XU5AdpB+RUzODvvERIZQ=; h=Date:From:Subject:To:Reply-To; b=LAcQfeH8xDrmiKn2HXoUC66Epx7VriGceyj8ARv3CObzJ5jeEfeSjm1kg5CRaXfZd i/SI0DL3lePTslLSyD7jkYZQ5wrdgJyg3N/8mqGNkB8kVl2QtpRr3ra18UDqf6FAax Ii2ItToNT87KwKbTKIO6M8kojlQBN23UjzZAczCc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E411FA2C; Tue, 19 Mar 2024 10:13:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710843201273100" MIME-Version: 1.0 Date: Tue, 19 Mar 2024 10:13:21 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240319101321.1E411FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710843201273100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Mar 19 10:13:21 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/go-md2man to 2.0.4 To generate a diff of this commit: cvs rdiff -u -r1.1958 -r1.1959 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710843201273100 Content-Disposition: inline Content-Length: 722 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.1958 pkgsrc/doc/CHANGES-2024:1.1959 --- pkgsrc/doc/CHANGES-2024:1.1958 Tue Mar 19 10:12:46 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Mar 19 10:13:20 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1958 2024/03/19 10:12:46 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1959 2024/03/19 10:13:20 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3260,3 +3260,4 @@ Changes to the packages collection and i Updated shells/oh-my-posh to 19.18.1 [pin 2024-03-19] Updated www/p5-HTML-Parser to 3.82 [wiz 2024-03-19] Updated www/p5-HTML-Tagset to 3.24 [wiz 2024-03-19] + Updated textproc/go-md2man to 2.0.4 [pin 2024-03-19] --_----------=_1710843201273100--