diff options
author | wen <wen@pkgsrc.org> | 2015-08-06 01:52:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-06 01:52:03 +0000 |
commit | 7d52111f9ee5fd75da64ca73e915b6d59953ac1b (patch) | |
tree | c7bb1b47ec3d58269b4e3e911b77089175823495 /databases | |
parent | adb005e29152df4149a388bcef245b4389059375 (diff) | |
download | pkgsrc-7d52111f9ee5fd75da64ca73e915b6d59953ac1b.tar.gz |
Update to 0.11021
Upstream changes:
0.11021 2015-01-29
* Fix Oracle producer generating an unnecessary / at the end in case there
are no triggers
* Skip HTML tests if CGI is not installed (RT#98027)
* Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
* Fixes for parsing and producing identifiers and values that need
quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and
Oracle (RT#90700, RT#31034)
* Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser
* Add trigger support to Oracle parser (RT#62927)
* Fix erroneous PostgreSQL floating point type translations (RT#99725)
* Remove executable bit from Parser/JSON.pm (RT#100532)
* Update the Free Software Foundation's address (RT#100531)
* Provide default index names for SQLite (GH#45)
* Fix SQLite diffing on perl 5.8.1
* Fix multi-column indexes in Parser::DBI::PostgreSQL
* Fix array data types in Parser::PostgreSQL (GH#49)
* Fix multidimensional sizes in Parser::PostgreSQL
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-SQL-Translator/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 44447dd1791..96a7b5d490d 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/08/06 01:52:03 wen Exp $ -DISTNAME= SQL-Translator-0.11020 +DISTNAME= SQL-Translator-0.11021 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} diff --git a/databases/p5-SQL-Translator/distinfo b/databases/p5-SQL-Translator/distinfo index ed63d40a4a8..39545e22336 100644 --- a/databases/p5-SQL-Translator/distinfo +++ b/databases/p5-SQL-Translator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2014/11/23 12:36:55 wen Exp $ +$NetBSD: distinfo,v 1.16 2015/08/06 01:52:03 wen Exp $ -SHA1 (SQL-Translator-0.11020.tar.gz) = 7000669c6e128dd33f7210e0047915a3ae08d789 -RMD160 (SQL-Translator-0.11020.tar.gz) = 90efb174b3052e236a3a16294207188ca2a3b172 -Size (SQL-Translator-0.11020.tar.gz) = 427911 bytes +SHA1 (SQL-Translator-0.11021.tar.gz) = 7251e593a089fd74e69a4f36347f786de156de79 +RMD160 (SQL-Translator-0.11021.tar.gz) = 964c01d6e2a59262eb8ff54fcb5ec48bcbe3ec23 +Size (SQL-Translator-0.11021.tar.gz) = 438222 bytes |