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

(-)/usr/ports/irc/p5-POE-Component-Server-IRC/Makefile (-8 / +7 lines)
Lines 6-30 Link Here
6
#
6
#
7
7
8
PORTNAME=	POE-Component-Server-IRC
8
PORTNAME=	POE-Component-Server-IRC
9
PORTVERSION=	1.42
9
PORTVERSION=	1.44
10
CATEGORIES=	irc perl5
10
CATEGORIES=	irc perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN/${PORTNAME:C/-.*//}/HINRIK
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
13
14
MAINTAINER=	markun@onohara.to
14
MAINTAINER=	markun@onohara.to
15
COMMENT=	A fully event-driven networkable IRC server daemon module
15
COMMENT=	A fully event-driven networkable IRC server daemon module
16
16
17
BUILD_DEPENDS=	p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
17
BUILD_DEPENDS=	p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
18
		p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
18
		p5-IRC-Utils>=0.06:${PORTSDIR}/irc/p5-IRC-Utils \
19
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
20
		p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
19
		p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
20
		p5-Object-Pluggable>=1.29:${PORTSDIR}/devel/p5-Object-Pluggable \
21
		p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
21
		p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
22
		p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
22
		p5-POE-Component-Client-DNS>=1:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
23
		p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
23
		p5-POE-Component-Client-Ident>=1:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
24
		p5-POE-Component-IRC>=5.18:${PORTSDIR}/irc/p5-POE-Component-IRC \
24
		p5-POE-Component-IRC>=6.52:${PORTSDIR}/irc/p5-POE-Component-IRC \
25
		p5-Object-Pluggable>=1.27:${PORTSDIR}/devel/p5-Object-Pluggable \
26
		p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD
25
		p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD
27
RUN_DEPENDS=	${BUILD_DEPENDS}
26
RUN_DEPENDS:=	${BUILD_DEPENDS}
28
27
29
PERL_CONFIGURE=	yes
28
PERL_CONFIGURE=	yes
30
29
(-)/usr/ports/irc/p5-POE-Component-Server-IRC/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (POE-Component-Server-IRC-1.42.tar.gz) = 497365f26959b307a86715a0fcebb1172ac4b04781100982f2a595eefe239c53
1
SHA256 (POE-Component-Server-IRC-1.44.tar.gz) = 7d11c81e5bcef90c047b2b4bd9421519f1a79af4eadd536a1b5268751c7764e1
2
SIZE (POE-Component-Server-IRC-1.42.tar.gz) = 209522
2
SIZE (POE-Component-Server-IRC-1.44.tar.gz) = 206669

Return to bug 156503