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

(-)/home/staff/gslin/work/p5-Math-Random-MT-Auto/Makefile (-3 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Math-Random-MT-Auto
8
PORTNAME=	Math-Random-MT-Auto
9
PORTVERSION=	5.02
9
PORTVERSION=	5.03
10
CATEGORIES=	math perl5
10
CATEGORIES=	math perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Math
12
MASTER_SITE_SUBDIR=	Math
Lines 15-22 Link Here
15
MAINTAINER=	gslin@gslin.org
15
MAINTAINER=	gslin@gslin.org
16
COMMENT=	Auto-seeded Mersenne Twister PRNGs
16
COMMENT=	Auto-seeded Mersenne Twister PRNGs
17
17
18
RUN_DEPENDS=	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
18
RUN_DEPENDS=	${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut \
19
		${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut
19
		p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
22
22
Lines 26-31 Link Here
26
26
27
.if ${PERL_LEVEL} < 500800	# Inherited from p5-Object-InsideOut
27
.if ${PERL_LEVEL} < 500800	# Inherited from p5-Object-InsideOut
28
IGNORE=		requires perl 5.8 or later. Install lang/perl5.8 and try again
28
IGNORE=		requires perl 5.8 or later. Install lang/perl5.8 and try again
29
.endif
30
31
.if ${PERL_LEVEL} < 500808
32
RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils
29
.endif
33
.endif
30
34
31
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)/home/staff/gslin/work/p5-Math-Random-MT-Auto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Math-Random-MT-Auto-5.02.tar.gz) = 1eeccd3a864a0ce486998d31b77ecdfa
1
MD5 (Math-Random-MT-Auto-5.03.tar.gz) = f5e27c6c29d3b730012b2a5de1127b42
2
SHA256 (Math-Random-MT-Auto-5.02.tar.gz) = b7a6e0c72f14ef7c530a6697fc119bce63830a7e011eac758020e184f0e070a1
2
SHA256 (Math-Random-MT-Auto-5.03.tar.gz) = 2220aafce436dbb135df2e80ff76486739ed95e3b842e61b900949fb249aa414
3
SIZE (Math-Random-MT-Auto-5.02.tar.gz) = 123773
3
SIZE (Math-Random-MT-Auto-5.03.tar.gz) = 123822

Return to bug 101811