diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-07-02 11:47:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-07-02 11:47:53 +0000 |
commit | 71cda5d838cc896621ae98d66195421c279b6f3d (patch) | |
tree | 29d27347fe2ff0c00d978e47ff589eb795e801ab /databases/p5-DBIx-DBSchema | |
parent | d5a5a833eee8e0471f7fd5f77c884201e825b1ff (diff) |
Update to 0.33
Notes
Notes:
svn path=/head/; revision=194639
Diffstat (limited to 'databases/p5-DBIx-DBSchema')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index cb29d8855d07..5b2295252d98 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-DBSchema -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -26,7 +26,8 @@ MAN3= DBIx::DBSchema.3 DBIx::DBSchema::ColGroup.3 \ DBIx::DBSchema::Column.3 DBIx::DBSchema::DBD.3 \ DBIx::DBSchema::DBD::mysql.3 DBIx::DBSchema::DBD::Pg.3 \ DBIx::DBSchema::DBD::Sybase.3 DBIx::DBSchema::Table.3 \ - DBIx::DBSchema::DBD::Oracle.3 DBIx::DBSchema::DBD::SQLite.3 + DBIx::DBSchema::DBD::Oracle.3 DBIx::DBSchema::DBD::SQLite.3 \ + DBIx::DBSchema::Index.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo index 755b8cc8ed65..445ef91a27b0 100644 --- a/databases/p5-DBIx-DBSchema/distinfo +++ b/databases/p5-DBIx-DBSchema/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-DBSchema-0.32.tar.gz) = 4bd062e89dffca6633bc19ba46539b73 -SHA256 (DBIx-DBSchema-0.32.tar.gz) = cb69931ef03980392483b56e17ccf1c3ea14113754a8446a5c918bb6cc9eef01 -SIZE (DBIx-DBSchema-0.32.tar.gz) = 22482 +MD5 (DBIx-DBSchema-0.33.tar.gz) = 27e27112d88a65daf4d4dd9d1787284e +SHA256 (DBIx-DBSchema-0.33.tar.gz) = 67b252d1fad6695b1f6dcc0e95fd84ff65b817186d0584c4a842ed52b7f2a82c +SIZE (DBIx-DBSchema-0.33.tar.gz) = 26335 diff --git a/databases/p5-DBIx-DBSchema/pkg-plist b/databases/p5-DBIx-DBSchema/pkg-plist index 8f99a3f51407..02ec876a7e5a 100644 --- a/databases/p5-DBIx-DBSchema/pkg-plist +++ b/databases/p5-DBIx-DBSchema/pkg-plist @@ -10,6 +10,7 @@ %%SITE_PERL%%/DBIx/DBSchema/DBD/SQLite.pm %%SITE_PERL%%/DBIx/DBSchema/DBD/Sybase.pm %%SITE_PERL%%/DBIx/DBSchema/DBD/mysql.pm +%%SITE_PERL%%/DBIx/DBSchema/Index.pm %%SITE_PERL%%/DBIx/DBSchema/Table.pm %%SITE_PERL%%/DBIx/DBSchema/_util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/.packlist |