aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-ParallelUA
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-03-31 03:41:08 +0800
committerache <ache@FreeBSD.org>2009-03-31 03:41:08 +0800
commitd0360a046089c8e52710f74e4d5144ead32766b4 (patch)
tree8b871febedb5a06c77e654dde428bb66558bb62a /www/p5-ParallelUA
parent8465c8a3d9731e667d7f028908befc27f2688032 (diff)
downloadfreebsd-ports-gnome-d0360a046089c8e52710f74e4d5144ead32766b4.tar.gz
freebsd-ports-gnome-d0360a046089c8e52710f74e4d5144ead32766b4.tar.zst
freebsd-ports-gnome-d0360a046089c8e52710f74e4d5144ead32766b4.zip
Fix functionality with latest p5-libwww
PR: 132298 Submitted by: Gea-Suan Lin <gslin@gslin.org>
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".