summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam>2015-01-20 20:11:07 +0000
committeradam <adam>2015-01-20 20:11:07 +0000
commit8a83f99d82b813a103eba791249f1452ad9e0e37 (patch)
tree6bca432b271f862443ca3b9e783fef189d63d1be /databases/sqlite3-docs
parent2df659766edba179dd5133d3b59b6dc05bfbd989 (diff)
downloadpkgsrc-8a83f99d82b813a103eba791249f1452ad9e0e37.tar.gz
Changes 3.8.8.1:
* Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set.
Diffstat (limited to 'databases/sqlite3-docs')
-rw-r--r--databases/sqlite3-docs/Makefile6
-rw-r--r--databases/sqlite3-docs/PLIST4
-rw-r--r--databases/sqlite3-docs/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index 461a71e4c90..ceb3d9a8579 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2015/01/16 21:01:19 adam Exp $
+# $NetBSD: Makefile,v 1.38 2015/01/20 20:11:07 adam Exp $
-DISTNAME= sqlite-doc-3080800
-PKGNAME= sqlite3-docs-3.8.8
+DISTNAME= sqlite-doc-3080801
+PKGNAME= sqlite3-docs-3.8.8.1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
http://www.sqlite.org/2015/
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index c4fd545917e..54dbb2ef74b 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2015/01/16 21:01:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2015/01/20 20:11:07 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -215,6 +215,7 @@ share/doc/sqlite3/footprint.html
share/doc/sqlite3/foreignkeys.html
share/doc/sqlite3/formatchng.html
share/doc/sqlite3/fts3.html
+share/doc/sqlite3/getthecode.html
share/doc/sqlite3/howtocompile.html
share/doc/sqlite3/howtocorrupt.html
share/doc/sqlite3/hp1.html
@@ -634,6 +635,7 @@ share/doc/sqlite3/releaselog/3_8_7_2.html
share/doc/sqlite3/releaselog/3_8_7_3.html
share/doc/sqlite3/releaselog/3_8_7_4.html
share/doc/sqlite3/releaselog/3_8_8.html
+share/doc/sqlite3/releaselog/3_8_8_1.html
share/doc/sqlite3/releaselog/current.html
share/doc/sqlite3/requirements.html
share/doc/sqlite3/rescode.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index b0478920cec..67c6bbf4116 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2015/01/16 21:01:19 adam Exp $
+$NetBSD: distinfo,v 1.36 2015/01/20 20:11:07 adam Exp $
-SHA1 (sqlite-doc-3080800.zip) = d1192d3fd38ca1c68da537eeb87faf7c3071a5fd
-RMD160 (sqlite-doc-3080800.zip) = db001b60a5f0c86616ba773de339249587c231b2
-Size (sqlite-doc-3080800.zip) = 4945996 bytes
+SHA1 (sqlite-doc-3080801.zip) = 43d0fbc6a9126d617cf7dd066cbd6171c1007d59
+RMD160 (sqlite-doc-3080801.zip) = 278bd63ec560f5174cc7b68602b1bc0e12b3f5b1
+Size (sqlite-doc-3080801.zip) = 4949418 bytes