diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-16 02:23:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-16 02:23:57 +0000 |
commit | 22f095f430d7424d10bcca699f8a6856552a4d64 (patch) | |
tree | 381cea04e30dee3dfedf7d2f6cd0bd4e23009f64 /devel/p5-Test-Simple | |
parent | e2b717d23865e0599f2a27f5ec30cc1588044b96 (diff) |
Notes
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Simple/files/patch-Makefile.PL | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 98ac1c754112..244191106b92 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Simple -PORTVERSION= 0.67 +PORTVERSION= 0.70 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 9b1239e18be1..2b35c6a922d2 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Simple-0.67.tar.gz) = 9cc4491938d9f03c3bbf0cb1b5450ad0 -SHA256 (Test-Simple-0.67.tar.gz) = c78989a18462066d06d5379ed93d17beb7acb352b540ed6e2807e1f4791457f9 -SIZE (Test-Simple-0.67.tar.gz) = 76284 +MD5 (Test-Simple-0.70.tar.gz) = 8fc54e4c018e7a6fda7b916effd27824 +SHA256 (Test-Simple-0.70.tar.gz) = 8968190e8970ae4e3baad4a6513b8bc3049fafe3d42fb40d15f95cb4ad3bda67 +SIZE (Test-Simple-0.70.tar.gz) = 77621 diff --git a/devel/p5-Test-Simple/files/patch-Makefile.PL b/devel/p5-Test-Simple/files/patch-Makefile.PL index 335795ee8959..355177b09188 100644 --- a/devel/p5-Test-Simple/files/patch-Makefile.PL +++ b/devel/p5-Test-Simple/files/patch-Makefile.PL @@ -1,10 +1,10 @@ ---- Makefile.PL.orig Sat Nov 11 10:48:48 2006 -+++ Makefile.PL Sat Nov 11 10:49:03 2006 +--- Makefile.PL.orig Wed Mar 14 08:25:01 2007 ++++ Makefile.PL Fri Mar 16 10:22:12 2007 @@ -52,7 +52,7 @@ Test::Harness => 2.03, }, - # Added to the core somewhere around 5.7.2. -- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site', + # Added to the core in 5.7.3 and also 5.6.2. +- INSTALLDIRS => $] >= 5.006002 ? 'perl' : 'site', + INSTALLDIRS => 'site', ($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()), ); |