aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2006-11-12 13:51:18 +0800
committerleeym <leeym@FreeBSD.org>2006-11-12 13:51:18 +0800
commitca2c621bbb5e3914bcc9341e15c95d010dc6203c (patch)
tree13855a815ed8aebcf420c589e6ea28c03b7d166c /devel/p5-Test-Simple
parentb63dfcfc6caebeb8c2a75e73b7b144cbc68d1d6a (diff)
downloadfreebsd-ports-gnome-ca2c621bbb5e3914bcc9341e15c95d010dc6203c.tar.gz
freebsd-ports-gnome-ca2c621bbb5e3914bcc9341e15c95d010dc6203c.tar.zst
freebsd-ports-gnome-ca2c621bbb5e3914bcc9341e15c95d010dc6203c.zip
- Update to 0.65
PR: 105394 Submitted by: gslin at gslin.org
Diffstat (limited to 'devel/p5-Test-Simple')
-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.PL14
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index ad3fe60cec90..4b1ff8078b82 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-Simple
-PORTVERSION= 0.64
+PORTVERSION= 0.65
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 f0b3102b9377..7c3701201095 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-Simple-0.64.tar.gz) = e22dcd4f06eed7b389f2bd0d17ed4dc1
-SHA256 (Test-Simple-0.64.tar.gz) = 4d06bff53e2f3bdcd8535898469a7c816d6b4067a5f586255049223bf1bb9883
-SIZE (Test-Simple-0.64.tar.gz) = 70874
+MD5 (Test-Simple-0.65.tar.gz) = 1adf5c0529a9184d2c87d5c7c07121cd
+SHA256 (Test-Simple-0.65.tar.gz) = e7170184b4e50bc4c4e7f7f39681751e5c3953bdb37839213ca14fa2cbc2b682
+SIZE (Test-Simple-0.65.tar.gz) = 76157
diff --git a/devel/p5-Test-Simple/files/patch-Makefile.PL b/devel/p5-Test-Simple/files/patch-Makefile.PL
index 6aa572f82bd4..335795ee8959 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~ Mon Aug 26 06:53:00 2002
-+++ Makefile.PL Wed Aug 28 11:15:58 2002
-@@ -37,7 +37,7 @@
- File::Spec => 0.6,
+--- Makefile.PL.orig Sat Nov 11 10:48:48 2006
++++ Makefile.PL Sat Nov 11 10:49:03 2006
+@@ -52,7 +52,7 @@
+ Test::Harness => 2.03,
},
# Added to the core somewhere around 5.7.2.
-- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
-+ INSTALLDIRS => 'site'
+- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site',
++ INSTALLDIRS => 'site',
+ ($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()),
);
-