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

(-)Makefile (-4 / +3 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	Test-Exception
8
PORTNAME=	Test-Exception
9
PORTVERSION=	0.26
9
PORTVERSION=	0.27
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	Test
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	erwin@FreeBSD.org
14
MAINTAINER=	erwin@FreeBSD.org
16
COMMENT=	Test::Exception - test functions for exception based code
15
COMMENT=	Test::Exception - test functions for exception based code
17
16
18
BUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
17
BUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
19
		p5-Sub-Uplevel>=0.13:${PORTSDIR}/devel/p5-Sub-Uplevel
18
		p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
20
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
21
20
22
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Test-Exception-0.26.tar.gz) = 0deac688e1caf20329ce23b201c7d7b1
1
MD5 (Test-Exception-0.27.tar.gz) = dd9383e0bb207c7b0a04d6ba990a5909
2
SHA256 (Test-Exception-0.26.tar.gz) = 18fd62f704973929f3e365dbb952223560670e0ac0986d3ed10de3b6f23b447d
2
SHA256 (Test-Exception-0.27.tar.gz) = 32ad1e5e12d562a9f65e68c096dc4978e567c7f7263a171af75f8bed8f0c22e9
3
SIZE (Test-Exception-0.26.tar.gz) = 12741
3
SIZE (Test-Exception-0.27.tar.gz) = 12940

Return to bug 120940