Sat Jun 18 02:02:09 2011 UTC ()
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


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-thrift_client/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/ruby-thrift_client/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-thrift_client/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-thrift_client/Makefile 2011/02/11 21:22:02 1.3
+++ pkgsrc/devel/ruby-thrift_client/Makefile 2011/06/18 02:02:09 1.4
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.3 2011/02/11 21:22:02 tnn Exp $ 1# $NetBSD: Makefile,v 1.4 2011/06/18 02:02:09 taca Exp $
2 2
3DISTNAME= thrift_client-0.4.6 3DISTNAME= thrift_client-0.6.2
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6 5
7MAINTAINER= tonnerre@NetBSD.org 6MAINTAINER= tonnerre@NetBSD.org
8HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/thrift_client/ 7HOMEPAGE= http://thrift.apache.org
9COMMENT= Thrift client wrapper for Ruby 8COMMENT= Thrift client wrapper for Ruby
10LICENSE= apache-2.0 9LICENSE= apache-2.0
11 10
12DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0:../../devel/ruby-thrift 11DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.6.0<0.7:../../devel/ruby-thrift
13 12
14.include "../../devel/libthrift/buildlink3.mk" 13.include "../../devel/libthrift/buildlink3.mk"
15.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/ruby-thrift_client/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-thrift_client/distinfo 2010/09/10 06:32:52 1.2
+++ pkgsrc/devel/ruby-thrift_client/distinfo 2011/06/18 02:02:09 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/09/10 06:32:52 taca Exp $ 1$NetBSD: distinfo,v 1.3 2011/06/18 02:02:09 taca Exp $
2 2
3SHA1 (thrift_client-0.4.6.gem) = d63be03ad92570b41813957fcf66e00edd5906ae 3SHA1 (thrift_client-0.6.2.gem) = 7408e971c9bd292e41ae9f3cc18af0649754a253
4RMD160 (thrift_client-0.4.6.gem) = bf9fb1442c99cdd0d99c932d6e45a28262ab5d89 4RMD160 (thrift_client-0.6.2.gem) = f41374235050ce0709a1186e8f0e7b812cf1f934
5Size (thrift_client-0.4.6.gem) = 23040 bytes 5Size (thrift_client-0.6.2.gem) = 19968 bytes