aboutsummaryrefslogtreecommitdiff
path: root/www/aswiki/files/patch-handler.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix to work with ruby-1.8.6,1.Makoto Matsushita2007-04-271-0/+29
I don't know why, but it seems that the method Digest::MD5.new behavior is changed between 1.8.5 and 1.8.6 (sigh). As usual, bump PORTREVISION. See also: http://myn.meganecco.org/2007041200 (in Japanese) See also: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/ChangeLog (MD5 related codes are changed at Mar/06/2007?) Notes: svn path=/head/; revision=190987