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 BAC9A7A1BC for ; Tue, 18 Apr 2017 13:55:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 65AFC84DF4; Tue, 18 Apr 2017 13:55:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8C8E84DEE for ; Tue, 18 Apr 2017 13:55:45 +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 Q-6637TrVXJ4 for ; Tue, 18 Apr 2017 13:55:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5776A84DB7 for ; Tue, 18 Apr 2017 13:55:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55A4BFBE4; Tue, 18 Apr 2017 13:55:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149252374525580" MIME-Version: 1.0 Date: Tue, 18 Apr 2017 13:55:45 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-MooseX-Role-Tempdir To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170418135545.55A4BFBE4@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. --_----------=_149252374525580 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:55:45 UTC 2017 Modified Files: pkgsrc/devel/p5-MooseX-Role-Tempdir: 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.5 -r1.6 pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149252374525580 Content-Disposition: inline Content-Length: 910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile diff -u pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile:1.5 pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile:1.6 --- pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile:1.5 Fri Jul 15 11:41:11 2016 +++ pkgsrc/devel/p5-MooseX-Role-Tempdir/Makefile Tue Apr 18 13:55:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/07/15 11:41:11 wen Exp $ +# $NetBSD: Makefile,v 1.6 2017/04/18 13:55:45 mef Exp $ # DISTNAME= MooseX-Role-Tempdir-0.100 @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} # for make test BUILD_DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager PERL5_PACKLIST= auto/MooseX/Role/Tempdir/.packlist USE_LANGUAGES= # none --_----------=_149252374525580--