- Upgrade to 002100.

Submitted by:	swills
PR:	  	ports/165537
Feature safe:	yes
This commit is contained in:
Jun Kuriyama 2012-03-11 05:28:19 +00:00
parent bbefead34e
commit 51cc5f765c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293077
3 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Class-DeploymentHandler
PORTVERSION= 0.001005
PORTVERSION= 0.002100
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,7 +16,8 @@ COMMENT= Perl extension for extensible DBIx::Class deployment
RUN_DEPENDS= \
p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
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-File-Touch>=0.08:${PORTSDIR}/devel/p5-File-Touch \
@ -28,6 +29,8 @@ RUN_DEPENDS= \
p5-aliased>0:${PORTSDIR}/devel/p5-aliased \
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires
PERL_CONFIGURE= yes
@ -36,6 +39,7 @@ MAN3= DBIx::Class::DeploymentHandler.3 \
DBIx::Class::DeploymentHandler::Dad.3 \
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator.3 \
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated.3 \
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers.3 \
DBIx::Class::DeploymentHandler::Deprecated.3 \
DBIx::Class::DeploymentHandler::HandlesDeploy.3 \
DBIx::Class::DeploymentHandler::HandlesVersionStorage.3 \

View file

@ -1,2 +1,2 @@
SHA256 (DBIx-Class-DeploymentHandler-0.001005.tar.gz) = f0d9bd3138a7c794cd0cbc6c631e71968cb5a5114f8c046ee32e2e392b1a0e6e
SIZE (DBIx-Class-DeploymentHandler-0.001005.tar.gz) = 42533
SHA256 (DBIx-Class-DeploymentHandler-0.002100.tar.gz) = e4c7919db237b589ef3ada6725415b434fba7e136eb180f5780ba4319b8a0e6d
SIZE (DBIx-Class-DeploymentHandler-0.002100.tar.gz) = 46905

View file

@ -4,6 +4,7 @@
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Dad.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Deprecated.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesDeploy.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersionStorage.pm