diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-03-01 02:56:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-03-01 02:56:16 +0000 |
commit | de9e13b38362796b01515288ab47755cc387eb5c (patch) | |
tree | 6685206efdc0eb20640155716869f3234167cd88 /devel | |
parent | fa96f9029ae254bccfdd4eee7f01ebe6044b7c0f (diff) |
- Update to 0.78
Notes
Notes:
svn path=/head/; revision=208236
Diffstat (limited to 'devel')
-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 | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index cab0866ca47c..02c259769ea1 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Simple -PORTVERSION= 0.74 +PORTVERSION= 0.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index a0acbdc63932..9677cb2c37e4 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Simple-0.74.tar.gz) = 9d672cadcf50de40e08edce9a819da1c -SHA256 (Test-Simple-0.74.tar.gz) = 2282e5343f8ac2e84b0f61159cdc135a745b613575981254269c30c8e784abea -SIZE (Test-Simple-0.74.tar.gz) = 79837 +MD5 (Test-Simple-0.78.tar.gz) = 1d71b03b7bd31975a96dc5c920b00061 +SHA256 (Test-Simple-0.78.tar.gz) = 64fe6192cc1fdfc2288717cfb99584220cde8b908ca1ad560d640fd73ce1a2aa +SIZE (Test-Simple-0.78.tar.gz) = 81433 diff --git a/devel/p5-Test-Simple/files/patch-Makefile.PL b/devel/p5-Test-Simple/files/patch-Makefile.PL deleted file mode 100644 index 682277884f3d..000000000000 --- a/devel/p5-Test-Simple/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2007-09-10 00:45:35.000000000 +0200 -+++ Makefile.PL 2007-09-17 14:49:13.000000000 +0200 -@@ -52,7 +52,7 @@ - Test::Harness => 2.03, - }, - # 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') : ()), - ); - |