Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yBlbMW4t; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ltMZsKYZ Received: by mail.netbsd.org (Postfix, from userid 605) id 19C1084E77; Tue, 30 Apr 2024 03:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714447258; bh=2EQ8+x4xDHEhGs1DGRJG74oOA8f52jGVBqm/10X1IrM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=yBlbMW4t22uGv+dEiE9hDPojEfpsucDRdMG76+kSolnkQH5u2A5tt7PjiWldh7wLu KgpGou0lsJgnzEpVFnJ1cXeRQSeuJiSEu7xNxqBtvBQ+RFo44UM/R0BkEyuF0MeBkw d8e+SJ+07ldLJAQ8NS2srUxcaYUqMzZ36iYnvoMk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A57E84D91 for ; Tue, 30 Apr 2024 03:20:57 +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 r7IbSz16NUUz for ; Tue, 30 Apr 2024 03:20:56 +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 5F3C284D5E for ; Tue, 30 Apr 2024 03:20:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714447256; bh=2EQ8+x4xDHEhGs1DGRJG74oOA8f52jGVBqm/10X1IrM=; h=Date:From:Subject:To:Reply-To; b=ltMZsKYZNZHenQtmjqBseKmyYVcePCp0niqAEt9tuesmWK96BJOevE74BNSWPrGRa C2p8dwPnQb1lcp8hAEOsDQRNzb16N1WwiEijpdK92YdBFqYFm3vrSGTFNSuPNLZujI V3kIkCFfRDDBKAK05CNbFTGQ//J+V+J4px3N6J1I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59D66FA2C; Tue, 30 Apr 2024 03:20:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714447256176420" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 03:20:56 +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: <20240430032056.59D66FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714447256176420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Apr 30 03:20:56 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Added devel/p5-Test-ExpectAndCheck version 0.06 To generate a diff of this commit: cvs rdiff -u -r1.2881 -r1.2882 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714447256176420 Content-Disposition: inline Content-Length: 738 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.2881 pkgsrc/doc/CHANGES-2024:1.2882 --- pkgsrc/doc/CHANGES-2024:1.2881 Tue Apr 30 03:20:14 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 03:20:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2881 2024/04/30 03:20:14 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2882 2024/04/30 03:20:56 wen Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4706,3 +4706,4 @@ Changes to the packages collection and i Updated devel/p5-Expect to 1.38 [wen 2024-04-30] Updated lang/hs-hslua-marshalling to 2.3.1 [pho 2024-04-30] Updated editors/featherpad to 1.5.1 [pin 2024-04-30] + Added devel/p5-Test-ExpectAndCheck version 0.06 [wen 2024-04-30] --_----------=_1714447256176420--