diff options
author | sno <sno@pkgsrc.org> | 2010-09-17 05:36:02 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-17 05:36:02 +0000 |
commit | d67f1115c6f8175fee4e1d53f5790f5689678b2a (patch) | |
tree | 17dc64cfc227b3fe6b2f57a2ae2d7f267ab76988 /databases | |
parent | 5bbad81d8f5fc9682d8bf360148ed634284e87e9 (diff) | |
download | pkgsrc-d67f1115c6f8175fee4e1d53f5790f5689678b2a.tar.gz |
Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68
pkgsrc changes:
- adjusting dependencies
Upstream changes:
revision 1.68 2010-09-16
----------------------------
- Document methods on Tree
- Add affordances for color coding placeholders
- Change ::Tree::whitespace to whitespace_keyword
revision 1.67_03 2010-09-11
----------------------------
- Add docs for SQL::Abstract::Tree->new
- correcty merge profile and parameters
- added fill_in_placeholders option for excellent copy/pasta
revision 1.67_02 2010-09-08
----------------------------
- rename DBIx::Class::Storage::PrettyPrinter to
DBIx::Class::Storage::Debug::PrettyPrint
- decreased a lot of indentation from ::Tree
- cleaned up handling of newlines inside of parens
revision 1.67_01 2010-09-06
----------------------------
- Add SQL::Abstract::Tree
- Add unindexed DBIx::Class::Storage::PrettyPrinter
- Better documentation of undef/NULL in where clause
- Depend on bugfixed Module::Install (now again installs
on old < 5.8.3 perls)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 16177a5f796..bae210353da 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2010/08/21 16:33:05 seb Exp $ +# $NetBSD: Makefile,v 1.21 2010/09/17 05:36:02 sno Exp $ # -DISTNAME= SQL-Abstract-1.67 +DISTNAME= SQL-Abstract-1.68 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -15,9 +15,13 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Class-Accessor-Grouped>=0.09005:../../devel/p5-Class-Accessor-Grouped +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 PERL5_PACKLIST= auto/SQL/Abstract/.packlist diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo index a3f4fb979dc..be754b9bd08 100644 --- a/databases/p5-SQL-Abstract/distinfo +++ b/databases/p5-SQL-Abstract/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2010/07/14 15:56:53 seb Exp $ +$NetBSD: distinfo,v 1.15 2010/09/17 05:36:02 sno Exp $ -SHA1 (SQL-Abstract-1.67.tar.gz) = 667bea308fdac33d026b0e8597ad14718f51b340 -RMD160 (SQL-Abstract-1.67.tar.gz) = 35ff3dd1d01e526f814e75cd78026d628b53a17c -Size (SQL-Abstract-1.67.tar.gz) = 66382 bytes +SHA1 (SQL-Abstract-1.68.tar.gz) = dddd295168cea1c5ad1b096dbe8714fbeb89010e +RMD160 (SQL-Abstract-1.68.tar.gz) = f3085a00ea82943e179141f2c672a6445c77f4d3 +Size (SQL-Abstract-1.68.tar.gz) = 73171 bytes |