diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-03-12 10:15:45 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-03-12 10:15:45 +0000 |
commit | 0f6b9e2a7e79fec4f342249b05073b4d0eb7eabc (patch) | |
tree | 6d245a5c5a8accd738143219ccaa818414aba6ca | |
parent | b5196a4a4841cb87cd2989f0cfc77d78603efa3d (diff) | |
download | ports-0f6b9e2a7e79fec4f342249b05073b4d0eb7eabc.tar.gz ports-0f6b9e2a7e79fec4f342249b05073b4d0eb7eabc.zip |
Notes
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/Makefile | 16 | ||||
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/distinfo | 4 |
2 files changed, 13 insertions, 7 deletions
diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile index 0da5785d8d62..0b64fe6c3bd6 100644 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ b/www/p5-POE-Component-Client-HTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.9440 +PORTVERSION= 0.9450 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -22,12 +22,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-POE-Component-Client-Keepalive>=0.2680:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ - p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP \ - p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ + p5-POE-Component-Client-Keepalive>=0.2690:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP + PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 \ @@ -35,4 +35,10 @@ MAN3= POE::Component::Client::HTTP.3 \ POE::Component::Client::HTTP::RequestFactory.3 \ POE::Filter::HTTPChunk.3 POE::Filter::HTTPHead.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-POE-Component-Client-HTTP/distinfo b/www/p5-POE-Component-Client-HTTP/distinfo index 487b2f8024ef..85d12bbbccd4 100644 --- a/www/p5-POE-Component-Client-HTTP/distinfo +++ b/www/p5-POE-Component-Client-HTTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-HTTP-0.944.tar.gz) = cfd1b56ba5fb33b0dc13f7c6eb1f436709094e8ecab8f64ce5a6da8210f15f3c -SIZE (POE-Component-Client-HTTP-0.944.tar.gz) = 80426 +SHA256 (POE-Component-Client-HTTP-0.945.tar.gz) = 619145216c6cfc89540df8d57258347c9c8dd1f451a1e3b11cc023cfd2d416ac +SIZE (POE-Component-Client-HTTP-0.945.tar.gz) = 69945 |