Update to 0.8950
PR: ports/149176 Submitted by: lth Approved by: (maintainer timeout)
This commit is contained in:
parent
a252402506
commit
d8e19f81dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260275
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue