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

(-)Makefile (-4 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	AnyEvent-I3
8
PORTNAME=	AnyEvent-I3
9
DISTVERSION=	0.07
9
PORTVERSION=	0.09
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 14-23 Link Here
14
MAINTAINER=	graudeejs@gmail.com
14
MAINTAINER=	graudeejs@gmail.com
15
COMMENT=	Communicate with the i3 window manager
15
COMMENT=	Communicate with the i3 window manager
16
16
17
RUN_DEPENDS=	p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent
17
BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
18
BUILD_DEPENDS=	${RUN_DEPENDS}
18
		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
19
RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
20
		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
19
21
20
PERL_CONFIGURE=	5.10.0+
22
PERL_CONFIGURE=	yes
21
23
22
MAN3=		AnyEvent::I3.3
24
MAN3=		AnyEvent::I3.3
23
25
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (AnyEvent-I3-0.07.tar.gz) = 5af374df291641fdd2e93511620dfddb7794621a78a75e1fc448a15d22500502
1
SHA256 (AnyEvent-I3-0.09.tar.gz) = 47e7a06cb05e0d1ec7bb0d15b37c7252d970267f89ea0c69a8fc6a215618ab6e
2
SIZE (AnyEvent-I3-0.07.tar.gz) = 22166
2
SIZE (AnyEvent-I3-0.09.tar.gz) = 22706

Return to bug 161860