summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyotyrant/patches
diff options
context:
space:
mode:
authorobache <obache>2009-05-07 11:10:26 +0000
committerobache <obache>2009-05-07 11:10:26 +0000
commitc37c7ab8327c7ba933fabcb6789931f2e918a3dc (patch)
treeba0c6141a0d89043da0842855b8b32ba991d52d8 /databases/ruby-tokyotyrant/patches
parent965ad8cbc9d0f7438dd15c7bdfbebd4f888938e8 (diff)
downloadpkgsrc-c37c7ab8327c7ba933fabcb6789931f2e918a3dc.tar.gz
Update tokyotyrant-ruby to 1.5, for new tokyotyrant.
Diffstat (limited to 'databases/ruby-tokyotyrant/patches')
-rw-r--r--databases/ruby-tokyotyrant/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/ruby-tokyotyrant/patches/patch-ab b/databases/ruby-tokyotyrant/patches/patch-ab
deleted file mode 100644
index 4b6928c7f90..00000000000
--- a/databases/ruby-tokyotyrant/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2009/01/04 11:06:35 obache Exp $
-
---- test.rb.orig 2008-12-07 05:27:22.000000000 +0000
-+++ test.rb
-@@ -13,7 +13,7 @@ commands = [
- ]
- num = 1
- commands.each do |command|
-- rv = system("/usr/bin/ruby #{command} >/dev/null")
-+ rv = system("./#{command} >/dev/null")
- if rv
- printf("%03d/%03d: %s: ok\n", num, commands.size, command)
- else