2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2011-02-07 15:55:56 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Remove RUBY_REQD which specify older version of
current supported version of Ruby.
No functional change.
|
2010-09-30 12:49:17 by OBATA Akio | Files touched by this commit (31) |
Log message:
Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.
|
2010-09-10 06:34:12 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update databases/ruby-mysql to 2.8.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.
* Private patch isn't needed any more.
version 2.8.2
* Fix: Mysql#insert_id returns invalid value when larger than 2**32.
|
2009-10-17 08:59:26 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Enable LICENSE.
|
2009-10-17 08:31:41 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-mysql package to 2.8.1.
pkgsrc change:
* Add commented out LICENSE (not sure GPL's version).
* Enable DESTDIR support.
2009-02-01
version 2.8.1
* correspond to Ruby 1.9.1
2008-09-29
version 2.8
version 2.7.7
* When connecting to MySQL, EINTR is occurred sometimes ([ruby-dev:31842])
* MySQL/Ruby 2.7.* can not be compiled on Ruby 1.8.5.
|
2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-06-22 17:51:14 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mysql package to 2.7.6.
2008-06-17
version 2.7.6
* On 64bit machine, Mysql::Stmt#execute raise error on large numeric
value(>= 2**30).
2008-03-08
version 2.7.5
* On 64bit machine, Mysql::Stmt#fetch return invalid numeric value.
2007-12-26
version 2.8pre1
* for Ruby 1.9.0
* Incompat: Mysql::Result#each_hash don't create column name string each
row. it's shared.
* Incompat: Mysql#query with block no longer turn on multi-statements
mode automatically.
2007-08-22
version 2.7.4
* BUG: Mysql::Stmt#execute memory leak.
|
2008-06-19 16:44:40 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|