- update p5-XML-Twig to 3.32

This commit is contained in:
jasper 2008-08-31 23:17:33 +00:00
parent 04af58499f
commit 02209d9956
3 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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); }