summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-12-04 03:47:14 +0000
committertaca <taca>2010-12-04 03:47:14 +0000
commit734537f977986c8b395502d1b66a40a5ad26c4f2 (patch)
treee354ea00488f8ade40318e707ff5a4f6c832fefa /databases/ruby-sqlite3/Makefile
parent6acfc0e33971bebe726135379cf8a7e0332dbb19 (diff)
downloadpkgsrc-734537f977986c8b395502d1b66a40a5ad26c4f2.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/Makefile')
-rw-r--r--databases/ruby-sqlite3/Makefile4
1 files changed, 2 insertions, 2 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