From 02209d99562ca37d37d26302aeed291d4aa669c1 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 31 Aug 2008 23:17:33 +0000 Subject: [PATCH] - update p5-XML-Twig to 3.32 --- textproc/p5-XML-Twig/Makefile | 4 ++-- textproc/p5-XML-Twig/distinfo | 10 +++++----- textproc/p5-XML-Twig/patches/patch-Makefile_PL | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 52da61de767..b389c44a2c1 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2007/09/15 20:59:41 merdely Exp $ +# $OpenBSD: Makefile,v 1.10 2008/08/31 23:17:33 jasper Exp $ COMMENT= perl module for parsing huge XML documents -DISTNAME= XML-Twig-3.29 +DISTNAME= XML-Twig-3.32 MODULES= cpan CATEGORIES= textproc diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 7a0495076be..f314555542e 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,5 +1,5 @@ -MD5 (XML-Twig-3.29.tar.gz) = /RkxRk4o+3rQgkObwsEcLA== -RMD160 (XML-Twig-3.29.tar.gz) = BY6aJMB8ni/GQnb5B1gRlEPlzbU= -SHA1 (XML-Twig-3.29.tar.gz) = ZJr+NRMXf57DTX0Eyp4HVflTCUI= -SHA256 (XML-Twig-3.29.tar.gz) = at9+uK9MH0gz9VPsA8VwcRmzjL/PFgHm+bwNEbnq2Q8= -SIZE (XML-Twig-3.29.tar.gz) = 325953 +MD5 (XML-Twig-3.32.tar.gz) = nfncqwCqCTxOVAyqXLdZ+g== +RMD160 (XML-Twig-3.32.tar.gz) = kiN08uiQehNilWno/dnC+Gwy9BI= +SHA1 (XML-Twig-3.32.tar.gz) = +Ps44OCI8sVsfrTYBNlDhy5t35g= +SHA256 (XML-Twig-3.32.tar.gz) = O7QfE4y7HiUVNebnI9zdCbjoZHCUJRqz6Zm2xL/T7R8= +SIZE (XML-Twig-3.32.tar.gz) = 345665 diff --git a/textproc/p5-XML-Twig/patches/patch-Makefile_PL b/textproc/p5-XML-Twig/patches/patch-Makefile_PL index e1b87c54be7..a72d8ae7c0d 100644 --- a/textproc/p5-XML-Twig/patches/patch-Makefile_PL +++ b/textproc/p5-XML-Twig/patches/patch-Makefile_PL @@ -1,9 +1,9 @@ -$OpenBSD: patch-Makefile_PL,v 1.2 2007/01/11 15:40:54 jasper Exp $ ---- Makefile.PL.orig Thu Jan 11 16:34:40 2007 -+++ Makefile.PL Thu Jan 11 16:35:32 2007 -@@ -22,8 +22,7 @@ elsif( $ARGV[0] eq "-d") - else - { foreach my $prompt (@prompts) +$OpenBSD: patch-Makefile_PL,v 1.3 2008/08/31 23:17:33 jasper Exp $ +--- Makefile.PL.orig Sat Jul 21 00:44:14 2007 ++++ Makefile.PL Mon Sep 1 01:10:03 2008 +@@ -24,8 +24,7 @@ else + " 'perl Makefile.PL -n' to skip installation\n"; + foreach my $prompt (@prompts) { my ($program, $default, $description) = @$prompt; - if( prompt("Do you want to install '$program' ($description)?", $default) =~ /^y/) - { push(@programs, $program); }