summaryrefslogtreecommitdiff
path: root/databases/sqlite/Makefile
diff options
context:
space:
mode:
authorreinoud <reinoud>2002-01-31 20:04:53 +0000
committerreinoud <reinoud>2002-01-31 20:04:53 +0000
commitc0c4014364207dd2c90a0cef5a2587b63f18d8f4 (patch)
tree4f29c92fa0ac29d6923e60895abcc6333d0c624d /databases/sqlite/Makefile
parent2f4dcf74069fe12c13aff83ed70c652c3c3886e0 (diff)
downloadpkgsrc-c0c4014364207dd2c90a0cef5a2587b63f18d8f4.tar.gz
Major upgrade of Sqlite from version 2.1.7 to version 2.2.5
Lots of bug fixes in SQL parsing and supports more weildy SQL code like using the right of an AS in athe column list of a SELECT as part of an expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses. For a full report see the changelog on http://www.hwaci.com/sw/sqlite/changes.html
Diffstat (limited to 'databases/sqlite/Makefile')
-rw-r--r--databases/sqlite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index 1c558e18de5..519f10168d7 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2002/01/03 08:47:19 agc Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/31 20:04:53 reinoud Exp $
-DISTNAME= sqlite-2.1.7
+DISTNAME= sqlite-2.2.5
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/