diff options
author | obache <obache> | 2009-01-04 11:06:35 +0000 |
---|---|---|
committer | obache <obache> | 2009-01-04 11:06:35 +0000 |
commit | 9d4ff2862139481d51c394d3aeba17bfc872c892 (patch) | |
tree | 9761f25b56c88fe1beb1815bf2d87fcaead8c39e /databases/ruby-tokyotyrant | |
parent | 390f03eb51366a3689a7cc8267b4490b58d8312e (diff) | |
download | pkgsrc-9d4ff2862139481d51c394d3aeba17bfc872c892.tar.gz |
Update ruby-tokyotyrant to 1.2, for tokyotyrant-1.1.10.
Diffstat (limited to 'databases/ruby-tokyotyrant')
-rw-r--r-- | databases/ruby-tokyotyrant/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-tokyotyrant/distinfo | 10 | ||||
-rw-r--r-- | databases/ruby-tokyotyrant/patches/patch-ab | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/ruby-tokyotyrant/Makefile b/databases/ruby-tokyotyrant/Makefile index 84992b9426e..ac0e6319f22 100644 --- a/databases/ruby-tokyotyrant/Makefile +++ b/databases/ruby-tokyotyrant/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/12/07 11:37:53 obache Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/04 11:06:35 obache Exp $ # -DISTNAME= tokyotyrant-ruby-1.1 +DISTNAME= tokyotyrant-ruby-1.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby-/-/} CATEGORIES= databases ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} diff --git a/databases/ruby-tokyotyrant/distinfo b/databases/ruby-tokyotyrant/distinfo index e2980ee7b9f..d3382ce3791 100644 --- a/databases/ruby-tokyotyrant/distinfo +++ b/databases/ruby-tokyotyrant/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/12/07 11:37:53 obache Exp $ +$NetBSD: distinfo,v 1.3 2009/01/04 11:06:35 obache Exp $ -SHA1 (tokyotyrant-ruby-1.1.tar.gz) = 4491973611c81a46b0046e8090bf24df0433ffa8 -RMD160 (tokyotyrant-ruby-1.1.tar.gz) = 12189a91bf9f0001345343e9d6a6a21ebf2466a6 -Size (tokyotyrant-ruby-1.1.tar.gz) = 34251 bytes +SHA1 (tokyotyrant-ruby-1.2.tar.gz) = 820b41bd17e648f7b625652fc1b2b3132f1b7704 +RMD160 (tokyotyrant-ruby-1.2.tar.gz) = a9ca000535293f596c940ed19461c9ffc6af3b5e +Size (tokyotyrant-ruby-1.2.tar.gz) = 35009 bytes SHA1 (patch-aa) = 0c00ced973f8d45922123495361f17588a5fd820 -SHA1 (patch-ab) = a6ab8c54e82751a466ffd64e08139b7a2926ce38 +SHA1 (patch-ab) = 3ae49bdd598ac61fa21dbec518ec3670f657fb11 diff --git a/databases/ruby-tokyotyrant/patches/patch-ab b/databases/ruby-tokyotyrant/patches/patch-ab index 7c80da82f6f..4b6928c7f90 100644 --- a/databases/ruby-tokyotyrant/patches/patch-ab +++ b/databases/ruby-tokyotyrant/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2008/12/07 11:38:34 obache Exp $ +$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 @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1 2008/12/07 11:38:34 obache Exp $ num = 1 commands.each do |command| - rv = system("/usr/bin/ruby #{command} >/dev/null") -+ rv = system("ruby #{command} >/dev/null") ++ rv = system("./#{command} >/dev/null") if rv printf("%03d/%03d: %s: ok\n", num, commands.size, command) else |