diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-02-23 11:02:37 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-02-23 11:02:37 +0000 |
commit | 92f6b87418d3eebed9c6982eac7dbda35520d72c (patch) | |
tree | 47fb9b1147637e7f7a9279c5641dc36592834cce /devel/p5-Test-Manifest | |
parent | 35e64aa901e8ab0b842a90edacc726960528c7c7 (diff) | |
download | ports-92f6b87418d3eebed9c6982eac7dbda35520d72c.tar.gz ports-92f6b87418d3eebed9c6982eac7dbda35520d72c.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Manifest')
-rw-r--r-- | devel/p5-Test-Manifest/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/files/patch-Makefile.PL | 26 |
3 files changed, 18 insertions, 26 deletions
diff --git a/devel/p5-Test-Manifest/Makefile b/devel/p5-Test-Manifest/Makefile index f35f3b2535ab..cdb4fb39f4d3 100644 --- a/devel/p5-Test-Manifest/Makefile +++ b/devel/p5-Test-Manifest/Makefile @@ -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> diff --git a/devel/p5-Test-Manifest/distinfo b/devel/p5-Test-Manifest/distinfo index 9f6f92720832..2ca1679673ed 100644 --- a/devel/p5-Test-Manifest/distinfo +++ b/devel/p5-Test-Manifest/distinfo @@ -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 diff --git a/devel/p5-Test-Manifest/files/patch-Makefile.PL b/devel/p5-Test-Manifest/files/patch-Makefile.PL index 71b1e3f863c8..d1ec8e1f7038 100644 --- a/devel/p5-Test-Manifest/files/patch-Makefile.PL +++ b/devel/p5-Test-Manifest/files/patch-Makefile.PL @@ -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' => |