diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-04 09:08:27 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-04 09:08:27 +0800 |
commit | 1ef05fd2ab90734bba97ad026582ee3edfc72547 (patch) | |
tree | f0a32c701738bbb274503edce6bb644f1df55c99 /devel/p5-Carp-Clan | |
parent | 82a9c0c4fad21103278760bfaccfcf4df1ee69a7 (diff) | |
download | freebsd-ports-gnome-1ef05fd2ab90734bba97ad026582ee3edfc72547.tar.gz freebsd-ports-gnome-1ef05fd2ab90734bba97ad026582ee3edfc72547.tar.zst freebsd-ports-gnome-1ef05fd2ab90734bba97ad026582ee3edfc72547.zip |
- Update to 5.7
PR: ports/103933
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r-- | devel/p5-Carp-Clan/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/files/patch-Makefile.PL | 17 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile index 8e2bd805e9a5..1f77efada0b6 100644 --- a/devel/p5-Carp-Clan/Makefile +++ b/devel/p5-Carp-Clan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Carp-Clan -PORTVERSION= 5.4 +PORTVERSION= 5.7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Carp diff --git a/devel/p5-Carp-Clan/distinfo b/devel/p5-Carp-Clan/distinfo index e55bbf8fca7f..2d8fd61381d6 100644 --- a/devel/p5-Carp-Clan/distinfo +++ b/devel/p5-Carp-Clan/distinfo @@ -1,3 +1,3 @@ -MD5 (Carp-Clan-5.4.tar.gz) = 04d5a3a00b4b8511421c5ac4144cab74 -SHA256 (Carp-Clan-5.4.tar.gz) = fdb2da0f8932737d82e2113b5105ccc0979ea1daba5c12108ace3b44b53196d4 -SIZE (Carp-Clan-5.4.tar.gz) = 17989 +MD5 (Carp-Clan-5.7.tar.gz) = d42f1a812fc400a7c946c0a882a54e7d +SHA256 (Carp-Clan-5.7.tar.gz) = ab7dea368516b5c22950eaa2bdd17d964831e973277d5caf39075206e094bb0e +SIZE (Carp-Clan-5.7.tar.gz) = 18646 diff --git a/devel/p5-Carp-Clan/files/patch-Makefile.PL b/devel/p5-Carp-Clan/files/patch-Makefile.PL index 9940da91d752..5a50f3f01353 100644 --- a/devel/p5-Carp-Clan/files/patch-Makefile.PL +++ b/devel/p5-Carp-Clan/files/patch-Makefile.PL @@ -1,13 +1,16 @@ ---- ./Makefile.PL.orig Mon Sep 25 14:24:05 2006 -+++ ./Makefile.PL Mon Sep 25 14:24:15 2006 -@@ -4,10 +4,6 @@ +--- 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; + my %PREREQ_PM; --if ( prompt( 'Use Object::Deadly for tests? [Ny]', 'no' ) =~ /\Ay/imx ) { -- push @PREREQ_PM, ( 'Object::Deadly' => '0.08' ); +-if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]', +- 'no' ) =~ /\Ay/imx +- ) +-{ +- $PREREQ_PM{'Object::Deadly'} = '0.08'; -} - WriteMakefile( NAME => 'Carp::Clan', - VERSION_FROM => 'Clan.pm', + AUTHOR => 'Joshua ben Jore <jjore@cpan.org>', |