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 2FF007A140 for ; Mon, 13 Feb 2017 12:16:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D76AF85577; Mon, 13 Feb 2017 12:16:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67C3584D04 for ; Mon, 13 Feb 2017 12:16:17 +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 P0gYsex6oGvH for ; Mon, 13 Feb 2017 12:16:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C63FF84CD9 for ; Mon, 13 Feb 2017 12:16:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C14DDFBE3; Mon, 13 Feb 2017 12:16:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148698817651930" MIME-Version: 1.0 Date: Mon, 13 Feb 2017 12:16:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-MooseX-Params-Validate To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170213121616.C14DDFBE3@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. --_----------=_148698817651930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Feb 13 12:16:16 UTC 2017 Modified Files: pkgsrc/devel/p5-MooseX-Params-Validate: Makefile Log Message: Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-MooseX-Params-Validate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148698817651930 Content-Disposition: inline Content-Length: 1221 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooseX-Params-Validate/Makefile diff -u pkgsrc/devel/p5-MooseX-Params-Validate/Makefile:1.17 pkgsrc/devel/p5-MooseX-Params-Validate/Makefile:1.18 --- pkgsrc/devel/p5-MooseX-Params-Validate/Makefile:1.17 Wed Jun 8 19:23:17 2016 +++ pkgsrc/devel/p5-MooseX-Params-Validate/Makefile Mon Feb 13 12:16:16 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/06/08 19:23:17 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/02/13 12:16:16 mef Exp $ # DISTNAME= MooseX-Params-Validate-0.21 @@ -15,12 +15,15 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/Params/Validate/.packlist -BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception - DEPENDS+= p5-Devel-Caller-[0-9]*:../../devel/p5-Devel-Caller DEPENDS+= p5-Moose>=0.58:../../devel/p5-Moose DEPENDS+= p5-Params-Validate>=0.88:../../devel/p5-Params-Validate DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter +# for make test +BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager + + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_148698817651930--