aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Carp-Clan
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-12 06:11:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-12 06:11:54 +0000
commitd5fc72e88cb7fe3fa22e2b7174566e72fdc0e32f (patch)
tree1907dff12bdfe16f6a8b8b76b86835822b5e4770 /devel/p5-Carp-Clan
parentd47a8857e7d8e970a95f495c7104450d63626aeb (diff)
downloadports-d5fc72e88cb7fe3fa22e2b7174566e72fdc0e32f.tar.gz
ports-d5fc72e88cb7fe3fa22e2b7174566e72fdc0e32f.zip
- update to 5.9
Notes
Notes: svn path=/head/; revision=189838
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r--devel/p5-Carp-Clan/Makefile4
-rw-r--r--devel/p5-Carp-Clan/distinfo6
-rw-r--r--devel/p5-Carp-Clan/files/patch-Makefile.PL19
3 files changed, 17 insertions, 12 deletions
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 <jjore@cpan.org>',