diff options
-rw-r--r-- | devel/p5-Storable/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Daemon/distinfo | 2 | ||||
-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 |
7 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index c4e6e724c0a9..7b4a5e3f6d55 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 4045cb0e5984..65ec5813d601 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-1.0.6.tar.gz) = 35a1d9878056337b3779172f95f536e7 +MD5 (Storable-1.0.7.tar.gz) = 9c125079df77aa2ef2155ee910bb7052 diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index 18ca98208f53..f59ba23e5d5d 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Daemon -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-Daemon/distinfo b/net/p5-Net-Daemon/distinfo index 4ffc3d53ab0c..61737c1cd93d 100644 --- a/net/p5-Net-Daemon/distinfo +++ b/net/p5-Net-Daemon/distinfo @@ -1 +1 @@ -MD5 (Net-Daemon-0.33.tar.gz) = 0b8ed460e8593e5b9fd9d0f98bc80aee +MD5 (Net-Daemon-0.34.tar.gz) = ca68ac13901f56d1d521dabe65ac11d4 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 |