From d5fc72e88cb7fe3fa22e2b7174566e72fdc0e32f Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Thu, 12 Apr 2007 06:11:54 +0000 Subject: - update to 5.9 --- devel/p5-Carp-Clan/Makefile | 4 +++- devel/p5-Carp-Clan/distinfo | 6 +++--- devel/p5-Carp-Clan/files/patch-Makefile.PL | 19 +++++++++++-------- 3 files changed, 17 insertions(+), 12 deletions(-) (limited to 'devel') diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile index 832730c82e1f..c09b4644cc1a 100644 --- a/devel/p5-Carp-Clan/Makefile +++ b/devel/p5-Carp-Clan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Carp-Clan -PORTVERSION= 5.8 +PORTVERSION= 5.9 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Carp @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Report errors from perspective of caller of a "clan" of modules +BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN3= Carp::Clan.3 diff --git a/devel/p5-Carp-Clan/distinfo b/devel/p5-Carp-Clan/distinfo index 667a373116a4..5f923895bedd 100644 --- a/devel/p5-Carp-Clan/distinfo +++ b/devel/p5-Carp-Clan/distinfo @@ -1,3 +1,3 @@ -MD5 (Carp-Clan-5.8.tar.gz) = 6b1d009d5c51e776f359c45c3cb533f0 -SHA256 (Carp-Clan-5.8.tar.gz) = 2f4ffaaa9aef4dc63a0927b4c670ea8c471c497ae98f4dfaaf98d9609e0cd71e -SIZE (Carp-Clan-5.8.tar.gz) = 18687 +MD5 (Carp-Clan-5.9.tar.gz) = a4278ba440a56665b2d143f18521856c +SHA256 (Carp-Clan-5.9.tar.gz) = 49e77a0d65292e56f9a4fa3d5682ab0939d6306369c0296bb6c71e0f00af7b49 +SIZE (Carp-Clan-5.9.tar.gz) = 18894 diff --git a/devel/p5-Carp-Clan/files/patch-Makefile.PL b/devel/p5-Carp-Clan/files/patch-Makefile.PL index 5a50f3f01353..c0a7b5ea103c 100644 --- a/devel/p5-Carp-Clan/files/patch-Makefile.PL +++ b/devel/p5-Carp-Clan/files/patch-Makefile.PL @@ -1,16 +1,19 @@ ---- Makefile.PL.orig Tue Oct 3 18:20:41 2006 -+++ Makefile.PL Tue Oct 3 18:21:02 2006 -@@ -4,13 +4,6 @@ - use ExtUtils::MakeMaker; - my %PREREQ_PM; +--- Makefile.PL.orig Thu Apr 12 13:47:25 2007 ++++ Makefile.PL Thu Apr 12 13:47:36 2007 +@@ -7,16 +7,6 @@ + 'Test::Exception' => 0, + ); +-# Object::Deadly uses Carp::Clan for its runtime. This is a circular +-# dependency and is resolved by installing Carp::Clan without +-# Object::Deadly. Once Object::Deadly is installed, Carp::Clan may use +-# it for testing. -if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]', -- 'no' ) =~ /\Ay/imx +- 'no' ) =~ /^y/i - ) -{ - $PREREQ_PM{'Object::Deadly'} = '0.08'; -} -- + WriteMakefile( NAME => 'Carp::Clan', - AUTHOR => 'Joshua ben Jore ', -- cgit v1.2.3