From 384520515a2bec543cc4110a85cd6c04b4719e74 Mon Sep 17 00:00:00 2001 From: skv Date: Mon, 9 Mar 2009 19:47:06 +0000 Subject: Patch code to use CGI::Cookie::XS. --- www/p5-Catalyst-Engine-HTTP-Prefork/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www') diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile index 4ed2f98025e2..e389be36844b 100644 --- a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Engine-HTTP-Prefork PORTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,4 +26,8 @@ PERL_CONFIGURE= 5.8.1+ MAN3= Catalyst::Engine::HTTP::Prefork.3 +post-patch: + ${REINPLACE_CMD} -e 's/Cookie::XS/CGI::Cookie::XS/g' \ + ${WRKSRC}/lib/Catalyst/Engine/HTTP/Prefork/Handler.pm + .include -- cgit