diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-02-11 07:38:29 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-02-11 07:38:29 +0000 |
commit | 4ea6199ab6ecdc7cf6390c4dde66889f54839ed6 (patch) | |
tree | 38a15d9abe86cf06447bd5fdf23231f980a1765c /www | |
parent | c99fca62554222e8cab87d6989a250c1b4718436 (diff) | |
download | ports-4ea6199ab6ecdc7cf6390c4dde66889f54839ed6.tar.gz ports-4ea6199ab6ecdc7cf6390c4dde66889f54839ed6.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser/files/patch-Makefile.PL | 22 |
3 files changed, 3 insertions, 25 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index ee8cccfd8cd9..f13b27857713 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Parser -PORTVERSION= 3.38 +PORTVERSION= 3.45 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index cb5374205eab..e8ada62db60c 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,2 +1,2 @@ -MD5 (HTML-Parser-3.38.tar.gz) = 105c5fc0c5fe97721fc1619ad854c36b -SIZE (HTML-Parser-3.38.tar.gz) = 76196 +MD5 (HTML-Parser-3.45.tar.gz) = c2ac1379ac5848dd32e24347cd679391 +SIZE (HTML-Parser-3.45.tar.gz) = 82304 diff --git a/www/p5-HTML-Parser/files/patch-Makefile.PL b/www/p5-HTML-Parser/files/patch-Makefile.PL deleted file mode 100644 index ce404ccef789..000000000000 --- a/www/p5-HTML-Parser/files/patch-Makefile.PL +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.PL.orig Fri Aug 15 17:32:56 2003 -+++ Makefile.PL Wed Aug 27 14:44:10 2003 -@@ -10,19 +10,7 @@ - } - - if ($] >= 5.008) { -- print <<"EOT"; -- --Perl-5.8 provide core support for Unicode strings. You can compile --HTML::Entities so that Unicode entities like € and € are --decoded into a string containing "\\x{20AC}". If you select no to --the question below such entities will be left alone and only entities --in the Latin-1 range is decoded. -- --EOT -- my $ans = prompt("Do you want decoding on unicode entities?", "no"); -- if ($ans =~ /^y(es)?$/i) { - push(@define, "-DUNICODE_ENTITIES"); -- } - } - push(@extra, "DEFINE" => "@define") if @define; - |