pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-SQL-Translator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  6 07:05:39 UTC 2017

Modified Files:
        pkgsrc/databases/p5-SQL-Translator: Makefile distinfo

Log Message:
p5-SQL-Translator: update to 0.11023.

0.11023 2017-12-05

 * Fix error handling for Test::PostgreSQL 1.20

0.11022 2017-12-04

 * Add support for monotonically increasing SQLite autoincs (GH#47)
 * Add support for CHECK constraint in SQLite producer (GH#57)
 * Add support for CHECK constraint in POD producer (GH#63)
 * Fix forgotten quoting in the MySQL DROP TABLE diff producer (GH#50)
 * Fix Pg grammar parsing of UUID, time, timetz columns (RT#100196, GH#52)
 * Add support for USING and WHERE on indexes in PostgreSQL producer
   and parser (RT#63814, GH#52)
 * Improve add_trigger consistency between producers (GH#48)
 * Add trigger 'scope' attribute support to JSON, YAML and XML producers,
   and XML and SQLite parsers (RT#119997)
 * Declare dependencies in deterministic order (RT#102859)
 * Multiple speedups of naive internal debugging mechanism (GH#54)
 * Remove dependency on List::MoreUtils ( http://is.gd/lmu_cac_debacle )
 * Fix parsing of strings with leading whitespace for MySQL, Oracle, PostgreSQL,
   SQLServer and SQLite
 * Fix parsing of MySQL column comments (RT#83380)
 * Fix multi-line comments in YAML, JSON and PostgreSQL producers
 * Fix identifier quoting in PostgreSQL diff producer
 * Fix incorrect type conversion from various BigInt AutoIncrement to the
   PostgreSQL-specific bigserial (GH#72)
 * Fix missing semicolons between PostGIS statements
 * Fix string and identifier quoting in PostGIS statements
 * Fix intermittent test failures (RT#108460)
 * Fix relying on exact serialisation for JSON/YAML tests (RT#121901)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/p5-SQL-Translator/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/p5-SQL-Translator/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-SQL-Translator/Makefile
diff -u pkgsrc/databases/p5-SQL-Translator/Makefile:1.30 pkgsrc/databases/p5-SQL-Translator/Makefile:1.31
--- pkgsrc/databases/p5-SQL-Translator/Makefile:1.30    Mon Jun  5 14:22:32 2017
+++ pkgsrc/databases/p5-SQL-Translator/Makefile Wed Dec  6 07:05:39 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2017/06/05 14:22:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2017/12/06 07:05:39 wiz Exp $
 
-DISTNAME=      SQL-Translator-0.11021
+DISTNAME=      SQL-Translator-0.11023
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
 

Index: pkgsrc/databases/p5-SQL-Translator/distinfo
diff -u pkgsrc/databases/p5-SQL-Translator/distinfo:1.18 pkgsrc/databases/p5-SQL-Translator/distinfo:1.19
--- pkgsrc/databases/p5-SQL-Translator/distinfo:1.18    Wed Jun  7 14:34:47 2017
+++ pkgsrc/databases/p5-SQL-Translator/distinfo Wed Dec  6 07:05:39 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2017/06/07 14:34:47 ryoon Exp $
+$NetBSD: distinfo,v 1.19 2017/12/06 07:05:39 wiz Exp $
 
-SHA1 (SQL-Translator-0.11021.tar.gz) = 7251e593a089fd74e69a4f36347f786de156de79
-RMD160 (SQL-Translator-0.11021.tar.gz) = 964c01d6e2a59262eb8ff54fcb5ec48bcbe3ec23
-SHA512 (SQL-Translator-0.11021.tar.gz) = d8bd12932d522ff6feb6821e7fbe95e804861c1d07035185b05e5a151f4fd4ddec233fb43637700ba32aa3e252df5590281db9d38b553a791e9d4bf15f68d5f7
-Size (SQL-Translator-0.11021.tar.gz) = 438222 bytes
+SHA1 (SQL-Translator-0.11023.tar.gz) = 211ef611f240084fa7d01cae93756db408774cb0
+RMD160 (SQL-Translator-0.11023.tar.gz) = 0a0cec8727e1888d1b94a33847c857f932e3a4a3
+SHA512 (SQL-Translator-0.11023.tar.gz) = 95ae982c504b464f988b8bc04f8e733053978bbbeb532cc86ffb90485823403d403ee86ff562b591b1b82bf99bcfa357385eb6690e5c06c968dbde5653afb4dc
+Size (SQL-Translator-0.11023.tar.gz) = 436852 bytes
 SHA1 (patch-Makefile.PL) = 8159357e5820138bf1a7cfb3f69aefc104c0eca3



Home | Main Index | Thread Index | Old Index