summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/DESCR2
-rw-r--r--databases/sqlite/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/databases/sqlite/DESCR b/databases/sqlite/DESCR
index f83129be07c..faa66a8987a 100644
--- a/databases/sqlite/DESCR
+++ b/databases/sqlite/DESCR
@@ -8,3 +8,5 @@ library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
+
+This is version 2 of sqlite, which is essentially obsolete.
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index a00d9022d40..e26cab540a4 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2013/01/04 13:33:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2013/02/21 15:14:45 gdt Exp $
DISTNAME= sqlite-2.8.17
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/