diff options
author | gdt <gdt@pkgsrc.org> | 2013-02-21 15:14:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-02-21 15:14:45 +0000 |
commit | 7fff0494f2c1c7d65927b0cd662356b344be48ab (patch) | |
tree | 99f80c592ba5a30c1b0db2410c707643cb83c404 /databases/sqlite3 | |
parent | 2b4fcf8ba3a1fa31e095bde7b903356dba362643 (diff) | |
download | pkgsrc-7fff0494f2c1c7d65927b0cd662356b344be48ab.tar.gz |
Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/DESCR | 2 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
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/ |