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 / +11 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.68
11
CATEGORIES=	irc devel perl5
11
CATEGORIES=	irc devel perl5
12
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
13
MASTER_SITE_SUBDIR=	CPAN:HINRIK
13
PKGNAMEPREFIX=	p5-
14
PKGNAMEPREFIX=	p5-
14
15
15
MAINTAINER=	miwi@FreeBSD.org
16
MAINTAINER=	miwi@FreeBSD.org
16
COMMENT=	A fully event-driven IRC client module
17
COMMENT=	A fully event-driven IRC client module
17
18
18
RUN_DEPENDS=	p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \
19
LICENSE_COMB=	dual
19
		p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \
20
LICENSE=	ART20 GPLv1
20
		p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
21
22
RUN_DEPENDS=	p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
23
		p5-POE-Component-Syndicator>=0.01:${PORTSDIR}/devel/p5-POE-Component-Syndicator \
24
		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 \
25
		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
26
		p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \
23
BUILD_DEPENDS=	${RUN_DEPENDS}
27
		p5-IRC-Utils>=0.10:${PORTSDIR}/irc/p5-IRC-Utils
28
BUILD_DEPENDS:=	${RUN_DEPENDS}
24
29
25
PERL_CONFIGURE=	yes
30
PERL_CONFIGURE=	yes
26
31
(-)/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.68.tar.gz) = b7b6ffcfb1127c72a40811914013bda04d5e64c34b48d13529391de9e1e96f01
2
SIZE (POE-Component-IRC-6.54.tar.gz) = 397755
2
SIZE (POE-Component-IRC-6.68.tar.gz) = 394699

Return to bug 156502