Thu Aug 6 01:52:03 2015 UTC ()
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


(wen)
diff -r1.26 -r1.27 pkgsrc/databases/p5-SQL-Translator/Makefile
diff -r1.15 -r1.16 pkgsrc/databases/p5-SQL-Translator/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/databases/p5-SQL-Translator/Makefile (expand / switch to context diff)
--- pkgsrc/databases/p5-SQL-Translator/Makefile 2015/07/12 18:56:09 1.26
+++ pkgsrc/databases/p5-SQL-Translator/Makefile 2015/08/06 01:52:03 1.27
@@ -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/}
 

cvs diff -r1.15 -r1.16 pkgsrc/databases/p5-SQL-Translator/distinfo (expand / switch to context diff)
--- pkgsrc/databases/p5-SQL-Translator/distinfo 2014/11/23 12:36:55 1.15
+++ pkgsrc/databases/p5-SQL-Translator/distinfo 2015/08/06 01:52:03 1.16
@@ -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
+SHA1 (SQL-Translator-0.11021.tar.gz) = 7251e593a089fd74e69a4f36347f786de156de79
-RMD160 (SQL-Translator-0.11020.tar.gz) = 90efb174b3052e236a3a16294207188ca2a3b172
+RMD160 (SQL-Translator-0.11021.tar.gz) = 964c01d6e2a59262eb8ff54fcb5ec48bcbe3ec23
-Size (SQL-Translator-0.11020.tar.gz) = 427911 bytes
+Size (SQL-Translator-0.11021.tar.gz) = 438222 bytes