mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 1.17
- Remove 4.x cruft
This commit is contained in:
parent
35e64aa901
commit
92f6b87418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185744
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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' =>
|
||||
|
Loading…
Reference in New Issue
Block a user