diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-22 17:27:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-22 17:27:36 +0000 |
commit | 4f429e4710aab550e4ba5fb6e46a09b9f8657aca (patch) | |
tree | dca333e6afdd3cd63ea85a9337c910f4b0af79eb /devel/p5-Carp-Clan | |
parent | 49bfe44ffc8de0a27c6a5844df06004675ddbbfe (diff) | |
download | ports-4f429e4710aab550e4ba5fb6e46a09b9f8657aca.tar.gz ports-4f429e4710aab550e4ba5fb6e46a09b9f8657aca.zip |
- update to 5.10
Notes
Notes:
svn path=/head/; revision=206031
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r-- | devel/p5-Carp-Clan/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/files/patch-Makefile.PL | 19 |
3 files changed, 5 insertions, 24 deletions
diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile index c09b4644cc1a..199915a40646 100644 --- a/devel/p5-Carp-Clan/Makefile +++ b/devel/p5-Carp-Clan/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Carp-Clan -PORTVERSION= 5.9 +PORTVERSION= 5.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Carp +MASTER_SITE_SUBDIR= ../by-authors/id/J/JJ/JJORE/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/devel/p5-Carp-Clan/distinfo b/devel/p5-Carp-Clan/distinfo index 5f923895bedd..0c487b373d40 100644 --- a/devel/p5-Carp-Clan/distinfo +++ b/devel/p5-Carp-Clan/distinfo @@ -1,3 +1,3 @@ -MD5 (Carp-Clan-5.9.tar.gz) = a4278ba440a56665b2d143f18521856c -SHA256 (Carp-Clan-5.9.tar.gz) = 49e77a0d65292e56f9a4fa3d5682ab0939d6306369c0296bb6c71e0f00af7b49 -SIZE (Carp-Clan-5.9.tar.gz) = 18894 +MD5 (Carp-Clan-5.10.tar.gz) = 64bd76295ab55e8a60741483f08b311c +SHA256 (Carp-Clan-5.10.tar.gz) = 5f104fb26031a8725a8f0206e6b5db0fb099c2b530aee7c4145eec0863cbad17 +SIZE (Carp-Clan-5.10.tar.gz) = 18618 diff --git a/devel/p5-Carp-Clan/files/patch-Makefile.PL b/devel/p5-Carp-Clan/files/patch-Makefile.PL deleted file mode 100644 index c0a7b5ea103c..000000000000 --- a/devel/p5-Carp-Clan/files/patch-Makefile.PL +++ /dev/null @@ -1,19 +0,0 @@ ---- 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' ) =~ /^y/i -- ) --{ -- $PREREQ_PM{'Object::Deadly'} = '0.08'; --} - - WriteMakefile( - NAME => 'Carp::Clan', |