Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B1CB57A1FA for ; Mon, 20 Mar 2017 13:20:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 640978563E; Mon, 20 Mar 2017 13:20:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E751085637 for ; Mon, 20 Mar 2017 13:20:23 +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 CYRStEWK368s for ; Mon, 20 Mar 2017 13:20:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50B9C8562E for ; Mon, 20 Mar 2017 13:20:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F1B1FBE4; Mon, 20 Mar 2017 13:20:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490016022230180" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 13:20:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170320132023.4F1B1FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1490016022230180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 20 13:20:22 UTC 2017 Modified Files: pkgsrc/devel/p5-Params-ValidationCompiler: Makefile Log Message: Add following lines for make test BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1490016022230180 Content-Disposition: inline Content-Length: 1117 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Params-ValidationCompiler/Makefile diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.9 --- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8 Wed Jan 25 12:17:08 2017 +++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile Mon Mar 20 13:20:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/25 12:17:08 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/03/20 13:20:22 mef Exp $ DISTNAME= Params-ValidationCompiler-0.23 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,8 @@ DEPENDS+= p5-Eval-Closure-[0-9]*:../../d DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class # TEST_DEPENDS BUILD_DEPENDS+= p5-Specio>=0.14:../../devel/p5-Specio +BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info +BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module --_----------=_1490016022230180--