View | Details | Raw Unified | Return to bug 156502 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/irc/p5-POE-Component-IRC/Makefile (-6 / +7 lines)
Lines 7-26 Link Here
7
#
7
#
8
8
9
PORTNAME=	POE-Component-IRC
9
PORTNAME=	POE-Component-IRC
10
PORTVERSION=	6.54
10
PORTVERSION=	6.61
11
CATEGORIES=	irc devel perl5
11
CATEGORIES=	irc devel perl5
12
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN/${PORTNAME:C/-.*//}/HINRIK
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	miwi@FreeBSD.org
15
MAINTAINER=	miwi@FreeBSD.org
16
COMMENT=	A fully event-driven IRC client module
16
COMMENT=	A fully event-driven IRC client module
17
17
18
RUN_DEPENDS=	p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \
18
RUN_DEPENDS=	p5-POE>=1.310:${PORTSDIR}/devel/p5-POE \
19
		p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \
19
		p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \
20
		p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
20
		p5-POE-Filter-IRCD>=2.42:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
21
		p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
21
		p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
22
		p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify
22
		p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \
23
BUILD_DEPENDS=	${RUN_DEPENDS}
23
		p5-IRC-Utils>=0.06:${PORTSDIR}/irc/p5-IRC-Utils
24
BUILD_DEPENDS:=	${RUN_DEPENDS}
24
25
25
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
26
27
(-)/usr/ports/irc/p5-POE-Component-IRC/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (POE-Component-IRC-6.54.tar.gz) = afb95b153e1a23f72b41eb4c477a31be680ac317c1450fdc847d603f7aa17d02
1
SHA256 (POE-Component-IRC-6.61.tar.gz) = 3e517645c41c98eb0aee57479c78095459d89d3a5cf0f17efeabdb12f4d75408
2
SIZE (POE-Component-IRC-6.54.tar.gz) = 397755
2
SIZE (POE-Component-IRC-6.61.tar.gz) = 392517

Return to bug 156502