Date: Sun, 1 Aug 2010 13:53:23 +0200 (CEST) From: Lars Thegler <lth@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/149176: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.8950 Message-ID: <20100801115323.B6AB12281E@chuck.thegler.dk> Resent-Message-ID: <201008011240.o71Ce2sl092507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149176 >Category: ports >Synopsis: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.8950 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 01 12:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD chuck.thegler.dk 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC >Description: - Update to 0.8950 - Depends on p5-POE-Component-Client-Keepalive>=0.261 (see separate PR) Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-Client-HTTP-0.8950.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-POE-Component-Client-HTTP/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- Makefile 25 Jan 2010 14:00:23 -0000 1.30 +++ Makefile 1 Aug 2010 11:45:00 -0000 @@ -6,20 +6,20 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.8200 -PORTREVISION= 1 +PORTVERSION= 0.8950 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/POE/Component/Client/Keepalive.pm:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive +BUILD_DEPENDS= p5-POE>=1.280:${PORTSDIR}/devel/p5-POE \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ + p5-URI>=1.24:${PORTSDIR}/net/p5-URI \ + p5-POE-Component-Client-Keepalive>=0.261:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-POE-Component-Client-HTTP/distinfo,v retrieving revision 1.25 diff -u -u -r1.25 distinfo --- distinfo 3 Mar 2007 13:43:45 -0000 1.25 +++ distinfo 1 Aug 2010 11:45:00 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-HTTP-0.82.tar.gz) = 482f91b91de6d21c9072d69ffb6026cc -SHA256 (POE-Component-Client-HTTP-0.82.tar.gz) = 93d0605e65cc0bfca36915559a2d1f673e89990eb8e48182520c01e10007b8ba -SIZE (POE-Component-Client-HTTP-0.82.tar.gz) = 48359 +MD5 (POE-Component-Client-HTTP-0.895.tar.gz) = 85ae7a8ec4248c4206303d1c5dbdf4e2 +SHA256 (POE-Component-Client-HTTP-0.895.tar.gz) = ca9d614f2d28ad3e045adefe55b269cd3d459f6ef3578cc19ccec5d06e62a9da +SIZE (POE-Component-Client-HTTP-0.895.tar.gz) = 48632 --- p5-POE-Component-Client-HTTP-0.8950.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?20100801115323.B6AB12281E>