- Update to 1.17

- Remove 4.x cruft
This commit is contained in:
Lars Thegler 2007-02-23 11:02:37 +00:00
parent 35e64aa901
commit 92f6b87418
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185744
3 changed files with 18 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Test-Manifest
PORTVERSION= 1.14
PORTVERSION= 1.17
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -21,12 +21,4 @@ PERL_CONFIGURE= YES
MAN3= Test::Manifest.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
${PERL} -pi -e '$$_="" if m{5.006}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Manifest.pm
${PERL} -pi -e 's/(my\( )?\$$fh( \))?/FH/' ${WRKSRC}/lib/Manifest.pm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (Test-Manifest-1.14.tar.gz) = 4b0a8c9789b65647024e62cd1ee1fb8f
SHA256 (Test-Manifest-1.14.tar.gz) = ef08f15ce5d69877ffa7e44c7136b03cd5945eb5991cf872b740392099fb88c3
SIZE (Test-Manifest-1.14.tar.gz) = 5523
MD5 (Test-Manifest-1.17.tar.gz) = 6c4e391aab2a42e6edb0970c45da31cd
SHA256 (Test-Manifest-1.17.tar.gz) = 64a4954d406bae31a36c452761371392345aaec937ddf4e6369c86de8e56565d
SIZE (Test-Manifest-1.17.tar.gz) = 6744

View File

@ -1,13 +1,13 @@
--- Makefile.PL.orig Sun Jun 6 19:22:52 2004
+++ Makefile.PL Sun Jun 6 19:23:02 2004
@@ -7,8 +7,8 @@
'VERSION_FROM' => 'lib/Manifest.pm',
'PREREQ_PM' => {
- 'Test::More' => '0',
- 'ExtUtils::MakeMaker' => '6.03',
+# 'Test::More' => '0',
+# 'ExtUtils::MakeMaker' => '6.03',
},
'PM' =>
--- ./Makefile.PL.orig Thu Feb 22 20:15:27 2007
+++ ./Makefile.PL Fri Feb 23 11:59:27 2007
@@ -11,8 +11,8 @@
'AUTHOR' => 'brian d foy <bdfoy@cpan.org>',
'PREREQ_PM' => {
- 'Test::More' => '0',
- 'ExtUtils::MakeMaker' => '6.03',
+# 'Test::More' => '0',
+# 'ExtUtils::MakeMaker' => '6.03',
},
'PM' =>