mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 0.33
- Sort *_DEPENDS - Remove duplicate TEST_DEPENDS: p5-Test-Simple Changes: http://search.cpan.org/dist/Test-DBIx-Class/Changes
This commit is contained in:
parent
297e499b9b
commit
cc9382a4ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297177
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Test-DBIx-Class
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.33
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -19,6 +19,7 @@ LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Config-Any>=0.19:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-DBIx-Class-Schema-PopulateMore>=0.16:${PORTSDIR}/databases/p5-DBIx-Class-Schema-PopulateMore \
|
||||
p5-DBIx-Class-TimeStamp>=0.13:${PORTSDIR}/databases/p5-DBIx-Class-TimeStamp \
|
||||
p5-DBIx-Class-UUIDColumns>=0.02005:${PORTSDIR}/databases/p5-DBIx-Class-UUIDColumns \
|
||||
p5-Data-UUID>=1.215:${PORTSDIR}/devel/p5-Data-UUID \
|
||||
@ -30,13 +31,10 @@ BUILD_DEPENDS= p5-Config-Any>=0.19:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-MooseX-Types>=0.23:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-Path-Class>=0.21:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-SQL-Translator>=0.11006:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-DBIx-Class-Schema-PopulateMore>=0.16:${PORTSDIR}/databases/p5-DBIx-Class-Schema-PopulateMore
|
||||
p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \
|
||||
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
||||
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -66,6 +64,11 @@ MAN3= Test::DBIx::Class.3 \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-DBIx-Class-0.32.tar.gz) = fb4070baf1011d11d266666b97c198e3dd457045958a590f4b91458a189d8cdc
|
||||
SIZE (Test-DBIx-Class-0.32.tar.gz) = 81234
|
||||
SHA256 (Test-DBIx-Class-0.33.tar.gz) = 6c67ec6e388871c4b133d314dbf8bcf492eb8418d9f7fc3f26372bbab4c34656
|
||||
SIZE (Test-DBIx-Class-0.33.tar.gz) = 81343
|
||||
|
Loading…
Reference in New Issue
Block a user