From 6323b9f03568870ed9c3375a9c53591e8942f18f Mon Sep 17 00:00:00 2001 From: sno Date: Mon, 15 Feb 2010 15:20:00 +0000 Subject: Updating devel/p5-Devel-PartialDump from 0.12 to 0.13 pkgsrc changes: - Adjust dependencies Upstream changes (since 0.11 because of merge): 0.13 - Merge NUFFIN/Devel-PartialDump-0.12.tar.gz and FLORA/Devel-PartialDump-0.12.tar.gz. - Add Test::Warn to PREREQ_PM - patch by Ranguard 0.12 (NUFFIN) - no more Any::Moose 0.12 (FLORA) - Update example output in the docs with the JSON-like format --- devel/p5-Devel-PartialDump/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/p5-Devel-PartialDump/Makefile b/devel/p5-Devel-PartialDump/Makefile index c47297fd690..0660265ac99 100644 --- a/devel/p5-Devel-PartialDump/Makefile +++ b/devel/p5-Devel-PartialDump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/11/08 22:40:25 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/15 15:20:00 sno Exp $ # DISTNAME= Devel-PartialDump-0.12 @@ -12,13 +12,15 @@ HOMEPAGE= http://search.cpan.org/dist/Devel-PartialDump/ COMMENT= Perl 5 module to make partial dumps of data structures LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose -DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter -DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok +DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean # For test target -BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok + +REPLACE_PERL+= lib/Devel/PartialDump.pm PKG_DESTDIR_SUPPORT= user-destdir -- cgit v1.2.3