- update to 5.9

This commit is contained in:
Yen-Ming Lee
2007-04-12 06:11:54 +00:00
parent d47a8857e7
commit d5fc72e88c
3 changed files with 17 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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>',