Received: by mail.netbsd.org (Postfix, from userid 605) id 00B2184E7D; Sun, 10 Oct 2021 01:13:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35E9A84D55 for ; Sun, 10 Oct 2021 01:13:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 TaN_zpR--2c4 for ; Sun, 10 Oct 2021 01:13:53 +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 BEB1E84D26 for ; Sun, 10 Oct 2021 01:13:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B639DFA97; Sun, 10 Oct 2021 01:13:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633828433203690" MIME-Version: 1.0 Date: Sun, 10 Oct 2021 01:13:53 +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: <20211010011353.B639DFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633828433203690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Oct 10 01:13:53 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: Add p5-Test-Snapshot To generate a diff of this commit: cvs rdiff -u -r1.3500 -r1.3501 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633828433203690 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3500 pkgsrc/devel/Makefile:1.3501 --- pkgsrc/devel/Makefile:1.3500 Tue Oct 5 12:58:56 2021 +++ pkgsrc/devel/Makefile Sun Oct 10 01:13:53 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3500 2021/10/05 12:58:56 gdt Exp $ +# $NetBSD: Makefile,v 1.3501 2021/10/10 01:13:53 wen Exp $ # COMMENT= Development utilities @@ -1957,6 +1957,7 @@ SUBDIR+= p5-Test-Roo SUBDIR+= p5-Test-Script SUBDIR+= p5-Test-Script-Run SUBDIR+= p5-Test-SharedFork +SUBDIR+= p5-Test-Snapshot SUBDIR+= p5-Test-Spec SUBDIR+= p5-Test-Spelling SUBDIR+= p5-Test-Stream --_----------=_1633828433203690--