Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gWDhv3oP; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J6/PPcCi Received: by mail.netbsd.org (Postfix, from userid 605) id 1AAF484D91; Tue, 30 Apr 2024 01:14:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714439672; bh=208qMx3vP1mojEYtpCVgEZ+vCT7kEwoQ69AdS1cOCx8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gWDhv3oP0hafg2I5FwikTmITR1ykLuXmdT+eFFAW63HA5maUcHgLN+mWYBKQmsVlC gjcuCz3Noig0zEEGzJkDjUeWJioZgv20JOT+sh32l4q8ebBby4yv0cPL5GPH+jhCbp NiZbLRQOjkCEVE5eMOXJCfXI6o3CO09SvzcHuh9s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C6A184D4C for ; Tue, 30 Apr 2024 01:14:31 +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 lY-Fq7F1WG9C for ; Tue, 30 Apr 2024 01:14:30 +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 6160D84D07 for ; Tue, 30 Apr 2024 01:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714439670; bh=208qMx3vP1mojEYtpCVgEZ+vCT7kEwoQ69AdS1cOCx8=; h=Date:From:Subject:To:Reply-To; b=J6/PPcCipDcI7xYqXmiZomzbMPHgzen3p8v506FbDC2Q/GljF269PSCQuIhBZxqGK sjepS8/fgKXdCcfJbVnmVIROI7YsH/a0U8omHM5XIbHxbklhZ9rc7QjMQzdu17Dxeu P7gMWEpAOQjAFKLxQyYJk9ZYTqQoFp4mgkmfMUyA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57741FA2C; Tue, 30 Apr 2024 01:14:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171443967083310" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 01:14:30 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240430011430.57741FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171443967083310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Apr 30 01:14:30 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/p5-Devel-Cover to 1.42 To generate a diff of this commit: cvs rdiff -u -r1.2876 -r1.2877 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171443967083310 Content-Disposition: inline Content-Length: 742 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.2876 pkgsrc/doc/CHANGES-2024:1.2877 --- pkgsrc/doc/CHANGES-2024:1.2876 Tue Apr 30 01:03:26 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 01:14:30 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2876 2024/04/30 01:03:26 wen Exp $ +$NetBSD: CHANGES-2024,v 1.2877 2024/04/30 01:14:30 wen Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4701,3 +4701,4 @@ Changes to the packages collection and i Updated devel/hs-unordered-containers to 0.2.20 [pho 2024-04-29] Updated devel/p5-Data-Printer to 1.002001 [wen 2024-04-30] Updated devel/p5-Data-UUID to 1.227 [wen 2024-04-30] + Updated devel/p5-Devel-Cover to 1.42 [wen 2024-04-30] --_----------=_171443967083310--