From 7fff0494f2c1c7d65927b0cd662356b344be48ab Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 21 Feb 2013 15:14:45 +0000 Subject: Add explanations to DESCR for sqlite packages because it is quite boggling that, e.g., py-sqlite2 is a wrapper for sqlite3. --- databases/sqlite3/DESCR | 2 ++ databases/sqlite3/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/DESCR b/databases/sqlite3/DESCR index f83129be07c..3fd5b2bbaea 100644 --- a/databases/sqlite3/DESCR +++ b/databases/sqlite3/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 sqlite3, the current stable version. diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index e78e99d902a..06d10a319c0 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2013/01/26 21:36:16 adam Exp $ +# $NetBSD: Makefile,v 1.62 2013/02/21 15:14:46 gdt Exp $ DISTNAME= sqlite-autoconf-3071502 PKGNAME= sqlite3-3.7.15.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ -- cgit v1.2.3