summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-01-10 17:12:30 +0000
committeradam <adam>2013-01-10 17:12:30 +0000
commit5205552b9bb007d3159c83147359c6c8644e28a5 (patch)
tree0ba1dd5b6c42dadf0cd8e2f06cb03728c0c89f3e /databases/sqlite3/Makefile
parente04f2c5a8e3427d9a80ee2b70a40c1c8075a088c (diff)
downloadpkgsrc-5205552b9bb007d3159c83147359c6c8644e28a5.tar.gz
Changes 3.7.15.2:
Fix a bug, introduced in version 3.7.15, that causes an ORDER BY clause to be optimized out of a three-way join when the ORDER BY is actually required.
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index f050691a155..170251c8288 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2013/01/03 20:46:17 adam Exp $
+# $NetBSD: Makefile,v 1.60 2013/01/10 17:12:30 adam Exp $
-DISTNAME= sqlite-autoconf-3071501
-PKGNAME= sqlite3-3.7.15.1
+DISTNAME= sqlite-autoconf-3071502
+PKGNAME= sqlite3-3.7.15.2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/