diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-03 17:51:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-03 17:51:04 +0000 |
commit | abb22056dbb61cabe042bfd0069e37c8092a3f72 (patch) | |
tree | 0d39a882764c7732100098215825376018e21d46 /textproc/p5-XML-Simple | |
parent | 3cbb44c3d8e8eee685fa17cf9a04243e8f75c0bd (diff) | |
download | ports-abb22056dbb61cabe042bfd0069e37c8092a3f72.tar.gz ports-abb22056dbb61cabe042bfd0069e37c8092a3f72.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/files/5.005_03-Makefile.PL | 20 |
3 files changed, 24 insertions, 4 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 62848b538a49..23657975ca87 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Simple -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -24,7 +24,7 @@ MAN3= XML::Simple.3 XML::Simple::FAQ.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/5.005_03-lib::XML::Simple.pm +EXTRA_PATCHES= ${PATCHDIR}/5.005_03-lib::XML::Simple.pm ${PATCHDIR}/5.005_03-Makefile.PL post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index 015ed1352bd9..169d91052618 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-Simple-2.12.tar.gz) = 001884c8f2f9ccbee61e5e72547309ad -SIZE (XML-Simple-2.12.tar.gz) = 65543 +MD5 (XML-Simple-2.13.tar.gz) = 3891139e5e2e2134e596aa1404e866df +SIZE (XML-Simple-2.13.tar.gz) = 66145 diff --git a/textproc/p5-XML-Simple/files/5.005_03-Makefile.PL b/textproc/p5-XML-Simple/files/5.005_03-Makefile.PL new file mode 100644 index 000000000000..60656c518692 --- /dev/null +++ b/textproc/p5-XML-Simple/files/5.005_03-Makefile.PL @@ -0,0 +1,20 @@ +--- Makefile.PL~ Wed Nov 17 09:43:52 2004 ++++ Makefile.PL Fri Dec 3 18:27:40 2004 +@@ -2,17 +2,6 @@ + + use ExtUtils::MakeMaker; + +-BEGIN { +- if($] < 5.006) { +- warn +- qq(This version of XML::Simple requires Perl version 5.6 or better.\n) . +- qq(You might prefer to install an older version of XML::Simple\n\n) . +- qq( perl -MCPAN -e "install 'G/GR/GRANTM/XML-Simple-1.08.tar.gz'"\n\n); +- } +-} +- +-require 5.006; +- + my $make_params = { + 'NAME' => 'XML::Simple', + 'VERSION_FROM' => 'lib/XML/Simple.pm', |