diff options
author | culot <culot@FreeBSD.org> | 2011-08-11 14:45:55 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-11 14:45:55 +0800 |
commit | f4665656f7f77428530037a6fe1d36a6c4f1fdb1 (patch) | |
tree | a16edf4de181323efb402c3f2b756eee4ac2fd31 /www | |
parent | 2212509be92a260ca64e13baf4e8f8181f97cceb (diff) | |
download | freebsd-ports-gnome-f4665656f7f77428530037a6fe1d36a6c4f1fdb1.tar.gz freebsd-ports-gnome-f4665656f7f77428530037a6fe1d36a6c4f1fdb1.tar.zst freebsd-ports-gnome-f4665656f7f77428530037a6fe1d36a6c4f1fdb1.zip |
- Update to 0.9440
- Pet portlint(1) by moving LICENSE section earlier
- Make use of CPAN:USER macro
Changes: http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
PR: ports/159321
Submitted by: Jase Thew <freebsd@beardz.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/Makefile | 15 | ||||
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile index a981a7f5df71..0da5785d8d62 100644 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ b/www/p5-POE-Component-Client-HTTP/Makefile @@ -6,27 +6,28 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.9430 +PORTVERSION= 0.9440 CATEGORIES= www perl5 -MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/RCAPUTO +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RCAPUTO PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries -BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ +LICENSE= ART10 GPLv1 +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.2670:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ + 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-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 \ diff --git a/www/p5-POE-Component-Client-HTTP/distinfo b/www/p5-POE-Component-Client-HTTP/distinfo index 8f3b40ac515d..487b2f8024ef 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.943.tar.gz) = ec1cef1c94373efea058c650521df5d7189d19cb99099c47a6115f3b5b9a701c -SIZE (POE-Component-Client-HTTP-0.943.tar.gz) = 80108 +SHA256 (POE-Component-Client-HTTP-0.944.tar.gz) = cfd1b56ba5fb33b0dc13f7c6eb1f436709094e8ecab8f64ce5a6da8210f15f3c +SIZE (POE-Component-Client-HTTP-0.944.tar.gz) = 80426 |