diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-09 06:23:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-09 06:23:27 +0800 |
commit | c6e8d5c191682ed745b7d9f8b64c5bb1db694c66 (patch) | |
tree | a0459a06fe59c35ee6e39d4dac05a1132aa1e32d /www | |
parent | a0e77ae253ac6ea5d006e38ba676f93bed2b8efb (diff) | |
download | freebsd-ports-gnome-c6e8d5c191682ed745b7d9f8b64c5bb1db694c66.tar.gz freebsd-ports-gnome-c6e8d5c191682ed745b7d9f8b64c5bb1db694c66.tar.zst freebsd-ports-gnome-c6e8d5c191682ed745b7d9f8b64c5bb1db694c66.zip |
Upgrade p5-HTML-Parser => 3.15
p5-Net-Daemon => 0.34
p5-Storable => 1.0.7
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-Parser/files/patch-Makefile.PL | 8 |
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 € and -€ are decoded into a string containing "\\x{20AC}". If you -select no to the question below such entities will be left alone and |