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 594257A1F5 for ; Tue, 18 Apr 2017 13:57:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0ABD484DB7; Tue, 18 Apr 2017 13:57:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9032484D9E for ; Tue, 18 Apr 2017 13:57:15 +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 IkKVShIlHnX7 for ; Tue, 18 Apr 2017 13:57:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F29E384D8B for ; Tue, 18 Apr 2017 13:57:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0DA5FBE4; Tue, 18 Apr 2017 13:57:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492523834240770" MIME-Version: 1.0 Date: Tue, 18 Apr 2017 13:57:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-MooseX-Types-Stringlike To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170418135714.F0DA5FBE4@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. --_----------=_1492523834240770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Apr 18 13:57:14 UTC 2017 Modified Files: pkgsrc/devel/p5-MooseX-Types-Stringlike: Makefile Log Message: Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make test To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492523834240770 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile diff -u pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile:1.6 pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile:1.7 --- pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile:1.6 Wed Jun 8 19:23:18 2016 +++ pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile Tue Apr 18 13:57:14 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/06/08 19:23:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/04/18 13:57:14 mef Exp $ # DISTNAME= MooseX-Types-Stringlike-0.003 @@ -13,6 +13,8 @@ COMMENT= Commonly-used type constraints LICENSE= apache-2.0 DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types +# for make test +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/Types/Stringlike/.packlist --_----------=_1492523834240770--