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

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	MooseX-Storage
8
PORTNAME=	MooseX-Storage
9
PORTVERSION=	0.17
9
PORTVERSION=	0.18
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 14-20 Link Here
14
MAINTAINER=	chinsan@FreeBSD.org
14
MAINTAINER=	chinsan@FreeBSD.org
15
COMMENT=	An serialization framework for Moose classes
15
COMMENT=	An serialization framework for Moose classes
16
16
17
RUN_DEPENDS=	p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
17
BUILD_DEPENDS=	p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
18
		p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \
18
		p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \
19
		p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \
19
		p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \
20
		p5-Best>=0:${PORTSDIR}/devel/p5-Best \
20
		p5-Best>=0:${PORTSDIR}/devel/p5-Best \
Lines 23-29 Link Here
23
		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
23
		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
24
		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
24
		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
25
		p5-Test-TempDir>=0.02:${PORTSDIR}/devel/p5-Test-TempDir
25
		p5-Test-TempDir>=0.02:${PORTSDIR}/devel/p5-Test-TempDir
26
BUILD_DEPENDS=	${RUN_DEPENDS}
26
RUN_DEPENDS=	${BUILD_DEPENDS}
27
27
28
PERL_CONFIGURE=	5.8.0+
28
PERL_CONFIGURE=	5.8.0+
29
29
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (MooseX-Storage-0.17.tar.gz) = 626819fe42830d6ff635a84bcd17706a
1
MD5 (MooseX-Storage-0.18.tar.gz) = 680fca0f63f7910fed8c52805bc579e2
2
SHA256 (MooseX-Storage-0.17.tar.gz) = f1df47fbf74f41a3bf9aca019e2cb5c0516455ff51e44bb9d22a2361bfea920f
2
SHA256 (MooseX-Storage-0.18.tar.gz) = e1bb8c41601cb9b1ac328b40fcf5a8caab9c26e294edbb90408965afa049db84
3
SIZE (MooseX-Storage-0.17.tar.gz) = 41932
3
SIZE (MooseX-Storage-0.18.tar.gz) = 43402

Return to bug 135756