Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 213B763B9BC for ; Mon, 10 Sep 2012 13:26:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B2F6014A25E; Mon, 10 Sep 2012 13:26:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F7ED14A259 for ; Mon, 10 Sep 2012 13:26:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ro-ohlgntBLc for ; Mon, 10 Sep 2012 13:26:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 127C814A24F for ; Mon, 10 Sep 2012 13:26:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C16E3175DD; Mon, 10 Sep 2012 13:26:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 10 Sep 2012 13:26:44 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/databases/p5-SQL-Abstract To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20120910132644.C16E3175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Mon Sep 10 13:26:44 UTC 2012 Modified Files: pkgsrc/databases/p5-SQL-Abstract: Makefile distinfo Log Message: Updating package for CPAN module SQL::Abstract in databases/p5-SQL-Abstract from 1.72nb1 to 1.73. pkgsrc changes: - update dependencies upstream changes: revision 1.73 2012-07-10 ---------------------------- - Fix parsing of ORDER BY foo + ? - Stop filling in placeholders in `format-sql` since it does not support passing values for them anyway - Fix parsing of NOT EXISTS - Fix over-eager parenthesis unrolling - Fix deep recursion warnings while parsing obnoxiously long sql statements - Fix incorrect comparison of malformed lists - Fix incorrect reporting of mismatch-members in SQLA::Test - Migrate the -ident operator from DBIC into SQLA - Migrate the -value operator from DBIC into SQLA To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/p5-SQL-Abstract/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/p5-SQL-Abstract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.