diff options
author | wiz <wiz> | 2013-09-05 18:31:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-05 18:31:43 +0000 |
commit | 06f220b50f3e2f93dc28c148128a2aa0e9057a00 (patch) | |
tree | 991b3a3098abce0ac64d142a871ca3339f82d876 /databases | |
parent | f33b1e54d8de42f3636367b983c8fa74951b570c (diff) | |
download | pkgsrc-06f220b50f3e2f93dc28c148128a2aa0e9057a00.tar.gz |
Update to 0.40:
0.40 Sat Dec 17 17:03:51 PST 2011
- doc: sql_update_schema link to sql_add_column misspelled
- Pg: fix mapping for DOUBLE PRECISION type to avoid needless alter cols
- mysql: implement altering column types & lengths
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index e01d2ba9c9a..2fcf31bb152 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:39:51 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2013/09/05 18:31:43 wiz Exp $ -DISTNAME= DBIx-DBSchema-0.39 +DISTNAME= DBIx-DBSchema-0.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo index 3cf8816dda6..0009ec52e3a 100644 --- a/databases/p5-DBIx-DBSchema/distinfo +++ b/databases/p5-DBIx-DBSchema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/09/02 06:16:33 sno Exp $ +$NetBSD: distinfo,v 1.6 2013/09/05 18:31:43 wiz Exp $ -SHA1 (DBIx-DBSchema-0.39.tar.gz) = 6cf0aa98d254acd2213d7409f5ca00db767a1e67 -RMD160 (DBIx-DBSchema-0.39.tar.gz) = 40ba0b2bf31880ffc9b5e1492a6f2dc3b2d3e6af -Size (DBIx-DBSchema-0.39.tar.gz) = 27587 bytes +SHA1 (DBIx-DBSchema-0.40.tar.gz) = 48807e484f09289d1c0139deb500ad70bac47bd4 +RMD160 (DBIx-DBSchema-0.40.tar.gz) = 6093fe2a9d41b2602c4e7a31d4361c7ac9a90da7 +Size (DBIx-DBSchema-0.40.tar.gz) = 27656 bytes |