aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-03-16 10:23:57 +0800
committerclsung <clsung@FreeBSD.org>2007-03-16 10:23:57 +0800
commit53bb5d14a51a0ebacac5b05b8555e86e1b2a5c02 (patch)
tree4e68e298f535ae7d3310b170bff213d0cd27354f
parentcf0b53874c25b3ccb11460e48e3962722804c38f (diff)
downloadfreebsd-ports-gnome-53bb5d14a51a0ebacac5b05b8555e86e1b2a5c02.tar.gz
freebsd-ports-gnome-53bb5d14a51a0ebacac5b05b8555e86e1b2a5c02.tar.zst
freebsd-ports-gnome-53bb5d14a51a0ebacac5b05b8555e86e1b2a5c02.zip
- Update to 0.70
-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 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') : ()),
);