diff options
author | taca <taca@pkgsrc.org> | 2010-12-04 03:47:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-04 03:47:14 +0000 |
commit | d2d581e38521c2b810faebb9481b10fbeaadc5eb (patch) | |
tree | e354ea00488f8ade40318e707ff5a4f6c832fefa /databases/ruby-sqlite3/PLIST | |
parent | df740dddb93825d2ef5d2ca3553a2fd515f130f8 (diff) | |
download | pkgsrc-d2d581e38521c2b810faebb9481b10fbeaadc5eb.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/PLIST')
-rw-r--r-- | databases/ruby-sqlite3/PLIST | 10 |
1 files changed, 7 insertions, 3 deletions
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 |