1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 0.71

This commit is contained in:
Martin Wilke 2007-09-17 12:59:56 +00:00
parent c23224f8f6
commit 1eb03ea996
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199611
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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') : ()),
);