diff options
author | taca <taca@pkgsrc.org> | 2011-06-18 02:02:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-18 02:02:09 +0000 |
commit | 818329522993e67a17f4fbc82a0876dd9e0753ec (patch) | |
tree | 86c25de6c167af260ffe545a54e5901fa29f22b5 | |
parent | ac2e117d01a41a1887710a6e6b608f659c3d0486 (diff) | |
download | pkgsrc-818329522993e67a17f4fbc82a0876dd9e0753ec.tar.gz |
Update ruby-thrift_client package to 0.6.2.
v0.6.2 Remove lingering thrift v0.5.0 reference.
v0.6.1 Add connect timeout. Bump thrift dependency to ~> v0.6.0.
v0.6.0 Fix bug where we'd try to mark the current server down when we didn't have a current server.
Upgrade to thrift 0.5.
v0.5.0 Add support for wrapping exceptions, so that Thrift::Foo can become Greeter::Foo.
Make server_retry_period work the way you expect.
Better bookkeeping around marking servers as dead.
v0.4.7 fix thrift gem dependency
-rw-r--r-- | devel/ruby-thrift_client/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-thrift_client/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/ruby-thrift_client/Makefile b/devel/ruby-thrift_client/Makefile index f61ae451ece..d8d04dc68c2 100644 --- a/devel/ruby-thrift_client/Makefile +++ b/devel/ruby-thrift_client/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2011/02/11 21:22:02 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2011/06/18 02:02:09 taca Exp $ -DISTNAME= thrift_client-0.4.6 -PKGREVISION= 1 +DISTNAME= thrift_client-0.6.2 CATEGORIES= devel MAINTAINER= tonnerre@NetBSD.org -HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/thrift_client/ +HOMEPAGE= http://thrift.apache.org COMMENT= Thrift client wrapper for Ruby LICENSE= apache-2.0 -DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0:../../devel/ruby-thrift +DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.6.0<0.7:../../devel/ruby-thrift .include "../../devel/libthrift/buildlink3.mk" .include "../../lang/ruby/gem.mk" diff --git a/devel/ruby-thrift_client/distinfo b/devel/ruby-thrift_client/distinfo index 52643c39ef6..4e85c85afb7 100644 --- a/devel/ruby-thrift_client/distinfo +++ b/devel/ruby-thrift_client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/10 06:32:52 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/06/18 02:02:09 taca Exp $ -SHA1 (thrift_client-0.4.6.gem) = d63be03ad92570b41813957fcf66e00edd5906ae -RMD160 (thrift_client-0.4.6.gem) = bf9fb1442c99cdd0d99c932d6e45a28262ab5d89 -Size (thrift_client-0.4.6.gem) = 23040 bytes +SHA1 (thrift_client-0.6.2.gem) = 7408e971c9bd292e41ae9f3cc18af0649754a253 +RMD160 (thrift_client-0.6.2.gem) = f41374235050ce0709a1186e8f0e7b812cf1f934 +Size (thrift_client-0.6.2.gem) = 19968 bytes |