From ec68d8584399bdcd0330557786ce1269f77636a1 Mon Sep 17 00:00:00 2001
From: adam <adam>
Date: Thu, 13 Feb 2014 07:30:31 +0000
Subject: Changes 3.8.3.1: Fix a bug (ticket 4c86b126f2) that causes rows to go
 missing on some queries with OR clauses and IS NOT NULL operators in the
 WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4
 compile-time options are used. Fix a harmless compiler warning that was
 causing problems for VS2013.

---
 databases/sqlite3/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'databases/sqlite3/Makefile')

diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 29c7cde6ed8..370fa0d57ec 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2014/02/04 13:28:07 adam Exp $
+# $NetBSD: Makefile,v 1.73 2014/02/13 07:30:31 adam Exp $
 
-DISTNAME=	sqlite-autoconf-3080300
-PKGNAME=	sqlite3-3.8.3
+DISTNAME=	sqlite-autoconf-3080301
+PKGNAME=	sqlite3-3.8.3.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.hwaci.com/sw/sqlite/2014/ \
 		http://www.sqlite.org/2014/
-- 
cgit v1.2.3