diff options
author | wen <wen@pkgsrc.org> | 2014-02-05 10:55:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-02-05 10:55:00 +0000 |
commit | 15159a12c3f1156dbae34b8f121233c77086ac3c (patch) | |
tree | 9671088e755f641103d2edcb213224f4735394bd /databases/p5-SQL-Abstract | |
parent | 10f5bd18d00f8b5cfb5be49ef02480b514bc295f (diff) | |
download | pkgsrc-15159a12c3f1156dbae34b8f121233c77086ac3c.tar.gz |
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 <function> 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)
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
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 |