summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Statement
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-01-10 15:11:57 +0000
committerwen <wen@pkgsrc.org>2013-01-10 15:11:57 +0000
commit3b18dc56c75317850543a9d0c0050f59c81e0768 (patch)
tree30d2674d45d46692c4ffd21c207edc3b860694c7 /databases/p5-SQL-Statement
parent79c8fc78a7a271b7dba648b1cc4ebebc6bc248cb (diff)
downloadpkgsrc-3b18dc56c75317850543a9d0c0050f59c81e0768.tar.gz
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
Diffstat (limited to 'databases/p5-SQL-Statement')
-rw-r--r--databases/p5-SQL-Statement/Makefile7
-rw-r--r--databases/p5-SQL-Statement/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile
index 1f0bc8efdf6..14eb18ea487 100644
--- a/databases/p5-SQL-Statement/Makefile
+++ b/databases/p5-SQL-Statement/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2012/10/03 21:54:23 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2013/01/10 15:11:57 wen Exp $
#
-DISTNAME= SQL-Statement-1.33
+DISTNAME= SQL-Statement-1.402
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5sqs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
@@ -13,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/
COMMENT= Small, abstract SQL engine
LICENSE= ${PERL5_LICENSE}
-BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple
DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo
index ee1c07feb58..34504aae936 100644
--- a/databases/p5-SQL-Statement/distinfo
+++ b/databases/p5-SQL-Statement/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2011/10/10 09:51:13 hiramatsu Exp $
+$NetBSD: distinfo,v 1.20 2013/01/10 15:11:57 wen Exp $
-SHA1 (SQL-Statement-1.33.tar.gz) = 70372e91f120fee4c9b86e7a0eca6b8b97969d47
-RMD160 (SQL-Statement-1.33.tar.gz) = 9094823dbf1e1afb5b17266e8197c4b503f68a49
-Size (SQL-Statement-1.33.tar.gz) = 123572 bytes
+SHA1 (SQL-Statement-1.402.tar.gz) = 145836496a46f764a159a0b16dbd0d482ff8fc6b
+RMD160 (SQL-Statement-1.402.tar.gz) = 0d99de2aae5706bb0413eb3461fba8508572dea3
+Size (SQL-Statement-1.402.tar.gz) = 138283 bytes