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

(-)Makefile (-6 / +15 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	MooseX-AttributeHelpers
8
PORTNAME=	MooseX-AttributeHelpers
9
PORTVERSION=	0.17
9
PORTVERSION=	0.20
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 14-28 Link Here
14
MAINTAINER=	lbr@FreeBSD.org
14
MAINTAINER=	lbr@FreeBSD.org
15
COMMENT=	Extend your attribute interfaces
15
COMMENT=	Extend your attribute interfaces
16
16
17
RUN_DEPENDS=	p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
17
BUILD_DEPENDS=	p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
18
BUILD_DEPENDS=	${RUN_DEPENDS}
18
RUN_DEPENDS=	${BUILD_DEPENDS}
19
19
20
PERL_CONFIGURE=	5.8.0+
20
PERL_CONFIGURE=	5.8.0+
21
21
22
MAN3=	MooseX::AttributeHelpers.3 \
22
MAN3=	MooseX::AttributeHelpers.3 \
23
	MooseX::AttributeHelpers::Base.3 \
24
	MooseX::AttributeHelpers::Bool.3 \
23
	MooseX::AttributeHelpers::Bool.3 \
25
	MooseX::AttributeHelpers::Collection.3 \
26
	MooseX::AttributeHelpers::Collection::Array.3 \
24
	MooseX::AttributeHelpers::Collection::Array.3 \
27
	MooseX::AttributeHelpers::Collection::Bag.3 \
25
	MooseX::AttributeHelpers::Collection::Bag.3 \
28
	MooseX::AttributeHelpers::Collection::Hash.3 \
26
	MooseX::AttributeHelpers::Collection::Hash.3 \
Lines 40-46 Link Here
40
	MooseX::AttributeHelpers::MethodProvider::List.3 \
38
	MooseX::AttributeHelpers::MethodProvider::List.3 \
41
	MooseX::AttributeHelpers::MethodProvider::String.3 \
39
	MooseX::AttributeHelpers::MethodProvider::String.3 \
42
	MooseX::AttributeHelpers::Number.3 \
40
	MooseX::AttributeHelpers::Number.3 \
43
	MooseX::AttributeHelpers::String.3
41
	MooseX::AttributeHelpers::String.3 \
42
	MooseX::AttributeHelpers::Trait::Base.3 \
43
	MooseX::AttributeHelpers::Trait::Bool.3 \
44
	MooseX::AttributeHelpers::Trait::Collection.3 \
45
	MooseX::AttributeHelpers::Trait::Collection::Array.3 \
46
	MooseX::AttributeHelpers::Trait::Collection::Bag.3 \
47
	MooseX::AttributeHelpers::Trait::Collection::Hash.3 \
48
	MooseX::AttributeHelpers::Trait::Collection::ImmutableHash.3 \
49
	MooseX::AttributeHelpers::Trait::Collection::List.3 \
50
	MooseX::AttributeHelpers::Trait::Counter.3 \
51
	MooseX::AttributeHelpers::Trait::Number.3 \
52
	MooseX::AttributeHelpers::Trait::String.3
44
53
45
post-extract:
54
post-extract:
46
	@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
55
	@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (MooseX-AttributeHelpers-0.17.tar.gz) = f7ae2b01137fab51e4e45dbebece32b5
1
MD5 (MooseX-AttributeHelpers-0.20.tar.gz) = 34d2bbbf66eb23c2524aa503d3d1ae96
2
SHA256 (MooseX-AttributeHelpers-0.17.tar.gz) = 7717bba9438f457e2dea52ff220a501a4035f60950ca20bdb40a1d8ed6af4e54
2
SHA256 (MooseX-AttributeHelpers-0.20.tar.gz) = 7acdd53c076fbcc399436d93d42c2d5d2507c3121514edb71e191468d877c002
3
SIZE (MooseX-AttributeHelpers-0.17.tar.gz) = 33498
3
SIZE (MooseX-AttributeHelpers-0.20.tar.gz) = 38563
(-)pkg-plist (-5 / +18 lines)
Lines 1-7 Link Here
1
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/AttributeHelpers/.packlist
1
%%SITE_PERL%%/MooseX/AttributeHelpers.pm
3
%%SITE_PERL%%/MooseX/AttributeHelpers.pm
2
%%SITE_PERL%%/MooseX/AttributeHelpers/Base.pm
3
%%SITE_PERL%%/MooseX/AttributeHelpers/Bool.pm
4
%%SITE_PERL%%/MooseX/AttributeHelpers/Bool.pm
4
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection.pm
5
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Array.pm
5
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Array.pm
6
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Bag.pm
6
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Bag.pm
7
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Hash.pm
7
%%SITE_PERL%%/MooseX/AttributeHelpers/Collection/Hash.pm
Lines 20-31 Link Here
20
%%SITE_PERL%%/MooseX/AttributeHelpers/MethodProvider/String.pm
20
%%SITE_PERL%%/MooseX/AttributeHelpers/MethodProvider/String.pm
21
%%SITE_PERL%%/MooseX/AttributeHelpers/Number.pm
21
%%SITE_PERL%%/MooseX/AttributeHelpers/Number.pm
22
%%SITE_PERL%%/MooseX/AttributeHelpers/String.pm
22
%%SITE_PERL%%/MooseX/AttributeHelpers/String.pm
23
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/AttributeHelpers/.packlist
23
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Base.pm
24
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/AttributeHelpers
24
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Bool.pm
25
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
25
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection.pm
26
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection/Array.pm
27
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection/Bag.pm
28
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection/Hash.pm
29
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm
30
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection/List.pm
31
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Counter.pm
32
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Number.pm
33
%%SITE_PERL%%/MooseX/AttributeHelpers/Trait/String.pm
34
@dirrmtry %%SITE_PERL%%/mach/auto/MooseX
35
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Trait/Collection
36
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Trait
26
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/MethodProvider
37
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/MethodProvider
27
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Meta/Method
38
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Meta/Method
28
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Meta
39
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Meta
29
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Collection
40
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers/Collection
30
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers
41
@dirrmtry %%SITE_PERL%%/MooseX/AttributeHelpers
31
@dirrmtry %%SITE_PERL%%/MooseX
42
@dirrmtry %%SITE_PERL%%/MooseX
43
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/AttributeHelpers
44
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX

Return to bug 136509