summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Statement/Makefile
diff options
context:
space:
mode:
authorwen <wen>2013-01-10 15:11:57 +0000
committerwen <wen>2013-01-10 15:11:57 +0000
commit30aeda7af97246f726e6b1d4b6ae181caacd9de2 (patch)
tree30d2674d45d46692c4ffd21c207edc3b860694c7 /databases/p5-SQL-Statement/Makefile
parentb6bef11c6928f40f622cc647fb12c76e09d63311 (diff)
downloadpkgsrc-30aeda7af97246f726e6b1d4b6ae181caacd9de2.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/Makefile')
-rw-r--r--databases/p5-SQL-Statement/Makefile7
1 files changed, 3 insertions, 4 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