aboutsummaryrefslogtreecommitdiff
path: root/www/p5-ParallelUA
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2009-03-30 19:41:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2009-03-30 19:41:08 +0000
commitffa70c30c5271aabcf5bdb8cae50a69edc8c1e1b (patch)
tree13796efb2deafa1e8ae0e14d744257ee1ea92e3b /www/p5-ParallelUA
parentc3bad914689274f45a5ad0d8fdf080838ca1d123 (diff)
downloadports-ffa70c30c5271aabcf5bdb8cae50a69edc8c1e1b.tar.gz
ports-ffa70c30c5271aabcf5bdb8cae50a69edc8c1e1b.zip
Notes
Diffstat (limited to 'www/p5-ParallelUA')
-rw-r--r--www/p5-ParallelUA/Makefile2
-rw-r--r--www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm10
2 files changed, 11 insertions, 1 deletions
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".