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

(-)Makefile (-11 / +8 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	Algorithm-Dependency
8
PORTNAME=	Algorithm-Dependency
9
PORTVERSION=	1.106
9
PORTVERSION=	1.108
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	wenheping@gmail.com
15
COMMENT=	Base class for implementing various dependency trees
15
COMMENT=	Base class for implementing various dependency trees
16
16
17
RUN_DEPENDS=	p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util
17
RUN_DEPENDS=	p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
18
BUILD_DEPENDS=	${RUN_DEPENDS}
18
BUILD_DEPENDS=	${RUN_DEPENDS}
19
BUILD_DEPENDS+=	p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
19
BUILD_DEPENDS+=	p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI \
20
		p5-PathTools>=3.29:${PORTSDIR}/devel/p5-PathTools \
21
		p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
20
22
21
MAN3=	Algorithm::Dependency.3 \
23
MAN3=	Algorithm::Dependency.3 \
22
	Algorithm::Dependency::Item.3 \
24
	Algorithm::Dependency::Item.3 \
Lines 24-37 Link Here
24
	Algorithm::Dependency::Source.3 \
26
	Algorithm::Dependency::Source.3 \
25
	Algorithm::Dependency::Source::File.3 \
27
	Algorithm::Dependency::Source::File.3 \
26
	Algorithm::Dependency::Source::HoA.3 \
28
	Algorithm::Dependency::Source::HoA.3 \
29
	Algorithm::Dependency::Source::Invert.3 \
27
	Algorithm::Dependency::Weight.3
30
	Algorithm::Dependency::Weight.3
28
31
29
PERL_CONFIGURE=	yes
32
PERL_CONFIGURE=	yes
30
33
31
.include <bsd.port.pre.mk>
34
.include <bsd.port.mk>
32
33
.if ${PERL_LEVEL} < 500801
34
RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils
35
.endif
36
37
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Algorithm-Dependency-1.106.tar.gz) = 60cb5584ceacd0a569537bc0ff359e1f
1
MD5 (Algorithm-Dependency-1.108.tar.gz) = 50c2e1a28f1def9e21619d4036ce62ee
2
SHA256 (Algorithm-Dependency-1.106.tar.gz) = 95d259695a715f7b0bdcd6d8459fe017b09240d08b8dfe7b6d4a7e329ae8db46
2
SHA256 (Algorithm-Dependency-1.108.tar.gz) = b3400c81c4f4c949d7c562f41b6fe2d923221dc28af2adeb7167b76a740769ed
3
SIZE (Algorithm-Dependency-1.106.tar.gz) = 36390
3
SIZE (Algorithm-Dependency-1.108.tar.gz) = 38376
(-)pkg-plist (+1 lines)
Lines 2-7 Link Here
2
%%SITE_PERL%%/Algorithm/Dependency/Item.pm
2
%%SITE_PERL%%/Algorithm/Dependency/Item.pm
3
%%SITE_PERL%%/Algorithm/Dependency/Ordered.pm
3
%%SITE_PERL%%/Algorithm/Dependency/Ordered.pm
4
%%SITE_PERL%%/Algorithm/Dependency/Source.pm
4
%%SITE_PERL%%/Algorithm/Dependency/Source.pm
5
%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm
5
%%SITE_PERL%%/Algorithm/Dependency/Source/File.pm
6
%%SITE_PERL%%/Algorithm/Dependency/Source/File.pm
6
%%SITE_PERL%%/Algorithm/Dependency/Source/HoA.pm
7
%%SITE_PERL%%/Algorithm/Dependency/Source/HoA.pm
7
%%SITE_PERL%%/Algorithm/Dependency/Weight.pm
8
%%SITE_PERL%%/Algorithm/Dependency/Weight.pm

Return to bug 131586