mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Upgrade to 0.002201.
This commit is contained in:
parent
a30a2fd140
commit
6baa110b8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302942
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Class-DeploymentHandler
|
||||
PORTVERSION= 0.002115
|
||||
PORTVERSION= 0.002201
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -19,17 +19,20 @@ RUN_DEPENDS= \
|
||||
p5-Context-Preserve>0:${PORTSDIR}/devel/p5-Context-Preserve \
|
||||
p5-DBD-SQLite>=1.35:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBIx-Class>=0.08121:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Log-Contextual>=0.00300:${PORTSDIR}/devel/p5-Log-Contextual \
|
||||
p5-Log-Contextual>=0.004200:${PORTSDIR}/devel/p5-Log-Contextual \
|
||||
p5-Method-Signatures-Simple>=0.05:${PORTSDIR}/devel/p5-Method-Signatures-Simple \
|
||||
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Role-Parameterized>=0.18:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
|
||||
p5-SQL-Translator>=0.11005:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Sub-Exporter-Progressive>0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \
|
||||
p5-Text-Brew>=0.02:${PORTSDIR}/textproc/p5-Text-Brew \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-aliased>0:${PORTSDIR}/devel/p5-aliased \
|
||||
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
||||
p5-parent>=0.225:${PORTSDIR}/devel/p5-parent
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
@ -45,6 +48,7 @@ MAN3= DBIx::Class::DeploymentHandler.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesDeploy.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesVersionStorage.3 \
|
||||
DBIx::Class::DeploymentHandler::HandlesVersioning.3 \
|
||||
DBIx::Class::DeploymentHandler::LogImporter.3 \
|
||||
DBIx::Class::DeploymentHandler::Logger.3 \
|
||||
DBIx::Class::DeploymentHandler::Manual::CatalystIntro.3 \
|
||||
DBIx::Class::DeploymentHandler::Manual::Intro.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (DBIx-Class-DeploymentHandler-0.002115.tar.gz) = d52d51ac7bcc72c86a229be27eaed243af9a8e80a6ae027ecd2a5542d7907b25
|
||||
SIZE (DBIx-Class-DeploymentHandler-0.002115.tar.gz) = 46173
|
||||
SHA256 (DBIx-Class-DeploymentHandler-0.002201.tar.gz) = 8a918989132af6b7da799d3d3d9db4d4137548822ffac7d2644db65aa60a4843
|
||||
SIZE (DBIx-Class-DeploymentHandler-0.002201.tar.gz) = 52202
|
||||
|
@ -9,6 +9,7 @@
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesDeploy.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersionStorage.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/LogImporter.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Logger.pm
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/CatalystIntro.pod
|
||||
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/Intro.pod
|
||||
|
Loading…
Reference in New Issue
Block a user