Fri Aug 25 06:33:47 2023 UTC ()
Update to 1.63

Upstream changes:
1.63 - 2023-02-23
 * sqlt-diff: Change producer_args to sqlt_args for better self-documentation
   NOTE - using producer_args will now throw a deprecation warning

 FEATURES
 * A lot of new functionality for the Oracle producer (thanks @hazardv)
 * Support DB commments in the following producers: PG, JSON, YAML. Also in the sqlite parser (thanks @djerius)
 * Support INCLUDE on indices for Pg (producer + parser)
 * Postgres producer now supports materialized views via $extra->{materialized}

 FIXES
 * Postgres producer genrates correct constraint names for schema-namespaced tables
 * Postgres DBI parser now returns scalarref SQL instead of strings for defaults (thanks @nrdvana)
 * Postgres producer drops NOT NULL constraints more correctly (thanks @uehara-delta)
 * binaries now have their perl set by EUMM (thanks @toddr)


(wen)
diff -r1.45 -r1.46 pkgsrc/databases/p5-SQL-Translator/Makefile
diff -r1.25 -r1.26 pkgsrc/databases/p5-SQL-Translator/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/databases/p5-SQL-Translator/Makefile (expand / switch to context diff)
--- pkgsrc/databases/p5-SQL-Translator/Makefile 2023/07/06 09:38:29 1.45
+++ pkgsrc/databases/p5-SQL-Translator/Makefile 2023/08/25 06:33:47 1.46
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2023/07/06 09:38:29 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2023/08/25 06:33:47 wen Exp $
 
-DISTNAME=	SQL-Translator-1.62
+DISTNAME=	SQL-Translator-1.63
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	3
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=SQL/}
 

cvs diff -r1.25 -r1.26 pkgsrc/databases/p5-SQL-Translator/distinfo (expand / switch to context diff)
--- pkgsrc/databases/p5-SQL-Translator/distinfo 2021/10/26 10:09:41 1.25
+++ pkgsrc/databases/p5-SQL-Translator/distinfo 2023/08/25 06:33:47 1.26
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 10:09:41 nia Exp $
+$NetBSD: distinfo,v 1.26 2023/08/25 06:33:47 wen Exp $
 
-BLAKE2s (SQL-Translator-1.62.tar.gz) = fa0f13bc9111e3e6e4d7a98b162a1f193ea0dbe228cfbb42bffc8a8ef6fed4a0
+BLAKE2s (SQL-Translator-1.63.tar.gz) = 607207a5e12f69569d27e2abf66d9c8d1eae45fa69836cdda55bed7793ee6656
-SHA512 (SQL-Translator-1.62.tar.gz) = 80096bf42cff406b896d96fd4374cb69c4bbe6ce037d58bb520d5c8ac31a15454772217730fac4249960cd81ac02ff9b5419b8dc80fd0a0901802e525ff863c8
+SHA512 (SQL-Translator-1.63.tar.gz) = e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e
-Size (SQL-Translator-1.62.tar.gz) = 411750 bytes
+Size (SQL-Translator-1.63.tar.gz) = 419418 bytes