ports/74655: Update textproc/p5-XML-Simple to 2.13
Mathieu Arnold
mat at FreeBSD.org
Fri Dec 3 17:40:25 UTC 2004
>Number: 74655
>Category: ports
>Synopsis: Update textproc/p5-XML-Simple to 2.13
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 03 17:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Sep 3 12:54:37 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/src/sys/compile/ARAGORN i386
>Description:
>How-To-Repeat:
>Fix:
--- p5-XML-Simple-2.13.diff begins here ---
Index: Makefile
===================================================================
RCS file: /opt/freebsd/ports/textproc/p5-XML-Simple/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 27 Aug 2004 11:25:29 -0000 1.12
+++ Makefile 3 Dec 2004 17:29:08 -0000
@@ -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 @@
.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
Index: distinfo
===================================================================
RCS file: /opt/freebsd/ports/textproc/p5-XML-Simple/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 1 Jul 2004 19:59:02 -0000 1.7
+++ distinfo 3 Dec 2004 17:08:59 -0000
@@ -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
Index: files/5.005_03-Makefile.PL
===================================================================
RCS file: files/5.005_03-Makefile.PL
diff -N files/5.005_03-Makefile.PL
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/5.005_03-Makefile.PL 3 Dec 2004 17:28:49 -0000
@@ -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',
--- p5-XML-Simple-2.13.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list