- Update to 0.918

Changes:	http://search.cpan.org/dist/POE-Component-Resolver/CHANGES
PR:		ports/167929
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
This commit is contained in:
Frederic Culot 2012-05-15 18:22:58 +00:00
parent 625c2d36bb
commit 4625baac2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296685
2 changed files with 8 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-Resolver
PORTVERSION= 0.916
PORTVERSION= 0.918
CATEGORIES= dns devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
@ -20,8 +20,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo \
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@ -31,6 +30,10 @@ MAN3= POE::Component::Resolver.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \
p5-Time-HiRes>=1.9711:${PORTSDIR}/devel/p5-Time-HiRes

View File

@ -1,2 +1,2 @@
SHA256 (POE-Component-Resolver-0.916.tar.gz) = 52ae101ef6216b5ae56e3b2d133111a84cfc73e41065c60cfb804138a0028b60
SIZE (POE-Component-Resolver-0.916.tar.gz) = 26993
SHA256 (POE-Component-Resolver-0.918.tar.gz) = a071ca7489929fad6d2a3f273ff7363d8e359de5b8285bdf3b38955575064635
SIZE (POE-Component-Resolver-0.918.tar.gz) = 28471