aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Parser
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-01-08 22:23:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-01-08 22:23:27 +0000
commit511045b36cad041f247fbda619ba0a7de2c5d9bc (patch)
treee155cc431442e6cf6d3ec1901b3976f11b1bddf2 /www/p5-HTML-Parser
parentbe4912d2eb7cdead4614eb5410b85af64fcd2875 (diff)
downloadports-511045b36cad041f247fbda619ba0a7de2c5d9bc.tar.gz
ports-511045b36cad041f247fbda619ba0a7de2c5d9bc.zip
Upgrade p5-HTML-Parser => 3.15
p5-Net-Daemon => 0.34 p5-Storable => 1.0.7
Notes
Notes: svn path=/head/; revision=36957
Diffstat (limited to 'www/p5-HTML-Parser')
-rw-r--r--www/p5-HTML-Parser/Makefile2
-rw-r--r--www/p5-HTML-Parser/distinfo2
-rw-r--r--www/p5-HTML-Parser/files/patch-Makefile.PL8
3 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index d291aab000f6..a4612d0a21ea 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Parser
-PORTVERSION= 3.14
+PORTVERSION= 3.15
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 3d947ed2d002..1fd15d88b717 100644
--- a/www/p5-HTML-Parser/distinfo
+++ b/www/p5-HTML-Parser/distinfo
@@ -1 +1 @@
-MD5 (HTML-Parser-3.14.tar.gz) = cf53c3a5f6fc3910b0424c41da2f0a63
+MD5 (HTML-Parser-3.15.tar.gz) = f171d5b001bebf79ff2e8d1774bcfa18
diff --git a/www/p5-HTML-Parser/files/patch-Makefile.PL b/www/p5-HTML-Parser/files/patch-Makefile.PL
index c9ebc2def493..451e9bddad1a 100644
--- a/www/p5-HTML-Parser/files/patch-Makefile.PL
+++ b/www/p5-HTML-Parser/files/patch-Makefile.PL
@@ -1,12 +1,12 @@
---- Makefile.PL.orig Fri Oct 13 08:53:50 2000
-+++ Makefile.PL Fri Oct 13 09:29:25 2000
+--- Makefile.PL.orig Tue Dec 26 15:48:57 2000
++++ Makefile.PL Mon Jan 8 21:06:36 2001
@@ -10,19 +10,7 @@
}
- if ($] >= 5.006) {
+ if ($] >= 5.007) {
- print <<"EOT";
-
--Perl-5.6 provide experimental core support for Unicode strings. You
+-Perl-5.7 provide experimental 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