aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Parser
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2005-02-11 15:38:29 +0800
committerdemon <demon@FreeBSD.org>2005-02-11 15:38:29 +0800
commit8e8d818693115f9a002db4614b5b0ed7edb1f7ac (patch)
treea3ce3303901130116be005a89a87d1cbce85eca4 /www/p5-HTML-Parser
parenteee36c4ba639ccf8ab9ba440932c535ebedfd48d (diff)
downloadfreebsd-ports-gnome-8e8d818693115f9a002db4614b5b0ed7edb1f7ac.tar.gz
freebsd-ports-gnome-8e8d818693115f9a002db4614b5b0ed7edb1f7ac.tar.zst
freebsd-ports-gnome-8e8d818693115f9a002db4614b5b0ed7edb1f7ac.zip
Upgrade to version 3.45.
Submitted by: Vyacheslav I. Ivanchenko <ivi@dhs.net.ru>
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r--www/p5-HTML-Parser/Makefile2
-rw-r--r--www/p5-HTML-Parser/distinfo4
-rw-r--r--www/p5-HTML-Parser/files/patch-Makefile.PL22
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 &euro; and &#x20AC; 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;
-