diff options
author | sno <sno> | 2013-07-03 18:18:03 +0000 |
---|---|---|
committer | sno <sno> | 2013-07-03 18:18:03 +0000 |
commit | 8949017bad7207af8b90da4401b74d34d07aae49 (patch) | |
tree | 8547eabe98ac86c17ebf8015ef1448d59cc218b7 /databases/p5-SQL-Abstract | |
parent | 292d5021902f2f1c0230b0475c9f7e409325216e (diff) | |
download | pkgsrc-8949017bad7207af8b90da4401b74d34d07aae49.tar.gz |
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 (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index d3b605e4feb..7debc634653 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -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-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descripti 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 --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index 32f8f081848..8214eb00198 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -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 |