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 5C1C97AAA0 for ; Wed, 20 Jul 2016 11:17:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0A59A8601F; Wed, 20 Jul 2016 11:17:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 900C08601C for ; Wed, 20 Jul 2016 11:17:46 +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 OnauwR3yJ3Aa for ; Wed, 20 Jul 2016 11:17:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F247A85E00 for ; Wed, 20 Jul 2016 11:17:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED0DBFBB5; Wed, 20 Jul 2016 11:17:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469013465158420" MIME-Version: 1.0 Date: Wed, 20 Jul 2016 11:17:45 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Module-Manifest-Skip To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160720111745.ED0DBFBB5@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. --_----------=_1469013465158420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jul 20 11:17:45 UTC 2016 Modified Files: pkgsrc/devel/p5-Module-Manifest-Skip: Makefile Log Message: - Added following package on BUILD_DEPENDS for make test p5-Moo-[0-9]*:../../devel/p5-Moo To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Module-Manifest-Skip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469013465158420 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Module-Manifest-Skip/Makefile diff -u pkgsrc/devel/p5-Module-Manifest-Skip/Makefile:1.4 pkgsrc/devel/p5-Module-Manifest-Skip/Makefile:1.5 --- pkgsrc/devel/p5-Module-Manifest-Skip/Makefile:1.4 Wed Jun 8 19:23:12 2016 +++ pkgsrc/devel/p5-Module-Manifest-Skip/Makefile Wed Jul 20 11:17:45 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 19:23:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/07/20 11:17:45 mef Exp $ DISTNAME= Module-Manifest-Skip-0.23 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ COMMENT= Module::Manifest::Skip - MANIFE LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install +# for make test +BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo PERL5_PACKLIST= auto/Module/Manifest/Skip/.packlist USE_LANGUAGES= # none --_----------=_1469013465158420--