Date: Wed, 4 Mar 2009 10:35:22 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, ache@FreeBSD.org Subject: ports/132298: [PATCH] www/p5-ParallelUA: Fix functionality in latest p5-libwww Message-ID: <20090304023522.134077E839@colo-p.gslin.org> Resent-Message-ID: <200903040240.n242e24d079045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132298 >Category: ports >Synopsis: [PATCH] www/p5-ParallelUA: Fix functionality in latest p5-libwww >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 04 02:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: - Fix functionality in latest p5-libwww. - We notice author this patch too. Added file(s): - files/patch-lib-LWP-Parallel-UserAgent.pm Port maintainer (ache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-ParallelUA-2.57_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-ParallelUA/Makefile /home/staff/gslin/work/ports/p5-ParallelUA/Makefile --- /usr/ports/www/p5-ParallelUA/Makefile 2009-01-15 05:16:18.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-ParallelUA/Makefile 2009-03-04 10:32:42.000000000 +0800 @@ -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 -ruN --exclude=CVS /usr/ports/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm /home/staff/gslin/work/ports/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm --- /usr/ports/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm 1970-01-01 08:00:00.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm 2009-03-04 10:33:42.000000000 +0800 @@ -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". --- p5-ParallelUA-2.57_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090304023522.134077E839>