summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3
diff options
context:
space:
mode:
authortaca <taca>2010-12-04 03:47:14 +0000
committertaca <taca>2010-12-04 03:47:14 +0000
commit389e02695f507b5d82a73f274cf03281a84e8c72 (patch)
treee354ea00488f8ade40318e707ff5a4f6c832fefa /databases/ruby-sqlite3
parentf4fc643e388a7932ac0e5d6adea312c3a1972d23 (diff)
downloadpkgsrc-389e02695f507b5d82a73f274cf03281a84e8c72.tar.gz
Update ruby-sqlite3 package to 1.3.2.
=== 1.3.2 / 2010-10-30 / RubyConf Uruguay Edition! * Enhancements: * Windows: build against 3.7.3 version of SQLite3 * SQLite3::Database can now be open as readonly db = SQLite3::Database.new('my.db', :readonly => true) * Added SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse] * Bugfixes * type_translation= works along with Database#execute and a block * defined functions are kept in a hash to prevent GC. #7 * Removed GCC specific flags from extconf. * DEPRECATIONS * SQLite3::Database#type_translation= will be deprecated in the future with no replacement. * SQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the replacement.
Diffstat (limited to 'databases/ruby-sqlite3')
-rw-r--r--databases/ruby-sqlite3/Makefile4
-rw-r--r--databases/ruby-sqlite3/PLIST10
-rw-r--r--databases/ruby-sqlite3/distinfo8
3 files changed, 13 insertions, 9 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile
index 1d194815361..fd0dbdb2d1b 100644
--- a/databases/ruby-sqlite3/Makefile
+++ b/databases/ruby-sqlite3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2010/09/10 04:53:25 taca Exp $
+# $NetBSD: Makefile,v 1.14 2010/12/04 03:47:14 taca Exp $
-DISTNAME= sqlite3-ruby-1.3.1
+DISTNAME= sqlite3-ruby-1.3.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
CATEGORIES= databases
diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST
index a7ffbc48678..2dcced5c670 100644
--- a/databases/ruby-sqlite3/PLIST
+++ b/databases/ruby-sqlite3/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.10 2010/07/10 09:29:21 obache Exp $
-${GEM_HOME}/cache/sqlite3-ruby-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.11 2010/12/04 03:47:14 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/ChangeLog.cvs
@@ -7,6 +7,8 @@ ${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/sqlite3/backup.c
+${GEM_LIBDIR}/ext/sqlite3/backup.h
${GEM_LIBDIR}/ext/sqlite3/database.c
${GEM_LIBDIR}/ext/sqlite3/database.h
${GEM_LIBDIR}/ext/sqlite3/exception.c
@@ -35,8 +37,10 @@ ${GEM_LIBDIR}/tasks/gem.rake
${GEM_LIBDIR}/tasks/native.rake
${GEM_LIBDIR}/tasks/vendor_sqlite3.rake
${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/test_backup.rb
${GEM_LIBDIR}/test/test_collation.rb
${GEM_LIBDIR}/test/test_database.rb
+${GEM_LIBDIR}/test/test_database_readonly.rb
${GEM_LIBDIR}/test/test_deprecated.rb
${GEM_LIBDIR}/test/test_encoding.rb
${GEM_LIBDIR}/test/test_integration.rb
@@ -47,4 +51,4 @@ ${GEM_LIBDIR}/test/test_integration_statement.rb
${GEM_LIBDIR}/test/test_sqlite3.rb
${GEM_LIBDIR}/test/test_statement.rb
${GEM_LIBDIR}/test/test_statement_execute.rb
-${GEM_HOME}/specifications/sqlite3-ruby-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/databases/ruby-sqlite3/distinfo b/databases/ruby-sqlite3/distinfo
index 717f84a0265..2c06399d118 100644
--- a/databases/ruby-sqlite3/distinfo
+++ b/databases/ruby-sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2010/07/10 09:29:21 obache Exp $
+$NetBSD: distinfo,v 1.9 2010/12/04 03:47:14 taca Exp $
-SHA1 (sqlite3-ruby-1.3.1.gem) = 36fb8f6d8a4008793fbb9128a0e4c58ab8433f03
-RMD160 (sqlite3-ruby-1.3.1.gem) = ac3d621d8aa35110de436623e0472eceba0da13c
-Size (sqlite3-ruby-1.3.1.gem) = 53248 bytes
+SHA1 (sqlite3-ruby-1.3.2.gem) = 84ee78cf223b50c9a0766bf85d3ea1e700c2ca0d
+RMD160 (sqlite3-ruby-1.3.2.gem) = 7203e884de200d21ae6006f26bf1b8ac48095645
+Size (sqlite3-ruby-1.3.2.gem) = 55808 bytes