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

(-)Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Object-InsideOut
8
PORTNAME=	Object-InsideOut
9
PORTVERSION=	1.42
9
PORTVERSION=	1.44
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Object
12
MASTER_SITE_SUBDIR=	Object
Lines 16-22 Link Here
16
COMMENT=	Object::InsideOut - Comprehensive inside-out object support module
16
COMMENT=	Object::InsideOut - Comprehensive inside-out object support module
17
17
18
BUILD_DEPENDS=	p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
18
BUILD_DEPENDS=	p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
19
		p5-Test-Simple>=0.50:${PORTSDIR}/devel/p5-Test-Simple
19
		p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
Lines 25-32 Link Here
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
27
28
.if ${PERL_LEVEL} < 500800
28
.if ${PERL_LEVEL} < 500800 # inherited from p5-Exception-Class
29
IGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 and try again
29
IGNORE=		requires perl 5.8 or later. Install lang/perl5.8 and try again
30
.endif
30
.endif
31
31
32
.include <bsd.port.post.mk>
32
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Object-InsideOut-1.42.tar.gz) = 4d2c728afd583496d558f9f45706d92f
1
MD5 (Object-InsideOut-1.44.tar.gz) = a1bcee0f7ee403c3cc5b8fbdfa446c22
2
SHA256 (Object-InsideOut-1.42.tar.gz) = a31352af9a68c02c68c621f7cf71df3c0d5b0336a3850fc8cca83b852a88534b
2
SHA256 (Object-InsideOut-1.44.tar.gz) = 0c383cb9baa08b0e69f108c08278bd3acaafcf3f381d9d6a0f4ffb985e403340
3
SIZE (Object-InsideOut-1.42.tar.gz) = 62425
3
SIZE (Object-InsideOut-1.44.tar.gz) = 63000
(-)pkg-plist (-3 / +4 lines)
Lines 1-15 Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist
2
%%SITE_PERL%%/Object/InsideOut.pm
1
%%SITE_PERL%%/Object/InsideOut.pm
3
%%SITE_PERL%%/Object/InsideOut/Autoload.pm
2
%%SITE_PERL%%/Object/InsideOut/Autoload.pm
4
%%SITE_PERL%%/Object/InsideOut/Chained.pm
3
%%SITE_PERL%%/Object/InsideOut/Chained.pm
5
%%SITE_PERL%%/Object/InsideOut/Cumulative.pm
4
%%SITE_PERL%%/Object/InsideOut/Cumulative.pm
6
%%SITE_PERL%%/Object/InsideOut/Dump.pm
5
%%SITE_PERL%%/Object/InsideOut/Dump.pm
7
%%SITE_PERL%%/Object/InsideOut/Dynamic.pm
6
%%SITE_PERL%%/Object/InsideOut/Dynamic.pm
7
%%SITE_PERL%%/Object/InsideOut/Exception.pm
8
%%SITE_PERL%%/Object/InsideOut/Foreign.pm
8
%%SITE_PERL%%/Object/InsideOut/Foreign.pm
9
%%SITE_PERL%%/Object/InsideOut/Overload.pm
9
%%SITE_PERL%%/Object/InsideOut/Overload.pm
10
%%SITE_PERL%%/Object/InsideOut/Universal.pm
10
%%SITE_PERL%%/Object/InsideOut/Universal.pm
11
%%SITE_PERL%%/Object/InsideOut/Util.pm
11
%%SITE_PERL%%/Object/InsideOut/Util.pm
12
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
12
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist
13
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
13
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
14
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
14
@dirrmtry %%SITE_PERL%%/Object/InsideOut
15
@dirrm %%SITE_PERL%%/Object/InsideOut
15
@dirrmtry %%SITE_PERL%%/Object
16
@dirrmtry %%SITE_PERL%%/Object

Return to bug 99457