diff options
author | adam <adam@pkgsrc.org> | 2008-10-06 08:00:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-06 08:00:49 +0000 |
commit | 123066b8eb8f4d0dad29c1996f2837c4e3f89c85 (patch) | |
tree | cf2bfd4d60f292c22a8dca69a5e40af57ef0f1a4 | |
parent | 41e5a4b1eed5712017090e7d7bd3e3116b25c812 (diff) | |
download | pkgsrc-123066b8eb8f4d0dad29c1996f2837c4e3f89c85.tar.gz |
Changes 3.6.3:
* Fix for a bug in SELECT DISTINCT logic that was introduced by the prior
version.
* Other minor bug fixes.
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index e66778e4e51..6cb3c57c1ec 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2008/10/02 11:15:17 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/10/06 08:00:49 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 1 - INSTALLATION_DIRS+= ${PKGMANDIR}/man1 CONFIGURE_ARGS+= --disable-tcl CONFIGURE_ARGS+= --enable-load-extension diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index cc7e2f81590..ea96e17486c 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.23 2008/09/22 08:34:08 obache Exp $ +# $NetBSD: Makefile.common,v 1.24 2008/10/06 08:00:49 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.2 +DISTNAME= sqlite-3.6.3 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 64e8fc0719c..8f96483c158 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2008/09/07 14:04:01 adam Exp $ +$NetBSD: distinfo,v 1.21 2008/10/06 08:00:49 adam Exp $ -SHA1 (sqlite-3.6.2.tar.gz) = 5408632b484d8e471e4a323e9c98dcdc08504bda -RMD160 (sqlite-3.6.2.tar.gz) = db83f50ef72083905983b8fac6fcb3070a002d54 -Size (sqlite-3.6.2.tar.gz) = 2313114 bytes +SHA1 (sqlite-3.6.3.tar.gz) = f1f697777f1d2ca2fbc5dbb7d115ad2da26944c5 +RMD160 (sqlite-3.6.3.tar.gz) = 3fec400f69e4c15a90a7f0715d4ef1c8d87f1700 +Size (sqlite-3.6.3.tar.gz) = 2332857 bytes |