diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-04-28 04:45:21 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-04-28 04:45:21 +0000 |
commit | 7fa8e9e27655be5dd088f48631b550e3e758eb3a (patch) | |
tree | bedededa2f686dee020b14e84d601ecbf30261ff /www/aswiki/files/patch-2chbbs.rb | |
parent | Update to 0.16.3. (diff) |
More broken-ruby-1.8.6-backward-compatibility adaptation.
Also bump PORTREVISION.
Found by: y-manabe at ist dot osaka-u.ac.jp
Notes
Notes:
svn path=/head/; revision=191049
Diffstat (limited to 'www/aswiki/files/patch-2chbbs.rb')
-rw-r--r-- | www/aswiki/files/patch-2chbbs.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/aswiki/files/patch-2chbbs.rb b/www/aswiki/files/patch-2chbbs.rb new file mode 100644 index 000000000000..259a0d966a36 --- /dev/null +++ b/www/aswiki/files/patch-2chbbs.rb @@ -0,0 +1,11 @@ +--- plugin/2chbbs.rb.dist Wed Jan 8 11:01:21 2003 ++++ plugin/2chbbs.rb Sat Apr 28 13:41:24 2007 +@@ -40,7 +40,7 @@ + session['number'] = av[1].to_i + @data = { + :_session_id => session.session_id, +- :md5sum => Digest::MD5::new(@repository.load(@name).to_s).to_s, ++ :md5sum => Digest::MD5::new.update(@repository.load(@name).to_s).to_s, + :msg_2chbbs_from => msg_2chbbs_from, + :msg_2chbbs_write => msg_2chbbs_write, + } |