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

(-)Makefile (-4 / +7 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	POE-Component-Client-NNTP
8
PORTNAME=	POE-Component-Client-NNTP
9
PORTVERSION=	2.02
9
PORTVERSION=	2.04
10
CATEGORIES=	news perl5 devel
10
CATEGORIES=	news perl5 devel
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	POE
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	skv@FreeBSD.org
14
MAINTAINER=	skv@FreeBSD.org
16
COMMENT=	POE component for non-blocking NNTP access
15
COMMENT=	POE component for non-blocking NNTP access
17
16
18
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
17
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
19
		${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable
18
		${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
19
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
20
		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
21
		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
22
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
20
RUN_DEPENDS=	${BUILD_DEPENDS}
23
RUN_DEPENDS=	${BUILD_DEPENDS}
21
24
22
PERL_CONFIGURE=	yes
25
PERL_CONFIGURE=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (POE-Component-Client-NNTP-2.02.tar.gz) = 28a3a7581c20b9aba3870b35c4730572
1
MD5 (POE-Component-Client-NNTP-2.04.tar.gz) = f0a943ac3b07e57aa8971f074a88a5dc
2
SHA256 (POE-Component-Client-NNTP-2.02.tar.gz) = 951ca6d2a4f2a06608b375df85e4f6de9cb47c76b1a01935901f3c06bae0c59a
2
SHA256 (POE-Component-Client-NNTP-2.04.tar.gz) = f7353239ca61fa24a673e0d2e36933303702fcc9478b2e8d019fcf94b3ebcbe8
3
SIZE (POE-Component-Client-NNTP-2.02.tar.gz) = 20782
3
SIZE (POE-Component-Client-NNTP-2.04.tar.gz) = 21423

Return to bug 120706