diff options
author | sno <sno> | 2012-09-10 13:26:44 +0000 |
---|---|---|
committer | sno <sno> | 2012-09-10 13:26:44 +0000 |
commit | b97ce6163d2a32131ee8ad64abc7731bc0cf1b45 (patch) | |
tree | 9fd485a1d620cf4280fd0f7ae3b717d3e6c40e88 /databases/p5-SQL-Abstract | |
parent | ffe2e70ab4085b8548b849b29901a0a4c7ee0b66 (diff) | |
download | pkgsrc-b97ce6163d2a32131ee8ad64abc7731bc0cf1b45.tar.gz |
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
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 7d52d28d222..8d6cd8ba920 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2012/09/03 11:16:27 sno Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/10 13:26:44 sno Exp $ -DISTNAME= SQL-Abstract-1.72 +DISTNAME= SQL-Abstract-1.73 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -14,11 +13,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Class-Accessor-Grouped>=0.09005:../../devel/p5-Class-Accessor-Grouped +DEPENDS+= p5-Class-Accessor-Grouped>=0.10005:../../devel/p5-Class-Accessor-Grouped +DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive 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.106:../../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 133d175fc05..32f8f081848 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2011/08/06 20:56:08 adam Exp $ +$NetBSD: distinfo,v 1.17 2012/09/10 13:26:44 sno Exp $ -SHA1 (SQL-Abstract-1.72.tar.gz) = a1a209ea55d8371bc9905a36605ca5c05dff1fa3 -RMD160 (SQL-Abstract-1.72.tar.gz) = f286ae7c4ad9fafc639431648b200323135bdcdb -Size (SQL-Abstract-1.72.tar.gz) = 88235 bytes +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 |