upgrade to p5-HTML-Parser 3.45
This commit is contained in:
parent
29a54c815a
commit
a244f10d5a
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2004/06/26 07:35:10 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2005/02/04 05:35:46 kevlo Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "modules to parse and extract information from HTML"
|
||||
|
||||
DISTNAME= HTML-Parser-3.36
|
||||
DISTNAME= HTML-Parser-3.45
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (HTML-Parser-3.36.tar.gz) = 0f3aae0994e04cc5afd020a896b6c595
|
||||
RMD160 (HTML-Parser-3.36.tar.gz) = c1881f53011b06ada09ea50d10b2b2d440c72487
|
||||
SHA1 (HTML-Parser-3.36.tar.gz) = f619a49d7ae8c7897fb09888210b78743e0758e0
|
||||
SIZE (HTML-Parser-3.36.tar.gz) = 75411
|
||||
MD5 (HTML-Parser-3.45.tar.gz) = c2ac1379ac5848dd32e24347cd679391
|
||||
RMD160 (HTML-Parser-3.45.tar.gz) = c1c32c20fccb6d5889f88b19773019811baf4d7f
|
||||
SHA1 (HTML-Parser-3.45.tar.gz) = f5b8fa1829ab279db7437a7de7fe1bf6af696dc4
|
||||
SIZE (HTML-Parser-3.45.tar.gz) = 82304
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-Makefile.PL,v 1.2 2000/12/05 14:05:06 avsm Exp $
|
||||
--- Makefile.PL.orig Tue Sep 26 18:36:25 2000
|
||||
+++ Makefile.PL Tue Sep 26 18:38:07 2000
|
||||
@@ -19,7 +19,8 @@ select no to the question below such ent
|
||||
only entities in the Latin-1 range is decoded.
|
||||
|
||||
EOT
|
||||
- my $ans = prompt("Do you want decoding on unicode entities?", "no");
|
||||
+# my $ans = prompt("Do you want decoding on unicode entities?", "no");
|
||||
+ my $ans = 'no';
|
||||
if ($ans =~ /^y(es)?$/i) {
|
||||
push(@define, "-DUNICODE_ENTITIES");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user