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 BEBEE7A213 for ; Wed, 20 Jul 2016 13:13:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 73BB88604B; Wed, 20 Jul 2016 13:13:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05A3185EAF for ; Wed, 20 Jul 2016 13:13:26 +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 0TM9Gerzbd8Z for ; Wed, 20 Jul 2016 13:13:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6249084CFD for ; Wed, 20 Jul 2016 13:13:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6037CFBB5; Wed, 20 Jul 2016 13:13:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469020405102300" MIME-Version: 1.0 Date: Wed, 20 Jul 2016 13:13:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-MooseX-ClassAttribute To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160720131325.6037CFBB5@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. --_----------=_1469020405102300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jul 20 13:13:25 UTC 2016 Modified Files: pkgsrc/devel/p5-MooseX-ClassAttribute: Makefile Log Message: - Add following packages on BUILD_DEPENDS for make test p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469020405102300 Content-Disposition: inline Content-Length: 994 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile diff -u pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile:1.22 pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile:1.23 --- pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile:1.22 Wed Jul 20 11:19:03 2016 +++ pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile Wed Jul 20 13:13:25 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/07/20 11:19:03 mef Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/20 13:13:25 mef Exp $ # DISTNAME= MooseX-ClassAttribute-0.29 @@ -21,6 +21,8 @@ DEPENDS+= p5-namespace-autoclean>=0.11:. #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple # for make test #BUILD_DEPENDS+= p5-MooseX-Role-Strict-[0-9]*:../../devel/p5-MooseX-Role-Strict +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1469020405102300--