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.81



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30b07a9a96db
branches:  trunk
changeset: 641741:30b07a9a96db
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Nov 16 12:10:55 2014 +0000

description:
Update to 1.81

Upstream changes:
revision 1.81  2014-10-25
----------------------------
    - Fix overly-enthusiastic parenthesis unroller (RT#99503)

revision 1.80  2014-10-05
----------------------------
    - Fix erroneous behavior of is_literal_value($) wrt { -ident => ... }
    - Explicitly croak on top-level special ops (they didn't work anyway)

revision 1.79  2014-09-25
----------------------------
    - New exportable functions: is_literal_value($) and is_plain_value($)
    - New attribute 'escape_char' allowing for proper escape of quote_chars
      present in an identifier
    - Deprecate { "" => \... } constructs
    - Treat { -value => undef } as plain undef in all cases
    - Explicitly throw on { -ident => undef }

diffstat:

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

diffs (25 lines):

diff -r 2a0879c4efc1 -r 30b07a9a96db databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile        Sun Nov 16 12:05:32 2014 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Sun Nov 16 12:10:55 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2014/10/09 13:44:36 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/11/16 12:10:55 wen Exp $
 
-DISTNAME=      SQL-Abstract-1.78
+DISTNAME=      SQL-Abstract-1.81
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
diff -r 2a0879c4efc1 -r 30b07a9a96db databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo        Sun Nov 16 12:05:32 2014 +0000
+++ b/databases/p5-SQL-Abstract/distinfo        Sun Nov 16 12:10:55 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2014/06/09 18:35:48 schmonz Exp $
+$NetBSD: distinfo,v 1.21 2014/11/16 12:10:55 wen Exp $
 
-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
+SHA1 (SQL-Abstract-1.81.tar.gz) = ee523af6deb2425ebccd2166c2d90dfab804abe0
+RMD160 (SQL-Abstract-1.81.tar.gz) = c51d04ba22e10f6b36dadf5cb6701c9b2be96a1c
+Size (SQL-Abstract-1.81.tar.gz) = 103010 bytes



Home | Main Index | Thread Index | Old Index