View | Details | Raw Unified | Return to bug 167929
Collapse All | Expand All

(-)./Makefile (-3 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	POE-Component-Resolver
8
PORTNAME=	POE-Component-Resolver
9
PORTVERSION=	0.916
9
PORTVERSION=	0.918
10
CATEGORIES=	dns devel perl5
10
CATEGORIES=	dns devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
12
MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
Lines 20-27 Link Here
20
20
21
BUILD_DEPENDS=	p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
21
BUILD_DEPENDS=	p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
22
		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
22
		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
23
		p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo \
23
		p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo
24
		p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
25
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
26
25
27
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
Lines 31-36 Link Here
31
30
32
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
33
32
33
.if ${PERL_LEVEL} < 501400
34
TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
35
.endif
36
34
.if ${PERL_LEVEL} < 501001
37
.if ${PERL_LEVEL} < 501001
35
BUILD_DEPENDS+=	p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \
38
BUILD_DEPENDS+=	p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \
36
		p5-Time-HiRes>=1.9711:${PORTSDIR}/devel/p5-Time-HiRes
39
		p5-Time-HiRes>=1.9711:${PORTSDIR}/devel/p5-Time-HiRes
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (POE-Component-Resolver-0.916.tar.gz) = 52ae101ef6216b5ae56e3b2d133111a84cfc73e41065c60cfb804138a0028b60
1
SHA256 (POE-Component-Resolver-0.918.tar.gz) = a071ca7489929fad6d2a3f273ff7363d8e359de5b8285bdf3b38955575064635
2
SIZE (POE-Component-Resolver-0.916.tar.gz) = 26993
2
SIZE (POE-Component-Resolver-0.918.tar.gz) = 28471

Return to bug 167929