diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 05:28:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 05:28:19 +0000 |
commit | 51cc5f765c7f156075ad9768c3d68b113826ba12 (patch) | |
tree | 74fd6b6b2bb98d7968f3e226942767a73537cca0 /databases | |
parent | bbefead34e6686b5e96d4bd1febc97acf6d85770 (diff) | |
download | ports-51cc5f765c7f156075ad9768c3d68b113826ba12.tar.gz ports-51cc5f765c7f156075ad9768c3d68b113826ba12.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-DeploymentHandler/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-DeploymentHandler/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-DeploymentHandler/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/databases/p5-DBIx-Class-DeploymentHandler/Makefile b/databases/p5-DBIx-Class-DeploymentHandler/Makefile index 1434240472e8..081192d713f3 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/Makefile +++ b/databases/p5-DBIx-Class-DeploymentHandler/Makefile @@ -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 \ diff --git a/databases/p5-DBIx-Class-DeploymentHandler/distinfo b/databases/p5-DBIx-Class-DeploymentHandler/distinfo index ec14882c0adf..f178c6d70f32 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/distinfo +++ b/databases/p5-DBIx-Class-DeploymentHandler/distinfo @@ -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 diff --git a/databases/p5-DBIx-Class-DeploymentHandler/pkg-plist b/databases/p5-DBIx-Class-DeploymentHandler/pkg-plist index 6c5f1a7751a5..a1945ae6e9b7 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/pkg-plist +++ b/databases/p5-DBIx-Class-DeploymentHandler/pkg-plist @@ -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 |