Thu Jan 10 15:11:57 2013 UTC ()
Update to 1.402

Upstream changes:
Version 1.402, released December 19, 2012
-------------------------------------------------

[Misc]
* add Math::Complex 1.56 as recommendation (RT#81926, Sam Ferencik)
* add Math::BigInt 1.88 as recommendation (RT#81927, Sam Ferencik)
* clarify Test::Simple 1.90 is required for building (RT#81925, Sam Ferencik)

[Bug fixes]
* fix leaking reference to open tables outside SQL::Statement::execute
  (fixes RT#81523)
* looks_like_number identifies 'nan' as number sometimes (add regex to
  t/06virtual.t)

Version 1.401, released October 29, 2012
-------------------------------------------------

[Misc]
* Switch to 3-digited minor version

[Bug fixes]
* undo literal replaces in subqueries before passing them to the
  child parser
* Fix doc typo RT#76764 (STEFFENW) - thanks Steffen
* Fix typo documented in RT#71914 (reported by Ze'ev Atlas,
  fixed by H.Merijn Brand) - thanks Ze'ev and Merijn
* Fix DROP TABLE behaviour and error detection

[Improvements]
* Improve documentation/tests for multiple JOIN's from RT#69573
  (from BBYRD) with modifications
* Filling in the SQL92 gaps for functions (BBYRD) from RT#72638
  with minor modifications - thanks Brendan


(wen)
diff -r1.38 -r1.39 pkgsrc/databases/p5-SQL-Statement/Makefile
diff -r1.19 -r1.20 pkgsrc/databases/p5-SQL-Statement/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/databases/p5-SQL-Statement/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Statement/Makefile 2012/10/03 21:54:23 1.38
+++ pkgsrc/databases/p5-SQL-Statement/Makefile 2013/01/10 15:11:57 1.39
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1# $NetBSD: Makefile,v 1.38 2012/10/03 21:54:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2013/01/10 15:11:57 wen Exp $
2# 2#
3 3
4DISTNAME= SQL-Statement-1.33 4DISTNAME= SQL-Statement-1.402
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5sqs 6SVR4_PKGNAME= p5sqs
8CATEGORIES= databases perl5 7CATEGORIES= databases perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/ 11HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/
13COMMENT= Small, abstract SQL engine 12COMMENT= Small, abstract SQL engine
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple 15BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple
17 16
18DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone 17DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
19DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util 18DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
20 19
21CONFLICTS+= p5-DBI<=1.611 20CONFLICTS+= p5-DBI<=1.611
22 21
23PERL5_PACKLIST= auto/SQL/Statement/.packlist 22PERL5_PACKLIST= auto/SQL/Statement/.packlist
24MAKE_ENV+= SQL_STATEMENT_WARN_UPDATE=sure 23MAKE_ENV+= SQL_STATEMENT_WARN_UPDATE=sure
25 24
26#pre-configure: 25#pre-configure:
27# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm 26# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
28 27
29post-extract: 28post-extract:

cvs diff -r1.19 -r1.20 pkgsrc/databases/p5-SQL-Statement/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-SQL-Statement/distinfo 2011/10/10 09:51:13 1.19
+++ pkgsrc/databases/p5-SQL-Statement/distinfo 2013/01/10 15:11:57 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2011/10/10 09:51:13 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.20 2013/01/10 15:11:57 wen Exp $
2 2
3SHA1 (SQL-Statement-1.33.tar.gz) = 70372e91f120fee4c9b86e7a0eca6b8b97969d47 3SHA1 (SQL-Statement-1.402.tar.gz) = 145836496a46f764a159a0b16dbd0d482ff8fc6b
4RMD160 (SQL-Statement-1.33.tar.gz) = 9094823dbf1e1afb5b17266e8197c4b503f68a49 4RMD160 (SQL-Statement-1.402.tar.gz) = 0d99de2aae5706bb0413eb3461fba8508572dea3
5Size (SQL-Statement-1.33.tar.gz) = 123572 bytes 5Size (SQL-Statement-1.402.tar.gz) = 138283 bytes