From 8d06edc2c829cfa2f2709c90ba67150f76ad6078 Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 30 Nov 2010 06:31:03 +0000 Subject: - Update to 0.16 Changelog: http://search.cpan.org/src/DHORNE/DBIx-VersionedDDL-0.16/Changes PR: ports/152675 Submitted by: Alan Snelson (maintainer) --- databases/p5-DBIx-VersionedDDL/Makefile | 12 +++++++----- databases/p5-DBIx-VersionedDDL/distinfo | 5 ++--- databases/p5-DBIx-VersionedDDL/pkg-plist | 3 +++ 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'databases') diff --git a/databases/p5-DBIx-VersionedDDL/Makefile b/databases/p5-DBIx-VersionedDDL/Makefile index f02e91337069..61eaa45827ef 100644 --- a/databases/p5-DBIx-VersionedDDL/Makefile +++ b/databases/p5-DBIx-VersionedDDL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-VersionedDDL -PORTVERSION= 0.10 +PORTVERSION= 0.16 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= Alan@Wave2.org COMMENT= Upgrade and downgrade database schemas to a specified version -RUN_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ - p5-Text-CSV>=1.16:${PORTSDIR}/textproc/p5-Text-CSV +RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ + p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV PERL_CONFIGURE= 5.8.8+ MAN1= migrate_schema.1 -MAN3= DBIx::VersionedDDL.3 +MAN3= DBIx::VersionedDDL.3 \ + DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3 .include diff --git a/databases/p5-DBIx-VersionedDDL/distinfo b/databases/p5-DBIx-VersionedDDL/distinfo index a1ca8b025498..9eee9cecfb46 100644 --- a/databases/p5-DBIx-VersionedDDL/distinfo +++ b/databases/p5-DBIx-VersionedDDL/distinfo @@ -1,3 +1,2 @@ -MD5 (DBIx-VersionedDDL-0.10.tar.gz) = 9f36e041b4413fdb9fc695b870366965 -SHA256 (DBIx-VersionedDDL-0.10.tar.gz) = f2b10f7483065a7c1baff5b6bef4489d696006a7bf5fe910b75145c1065a6e82 -SIZE (DBIx-VersionedDDL-0.10.tar.gz) = 9202 +SHA256 (DBIx-VersionedDDL-0.16.tar.gz) = 384e6d1a06e738811f4409c55baa2c5f049f03c027783894ee56cd8e9432e9d5 +SIZE (DBIx-VersionedDDL-0.16.tar.gz) = 10287 diff --git a/databases/p5-DBIx-VersionedDDL/pkg-plist b/databases/p5-DBIx-VersionedDDL/pkg-plist index 787a2336e248..8dca758bef03 100644 --- a/databases/p5-DBIx-VersionedDDL/pkg-plist +++ b/databases/p5-DBIx-VersionedDDL/pkg-plist @@ -1,6 +1,9 @@ bin/migrate_schema %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/VersionedDDL/.packlist %%SITE_PERL%%/DBIx/VersionedDDL.pm +%%SITE_PERL%%/DBIx/VersionedDDL/Plugin/DefaultScriptProcessor.pm +@dirrm %%SITE_PERL%%/DBIx/VersionedDDL/Plugin +@dirrm %%SITE_PERL%%/DBIx/VersionedDDL @dirrmtry %%SITE_PERL%%/DBIx @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/VersionedDDL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx -- cgit