summaryrefslogtreecommitdiff
path: root/www/aswiki/files/patch-demo.rb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:44:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:44:10 +0000
commitc3ce1ddc75fb38dffc019d42295a987ba1620c77 (patch)
treeda17db1f48b35781b37fb35a622c7f764319a3f5 /www/aswiki/files/patch-demo.rb
parentDrop support for ruby-lua4 (diff)
2013-10-15 www/rubygem-staticmatic: No longer maintained upstream
2013-10-10 www/ruby-nora: Does not work with Ruby 1.9 www/aswiki 2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9 2013-10-15 security/flowtag: Does not work with Ruby 1.9 2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9 2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=330396
Diffstat (limited to 'www/aswiki/files/patch-demo.rb')
-rw-r--r--www/aswiki/files/patch-demo.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/aswiki/files/patch-demo.rb b/www/aswiki/files/patch-demo.rb
deleted file mode 100644
index 5e21d9db4f1d..000000000000
--- a/www/aswiki/files/patch-demo.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugin/demo.rb.dist Wed Jan 8 11:01:21 2003
-+++ plugin/demo.rb Sat Apr 28 13:41:46 2007
-@@ -48,7 +48,7 @@
- # session.close
- @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_list_item => msg_list_item,
- :msg_list_add => msg_list_add,
- }