summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-22 15:52:59 +0000
committertaca <taca@pkgsrc.org>2008-06-22 15:52:59 +0000
commitb440d0be9c5ab85ac438ced10488d2200e5192a6 (patch)
tree1f327cd4d73245b77827b673156312b6795020cc /databases/ruby-sqlite3
parenta7d766333f5f6092957eff34c7dbf7aa5586f843 (diff)
downloadpkgsrc-b440d0be9c5ab85ac438ced10488d2200e5192a6.tar.gz
Update ruby-sqlite3 package to 1.2.2.
Changes: === 1.2.2 / 31 May 2008 * Make the table_info method adjust the returned default value for the rows so that the sqlite3 change in 3.3.8 and greater can be handled transparently [Jamis Buck <jamis@37signals.com>] * Ruby 1.9 compatibility tweaks [Roman Le Negrate <roman2k@free.fr>] * Various performance enhancements [thanks Erik Veenstra] * Correct busy_handler documentation [Rob Holland <rob@inversepath.com>] * Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob@inversepath.com>] * Work around a quirk in SQLite's error reporting by calling sqlite3_reset to produce a more informative error code upon a failure from sqlite3_step. [Rob Holland <rob@inversepath.com>] * Various documentation, test, and style tweaks [Rob Holland <rob@inversepath.com>] * Be more granular with time/data translation [Rob Holland <rob@inversepath.com>] * Use Date directly for parsing rather than going via Time [Rob Holland <rob@inversepath.com>] * Check for the rt library and fdatasync so we link against that when needed [Rob Holland <rob@inversepath.com>] * Rename data structures to avoid collision on win32. based on patch by: Luis Lavena [Rob Holland <rob@inversepath.com>] * Add test for defaults [Daniel Rodr?guez Troiti?o] * Correctly unquote double-quoted pragma defaults [?ukasz Dargiewicz <lukasz.dargiewicz@gmail.com>]
Diffstat (limited to 'databases/ruby-sqlite3')
-rw-r--r--databases/ruby-sqlite3/Makefile5
-rw-r--r--databases/ruby-sqlite3/PLIST5
-rw-r--r--databases/ruby-sqlite3/distinfo8
3 files changed, 8 insertions, 10 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile
index 48313a8eb35..1595b1805a0 100644
--- a/databases/ruby-sqlite3/Makefile
+++ b/databases/ruby-sqlite3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/04/10 07:28:50 obache Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/22 15:52:59 taca Exp $
-DISTNAME= sqlite3-ruby-1.2.1
+DISTNAME= sqlite3-ruby-1.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
-PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST
index 58c235272e4..60f585f5ff0 100644
--- a/databases/ruby-sqlite3/PLIST
+++ b/databases/ruby-sqlite3/PLIST
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2008/04/04 15:30:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/06/22 15:52:59 taca Exp $
${GEM_HOME}/cache/sqlite3-ruby-${PKGVERSION}.gem
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/doc/faq/faq.html
${GEM_LIBDIR}/doc/faq/faq.rb
${GEM_LIBDIR}/doc/faq/faq.yml
${GEM_LIBDIR}/ext/sqlite3_api/MANIFEST
-${GEM_LIBDIR}/ext/sqlite3_api/Makefile
${GEM_LIBDIR}/ext/sqlite3_api/extconf.rb
${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api.i
${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api_wrap.c
diff --git a/databases/ruby-sqlite3/distinfo b/databases/ruby-sqlite3/distinfo
index ca0022808f1..138b6222724 100644
--- a/databases/ruby-sqlite3/distinfo
+++ b/databases/ruby-sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/04/04 15:30:00 jlam Exp $
+$NetBSD: distinfo,v 1.4 2008/06/22 15:52:59 taca Exp $
-SHA1 (sqlite3-ruby-1.2.1.gem) = b749ca7ceff3f568965918d68259081bdd650802
-RMD160 (sqlite3-ruby-1.2.1.gem) = 4fe9e32803cb65307831c8b5b60fcab3935b5205
-Size (sqlite3-ruby-1.2.1.gem) = 59392 bytes
+SHA1 (sqlite3-ruby-1.2.2.gem) = 72cd1c3d3a82af4a220178ae61f324d0e380e545
+RMD160 (sqlite3-ruby-1.2.2.gem) = bdd34be290cb721e8ed9712f81ef80788ac2bc39
+Size (sqlite3-ruby-1.2.2.gem) = 55808 bytes