pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Abstract Update to 1.78. From the cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bb0ddd8a0d1
branches:  trunk
changeset: 635667:8bb0ddd8a0d1
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 18:35:48 2014 +0000

description:
Update to 1.78. From the changelog:

- Fix parsing of binary ops to correctly take up only a single LHS
  element, instead of gobbling up the entire parse-to-date
- Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
- Improve signatures/documentation of is_same_sql_bind / eq_sql_bind
- Retire script/format-sql - the utility needs more work to be truly
  end-user convenient

diffstat:

 databases/p5-SQL-Abstract/Makefile |  5 ++---
 databases/p5-SQL-Abstract/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 07b807e7f502 -r 8bb0ddd8a0d1 databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile        Mon Jun 09 18:33:23 2014 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Mon Jun 09 18:35:48 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/05/29 23:35:30 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/06/09 18:35:48 schmonz Exp $
 
-DISTNAME=      SQL-Abstract-1.77
+DISTNAME=      SQL-Abstract-1.78
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5sqa
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
diff -r 07b807e7f502 -r 8bb0ddd8a0d1 databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo        Mon Jun 09 18:33:23 2014 +0000
+++ b/databases/p5-SQL-Abstract/distinfo        Mon Jun 09 18:35:48 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2014/02/05 10:55:00 wen Exp $
+$NetBSD: distinfo,v 1.20 2014/06/09 18:35:48 schmonz Exp $
 
-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
+SHA1 (SQL-Abstract-1.78.tar.gz) = 7224f14f91906a3c8211236702e9d7dc34d9c63b
+RMD160 (SQL-Abstract-1.78.tar.gz) = 9d2c727d975bfeb2bf56727e2d6914ce06569a7e
+Size (SQL-Abstract-1.78.tar.gz) = 97200 bytes



Home | Main Index | Thread Index | Old Index