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 Updating package for CPAN di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078a5805b2ae
branches:  trunk
changeset: 621033:078a5805b2ae
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 18:18:03 2013 +0000

description:
Updating package for CPAN distribution SQL-Abstract in
databases/p5-SQL-Abstract from 1.73nb2 to 1.74.

Upstream changes:
revision 1.74  2013-06-04
----------------------------
    - Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize

diffstat:

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

diffs (35 lines):

diff -r ddb1c8035e2a -r 078a5805b2ae databases/p5-SQL-Abstract/Makefile
--- a/databases/p5-SQL-Abstract/Makefile        Wed Jul 03 17:51:43 2013 +0000
+++ b/databases/p5-SQL-Abstract/Makefile        Wed Jul 03 18:18:03 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2013/05/31 12:39:54 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2013/07/03 18:18:03 sno Exp $
 
-DISTNAME=      SQL-Abstract-1.73
+DISTNAME=      SQL-Abstract-1.74
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5sqa
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
@@ -17,6 +16,7 @@
 DEPENDS+=      p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
 DEPENDS+=      {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
 
+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
diff -r ddb1c8035e2a -r 078a5805b2ae databases/p5-SQL-Abstract/distinfo
--- a/databases/p5-SQL-Abstract/distinfo        Wed Jul 03 17:51:43 2013 +0000
+++ b/databases/p5-SQL-Abstract/distinfo        Wed Jul 03 18:18:03 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2012/09/10 13:26:44 sno Exp $
+$NetBSD: distinfo,v 1.18 2013/07/03 18:18:03 sno Exp $
 
-SHA1 (SQL-Abstract-1.73.tar.gz) = 85ffcdedcee0b99070dea0e5d4058241e34a8c86
-RMD160 (SQL-Abstract-1.73.tar.gz) = 2026f03e2c9dcd7c7862f086c33a42fcfa825c58
-Size (SQL-Abstract-1.73.tar.gz) = 93037 bytes
+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



Home | Main Index | Thread Index | Old Index