From d0360a046089c8e52710f74e4d5144ead32766b4 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Mar 2009 19:41:08 +0000 Subject: Fix functionality with latest p5-libwww PR: 132298 Submitted by: Gea-Suan Lin --- www/p5-ParallelUA/Makefile | 2 +- www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm (limited to 'www/p5-ParallelUA') diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index 9ba0f566a17e..a7ec8cb3b809 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -7,7 +7,7 @@ PORTNAME= ParallelUA PORTVERSION= 2.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= LWP diff --git a/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm b/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm new file mode 100644 index 000000000000..7672d853f5ec --- /dev/null +++ b/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm @@ -0,0 +1,10 @@ +--- lib/LWP/Parallel/UserAgent.pm.orig 2009-03-04 10:33:02.000000000 +0800 ++++ lib/LWP/Parallel/UserAgent.pm 2009-03-04 10:33:08.000000000 +0800 +@@ -1494,7 +1494,6 @@ + $cookie_jar->add_cookie_header($request) if $cookie_jar; + + # Transfer some attributes to the protocol object +- $protocol->parse_head($parse_head); + $protocol->max_size($max_size); + + LWP::Debug::trace ("<- (undef". -- cgit