aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-17 12:59:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-17 12:59:56 +0000
commit1eb03ea9964d5f7d8a7f15bb87e502d52a87515f (patch)
tree854ad8fc1427fe7cbd5833cdf7d42fc59485b6e9 /devel
parentc23224f8f675cf17d8380c6ea3e8e80303e121ef (diff)
downloadports-1eb03ea9964d5f7d8a7f15bb87e502d52a87515f.tar.gz
ports-1eb03ea9964d5f7d8a7f15bb87e502d52a87515f.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Simple/Makefile2
-rw-r--r--devel/p5-Test-Simple/distinfo6
-rw-r--r--devel/p5-Test-Simple/files/patch-Makefile.PL8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 244191106b92..ede5adeaf74f 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-Simple
-PORTVERSION= 0.70
+PORTVERSION= 0.71
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 2b35c6a922d2..925570ea0b34 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-Simple-0.70.tar.gz) = 8fc54e4c018e7a6fda7b916effd27824
-SHA256 (Test-Simple-0.70.tar.gz) = 8968190e8970ae4e3baad4a6513b8bc3049fafe3d42fb40d15f95cb4ad3bda67
-SIZE (Test-Simple-0.70.tar.gz) = 77621
+MD5 (Test-Simple-0.71.tar.gz) = 8ca186a5cb0410d0440cb3e988b9bdc1
+SHA256 (Test-Simple-0.71.tar.gz) = 7062bfdecf6c241d0a9c02c82847e463c12cf5ccc31b5fa201f1aaab910c6118
+SIZE (Test-Simple-0.71.tar.gz) = 79758
diff --git a/devel/p5-Test-Simple/files/patch-Makefile.PL b/devel/p5-Test-Simple/files/patch-Makefile.PL
index 355177b09188..682277884f3d 100644
--- a/devel/p5-Test-Simple/files/patch-Makefile.PL
+++ b/devel/p5-Test-Simple/files/patch-Makefile.PL
@@ -1,11 +1,11 @@
---- Makefile.PL.orig Wed Mar 14 08:25:01 2007
-+++ Makefile.PL Fri Mar 16 10:22:12 2007
+--- 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') : ()),
++ INSTALLDIRS => $] >= 'site',
+ ($ExtUtils::MakeMaker::VERSION >= 6.31 ? (LICENSE => 'perl') : ()),
);