From a05e3ee8150a593582bfe644beeaba2ea36d6543 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 28 Apr 2012 14:09:22 +0000 Subject: Update ruby-sqlite3 package to 1.3.6. === 1.3.6 / 2012-04-16 * Enhancements * Windows: build against SQLite 3.7.11 * Added SQLite3::ResultSet#each_hash for fetching each row as a hash. * Added SQLite3::ResultSet#next_hash for fetching one row as a hash. * Bugfixes * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63 * Protect parameters to custom functions from being garbage collected too soon. Fixes #60. Thanks hirataya! * Fix backwards compatibility with 1.2.5 with bind vars and `query` method. Fixes #35. * Fix double definition error caused by defining sqlite3_int64/uint64. * Fix suspicious version regexp. * Deprecations * ArrayWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * ArrayWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class that created this object. * The ArrayWithTypesAndFields class will be removed in 2.0.0 * The ArrayWithTypes class will be removed in 2.0.0 * HashWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * HashWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class that created this object. --- databases/ruby-sqlite3/Makefile | 5 ++--- databases/ruby-sqlite3/PLIST | 3 ++- databases/ruby-sqlite3/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/ruby-sqlite3') diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile index d4544c3ae6f..c59e23fb47f 100644 --- a/databases/ruby-sqlite3/Makefile +++ b/databases/ruby-sqlite3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2012/04/27 12:31:40 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/04/28 14:09:22 taca Exp $ -DISTNAME= sqlite3-1.3.5 -PKGREVISION= 1 +DISTNAME= sqlite3-1.3.6 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST index b67e36d9291..9391e8fa5e8 100644 --- a/databases/ruby-sqlite3/PLIST +++ b/databases/ruby-sqlite3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/02/19 11:27:01 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/04/28 14:09:22 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/API_CHANGES.rdoc @@ -49,6 +49,7 @@ ${GEM_LIBDIR}/test/test_integration_open_close.rb ${GEM_LIBDIR}/test/test_integration_pending.rb ${GEM_LIBDIR}/test/test_integration_resultset.rb ${GEM_LIBDIR}/test/test_integration_statement.rb +${GEM_LIBDIR}/test/test_result_set.rb ${GEM_LIBDIR}/test/test_sqlite3.rb ${GEM_LIBDIR}/test/test_statement.rb ${GEM_LIBDIR}/test/test_statement_execute.rb diff --git a/databases/ruby-sqlite3/distinfo b/databases/ruby-sqlite3/distinfo index 48562a3998d..712718b26c7 100644 --- a/databases/ruby-sqlite3/distinfo +++ b/databases/ruby-sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/02/19 11:27:01 taca Exp $ +$NetBSD: distinfo,v 1.12 2012/04/28 14:09:22 taca Exp $ -SHA1 (sqlite3-1.3.5.gem) = e867a0fbb1588590f6673722d80e40e141373785 -RMD160 (sqlite3-1.3.5.gem) = 815f7af6c643e22bc38d02b1322f53299b1505d2 -Size (sqlite3-1.3.5.gem) = 56320 bytes +SHA1 (sqlite3-1.3.6.gem) = c31ffb33a78b2bce689557be47f96eac5b964e26 +RMD160 (sqlite3-1.3.6.gem) = bd7ce92c457bb773647d11d65d8e139820f58526 +Size (sqlite3-1.3.6.gem) = 57344 bytes -- cgit v1.2.3