Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 5A2ACA65D1 for ; Sat, 22 Aug 2015 22:39:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 022F914A2B6; Sat, 22 Aug 2015 22:39:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43EBE14A2B5 for ; Sat, 22 Aug 2015 22:39:24 +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 Z9C7jvcKPUci for ; Sat, 22 Aug 2015 22:39:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D19CD14A2A4 for ; Sat, 22 Aug 2015 22:39:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C59D898; Sat, 22 Aug 2015 22:39:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 22 Aug 2015 22:39:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Kwalitee To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150822223923.C59D898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sat Aug 22 22:39:23 UTC 2015 Modified Files: pkgsrc/devel/p5-Test-Kwalitee: Makefile Log Message: Add following lines for make test DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean # for make test BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip BUILD_DEPENDS+= p5-File-Find-Object-[0-9]*:../../devel/p5-File-Find-Object BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Test-Kwalitee/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.