From 9fcdd0e897abeae14fb4d6fd500cb8d1e35bc176 Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 6 Aug 2015 01:44:40 +0000 Subject: Update to 1.407 Add missing DEPENDS Upstream changes: 1.407 2015-05-26 * Release 1.406_002 without further changes as 1.407 1.406_002 2015-05-22 [Bug fixes] * Fix RT#104579: Redundant argument in sprintf submitted by Slaven Rezi * Fix RT#104589: t/14parse.t fails if Test::Deep is not installed submitted by Slaven Rezi 1.406_001 2015-05-20 [Misc] * clean up Makefile.PL, meta-data and requirements [Bug fixes] * Fix SQL function CONV to use limited number of sane character sets for conversion and rely on Math::Base::Convert instead of own code (suggested by Tom Wyant in RT#100551, thanks Tom) * fix handling of literal identifiers and for every IMPORT rely on literal identifiers to avoid parser errors for column names starting with numbers or similar * fix capability cache: "$class->can(...)" might return undef and therefore inexistent capabilities are queried to often * Fix COUNT(DISTINCT col) without GROUP BY clause (patch submitted by Grant Mathews, thanks Grant) * Fix "parse insert with functions" submitted via GitHub PR#6 by fecundf and RT#96628 * Fix RT#93320: SQL-style comment can not begin inside quotes by Tom Wyant - thanks Tom [Improvements] * reduce blocks and rewrite some inner statements to increase speed of sql command processing --- databases/p5-SQL-Statement/Makefile | 8 +++++--- databases/p5-SQL-Statement/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index 87e44956e50..bb6f790ceb3 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/08/06 01:44:40 wen Exp $ # -DISTNAME= SQL-Statement-1.405 +DISTNAME= SQL-Statement-1.407 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -14,6 +13,9 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util +DEPENDS+= p5-Math-Base-Convert>=0:../../math/p5-Math-Base-Convert + +BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep CONFLICTS+= p5-DBI<=1.622 diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo index da70602c634..6f9161083f6 100644 --- a/databases/p5-SQL-Statement/distinfo +++ b/databases/p5-SQL-Statement/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2013/06/22 09:21:22 sno Exp $ +$NetBSD: distinfo,v 1.22 2015/08/06 01:44:40 wen Exp $ -SHA1 (SQL-Statement-1.405.tar.gz) = 7d44271ffc21dd373fa861acb0df17c21972d22d -RMD160 (SQL-Statement-1.405.tar.gz) = 6327850d49a37038af324e64aa01decea8c3707c -Size (SQL-Statement-1.405.tar.gz) = 138703 bytes +SHA1 (SQL-Statement-1.407.tar.gz) = 79eb098c643f936cca5a12a7b8343ca4508fdc99 +RMD160 (SQL-Statement-1.407.tar.gz) = 51c75d65e79059bd43f12988ea873bf8253146aa +Size (SQL-Statement-1.407.tar.gz) = 137336 bytes -- cgit v1.2.3