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 0C4287A274 for ; Mon, 17 Apr 2017 12:50:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC3A284DD9; Mon, 17 Apr 2017 12:50:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D14F84D96 for ; Mon, 17 Apr 2017 12:50:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dYtVE18tosZM for ; Mon, 17 Apr 2017 12:50:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E8DF84D72 for ; Mon, 17 Apr 2017 12:50:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99A52FBE4; Mon, 17 Apr 2017 12:50:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492433424296460" MIME-Version: 1.0 Date: Mon, 17 Apr 2017 12:50:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Term-Table To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170417125024.99A52FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492433424296460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Apr 17 12:50:24 UTC 2017 Modified Files: pkgsrc/devel/p5-Term-Table: Makefile Log Message: Add following lines for make test BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Term-Table/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492433424296460 Content-Disposition: inline Content-Length: 797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Term-Table/Makefile diff -u pkgsrc/devel/p5-Term-Table/Makefile:1.1 pkgsrc/devel/p5-Term-Table/Makefile:1.2 --- pkgsrc/devel/p5-Term-Table/Makefile:1.1 Mon Mar 20 12:23:39 2017 +++ pkgsrc/devel/p5-Term-Table/Makefile Mon Apr 17 12:50:24 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/03/20 12:23:39 mef Exp $ +# $NetBSD: Makefile,v 1.2 2017/04/17 12:50:24 mef Exp $ DISTNAME= Term-Table-0.006 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,10 @@ HOMEPAGE= http://search.cpan.org/CPAN/au COMMENT= Format a header and rows into a table LICENSE= ${PERL5_LICENSE} +# for make test +BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer + PERL5_PACKLIST= auto/Term/Table/.packlist --_----------=_1492433424296460--