aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-01-23 01:27:36 +0800
committerleeym <leeym@FreeBSD.org>2008-01-23 01:27:36 +0800
commit1c175f9284fba0fad29cfa28f99ca8328ce8fc44 (patch)
tree5891c3d2d0521454ce301ef3ebce3218a4e2c75b
parent7ff327a16ed3745bb8566b55ed02431e71451814 (diff)
downloadfreebsd-ports-graphics-1c175f9284fba0fad29cfa28f99ca8328ce8fc44.tar.gz
freebsd-ports-graphics-1c175f9284fba0fad29cfa28f99ca8328ce8fc44.tar.zst
freebsd-ports-graphics-1c175f9284fba0fad29cfa28f99ca8328ce8fc44.zip
- update to 5.10
-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, 5 insertions, 24 deletions
diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile
index c09b4644cc1..199915a4064 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 5f923895bed..0c487b373d4 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 c0a7b5ea103..00000000000
--- 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',