From 15159a12c3f1156dbae34b8f121233c77086ac3c Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 5 Feb 2014 10:55:00 +0000 Subject: Update to 1.77 Add missing DEPENDS Upstream changes: revision 1.77 2014-01-17 ---------------------------- - Reintroduce { -not => undef } column operator (regression from 1.75) revision 1.75 2013-12-27 ---------------------------- - *UPCOMING INCOMPATIBLE BUGFIX*: SQLA used to generate incorrect SQL on undef-containing lists fed to -in and -not_in. An exception will be raised for a while before properly fixing this, to avoid quiet but subtle changes to query results in production - Deprecate and warn when supplying an empty arrayref to like/not_like operators (likely to be removed before 2.0) - Warn when using an inequality operator with a multi-value array to arrive at what amounts to a 1=1 condition (no pre-2.0 plans to fix this behavior due to backwards comp concerns) - Fix false negative comparison of ORDER BY ASC - More improvements of incorrect parsing (placeholder at end of list element) - Fix typos in POD and comments (RT#87776) - Augment -not_bool example with nesting (RT#89601) --- databases/p5-SQL-Abstract/Makefile | 5 +++-- databases/p5-SQL-Abstract/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'databases') diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 7debc634653..770730e88d1 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2013/07/03 18:18:03 sno Exp $ +# $NetBSD: Makefile,v 1.29 2014/02/05 10:55:00 wen Exp $ -DISTNAME= SQL-Abstract-1.74 +DISTNAME= SQL-Abstract-1.77 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 @@ -20,6 +20,7 @@ BUILD_DEPENDS+= p5-Test-Deep>=0.101:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Tree-DAG_Node>=0:../../devel/p5-Tree-DAG_Node PERL5_PACKLIST= auto/SQL/Abstract/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index 8214eb00198..a63f9faa85a 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2013/07/03 18:18:03 sno Exp $ +$NetBSD: distinfo,v 1.19 2014/02/05 10:55:00 wen Exp $ -SHA1 (SQL-Abstract-1.74.tar.gz) = 44f793caee0f8e26b629f885e850a50a44c19d13 -RMD160 (SQL-Abstract-1.74.tar.gz) = 697af986fd93d68101b865ea30344eccd7fc8cd8 -Size (SQL-Abstract-1.74.tar.gz) = 94405 bytes +SHA1 (SQL-Abstract-1.77.tar.gz) = be86d3321d9d84333cc24653d698ffb99aa232d0 +RMD160 (SQL-Abstract-1.77.tar.gz) = a36cb0de296342118422712290a4040acd958b85 +Size (SQL-Abstract-1.77.tar.gz) = 95246 bytes -- cgit v1.2.3