Update databases/ruby-cassandra package to 0.11.4.
v0.11.4 - Fix get_range to invoke blocks - Fix current distribution urls in Rakfile. Resolves Issue# 97. v0.11.3 - Fix login after reconnect v0.11.2 - Update thrift_client gem to deal with failover bug.
This commit is contained in:
parent
ff63103d9e
commit
6861a02f6c
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/06/19 08:41:57 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/08/12 16:44:12 taca Exp $
|
||||
|
||||
DISTNAME= cassandra-0.11.1
|
||||
DISTNAME= cassandra-0.11.4
|
||||
CATEGORIES= databases ruby
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
|
@ -10,7 +10,7 @@ LICENSE= apache-2.0
|
|||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.1.0:../../devel/ruby-simple_uuid
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-json>=0:../../textproc/ruby-json
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.6.0:../../devel/ruby-thrift_client
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.6.3:../../devel/ruby-thrift_client
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/06/19 08:41:58 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/08/12 16:44:12 taca Exp $
|
||||
|
||||
SHA1 (cassandra-0.11.1.gem) = cc5018789de4a10f70254487ef0af8599678b9bd
|
||||
RMD160 (cassandra-0.11.1.gem) = 76ea8dfed62248dd9067624ae30a327f911c2574
|
||||
Size (cassandra-0.11.1.gem) = 82944 bytes
|
||||
SHA1 (cassandra-0.11.4.gem) = bd97e1336ca4cbb7b3c7c24620c598b8ecd9d15e
|
||||
RMD160 (cassandra-0.11.4.gem) = 88c53e21afea93324bd586e3ab1cceb136d293a1
|
||||
Size (cassandra-0.11.4.gem) = 83456 bytes
|
||||
|
|
Loading…
Reference in a new issue