Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dYqO2vtQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xbw2y5sU Received: by mail.netbsd.org (Postfix, from userid 605) id 93DEC84E74; Tue, 30 Apr 2024 03:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714447097; bh=rsIzfY2GRQ7IINjXYNngjpwSAr7+Upnl3yMdRvvkD6Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dYqO2vtQALdYwnJOF1kpjqYQy/2XrixqqgL07OPlaHr5/jV/aYW9I60Uo24jtDAFw B9VzWUJquFbNL7M+leGVTaGSc74lwH9rOJszD4VSZsGuzNDB+ZmBWy1qKM7nw0B+e1 l58Q4APfaRyWWhpYcm2bpKkBhAyUtKiRpdJmMPKc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 851D284D91 for ; Tue, 30 Apr 2024 03:18:16 +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 uEuNfKxAz5T8 for ; Tue, 30 Apr 2024 03:18:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17AEB84D5E for ; Tue, 30 Apr 2024 03:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714447096; bh=rsIzfY2GRQ7IINjXYNngjpwSAr7+Upnl3yMdRvvkD6Y=; h=Date:From:Subject:To:Reply-To; b=xbw2y5sUeE/GaSkBaQnoP/bZup8+FbifEOEaozF/MCRxPMeLPTRuOZO11O9fLhNQ9 IKNEjste9R6v1R6IWu2R6zyM0Ffy1gzb2llIo9BZ4cHpBLLkpfwzhHbnUMOkfy9ZxV oh5qyGlqskeWa8qA1iGPXbWJcBruiZc19hLFIjjY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11E30FA2C; Tue, 30 Apr 2024 03:18:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714447096264830" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 03:18:16 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240430031816.11E30FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714447096264830 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:18:15 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: Add p5-Test-ExpectAndCheck To generate a diff of this commit: cvs rdiff -u -r1.4210 -r1.4211 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714447096264830 Content-Disposition: inline Content-Length: 628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4210 pkgsrc/devel/Makefile:1.4211 --- pkgsrc/devel/Makefile:1.4210 Mon Apr 29 13:27:52 2024 +++ pkgsrc/devel/Makefile Tue Apr 30 03:18:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4210 2024/04/29 13:27:52 nikita Exp $ +# $NetBSD: Makefile,v 1.4211 2024/04/30 03:18:15 wen Exp $ # COMMENT= Development utilities @@ -2147,6 +2147,7 @@ SUBDIR+= p5-Test-EOL SUBDIR+= p5-Test-Exception SUBDIR+= p5-Test-Exit SUBDIR+= p5-Test-Expect +SUBDIR+= p5-Test-ExpectAndCheck SUBDIR+= p5-Test-FailWarnings SUBDIR+= p5-Test-Fatal SUBDIR+= p5-Test-File --_----------=_1714447096264830--