IABSD.fr/ports/databases/ruby-do_sqlite3

Branch :


Log

Author Commit Date CI Message
82143f79 2010-09-28 20:12:16 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk All ruby .gem files are now hosted on rubygems.org in the same directory. If the ruby gem CONFIGURE_STYLE is used, make the default MASTER_SITES that directory. There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for some ports that aren't gems, or where the .gem file isn't hosted on rubygems.org, or where the hashes don't match. Most of these will be dealt with in the near future. OK landry@
d765f5df 2010-09-23 22:30:24 Bump all ruby ports not already handled. In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed due to differences in how RDoc processes files. This also has a number of changes to the regress tests to work with the changes to devel/ruby-rake. It moves most of the regress tests to use MODRUBY_REGRESS. OK jcs@, landry@, jasper@, sthen@
86ef53ff 2009-11-22 07:35:32 do_sqlite3 0.10.0 requires data_objects 0.10.0, adjust dependencies and bump PKGNAME
2692f606 2009-10-13 21:16:46 Update ruby-do_sqlite3 to 0.10.0
8930d6c9 2009-08-10 16:29:23 respect MODRUBY_LIB_DEPENDS, no plist change ok bernd@
3f562b49 2009-01-30 01:06:45 Initial import of ruby-do_sqlite3-0.9.11. SQLite3 plugin for DataObjects.