diff options
author | culot <culot@FreeBSD.org> | 2012-03-12 18:15:45 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-03-12 18:15:45 +0800 |
commit | a6d1e524eb970dbb89fa7e92d7e172f54fe3a8b2 (patch) | |
tree | f8cc7a703a5c1596a4873878c1ead10200b139f0 /www/p5-POE-Component-Client-HTTP | |
parent | 27dc977ee050400a4949adf746a663fa63d0e7c5 (diff) | |
download | freebsd-ports-gnome-a6d1e524eb970dbb89fa7e92d7e172f54fe3a8b2.tar.gz freebsd-ports-gnome-a6d1e524eb970dbb89fa7e92d7e172f54fe3a8b2.tar.zst freebsd-ports-gnome-a6d1e524eb970dbb89fa7e92d7e172f54fe3a8b2.zip |
- Update to 0.9450 [1]
- Move test-related dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
PR: ports/165940 [1]
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
Diffstat (limited to 'www/p5-POE-Component-Client-HTTP')
-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 |