Tue Mar 16 10:56:32 2010 UTC ()
Updating databases/p5-SQL-Abstract from 1.61 to 1.62

pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
revision 1.62  2010-03-15 11:06 (UTC)
----------------------------
    - Fixed open outer parens for a multi-line literal
    - Allow recursively-nested column-functions in WHERE
    - Bumped minimum perl to 5.6.2 and changed tests to
      rely on core dependencies


(sno)
diff -r1.17 -r1.18 pkgsrc/databases/p5-SQL-Abstract/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/p5-SQL-Abstract/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/databases/p5-SQL-Abstract/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/Makefile 2010/02/16 13:23:21 1.17
+++ pkgsrc/databases/p5-SQL-Abstract/Makefile 2010/03/16 10:56:32 1.18
@@ -1,29 +1,26 @@ @@ -1,29 +1,26 @@
1# $NetBSD: Makefile,v 1.17 2010/02/16 13:23:21 sno Exp $ 1# $NetBSD: Makefile,v 1.18 2010/03/16 10:56:32 sno Exp $
2# 2#
3 3
4DISTNAME= SQL-Abstract-1.61 4DISTNAME= SQL-Abstract-1.62
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5sqa 6SVR4_PKGNAME= p5sqa
7CATEGORIES= databases perl5 7CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
9 9
10MAINTAINER= he@NetBSD.org 10MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/ 11HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
12COMMENT= Generate SQL from Perl data structures 12COMMENT= Generate SQL from Perl data structures
13LICENSE= gnu-gpl-v2 # OR artistic 13LICENSE= ${PERL5_LICENSE}
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils 17DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
18 18
19BUILD_DEPENDS+= p5-Clone>=0.31:../../devel/p5-Clone 
20BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 
21BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 19BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
22BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple 
23BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 20BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
24 21
25PERL5_PACKLIST= auto/SQL/Abstract/.packlist 22PERL5_PACKLIST= auto/SQL/Abstract/.packlist
26PERL5_MODULE_TYPE= Module::Install 23PERL5_MODULE_TYPE= Module::Install
27 24
28.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
29.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/databases/p5-SQL-Abstract/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Abstract/distinfo 2010/02/16 13:23:21 1.12
+++ pkgsrc/databases/p5-SQL-Abstract/distinfo 2010/03/16 10:56:32 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2010/02/16 13:23:21 sno Exp $ 1$NetBSD: distinfo,v 1.13 2010/03/16 10:56:32 sno Exp $
2 2
3SHA1 (SQL-Abstract-1.61.tar.gz) = 43c06e7566458a7cb7b0cc777bbb67b8cce6bb38 3SHA1 (SQL-Abstract-1.62.tar.gz) = 76f86433f6bf5387b0289c4c382d8dec9f081691
4RMD160 (SQL-Abstract-1.61.tar.gz) = 6aa8c5d2348347b9cd33c27a52b2859ed257f352 4RMD160 (SQL-Abstract-1.62.tar.gz) = 6e82f45bf17e54c41f1e934437180636c8d4587f
5Size (SQL-Abstract-1.61.tar.gz) = 62549 bytes 5Size (SQL-Abstract-1.62.tar.gz) = 63233 bytes