summaryrefslogtreecommitdiff
path: root/databases/ruby-cassandra/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-12-17 12:29:00 +0000
committertaca <taca>2012-12-17 12:29:00 +0000
commita5106b388d3616a6185431c84cf0bce053afe5c2 (patch)
tree53e55ba63eee110d3bd18d61ced16cc4a88a7ec7 /databases/ruby-cassandra/Makefile
parentdfbc1b1cc53ef0eceed28ab4b3e84b843646fc91 (diff)
downloadpkgsrc-a5106b388d3616a6185431c84cf0bce053afe5c2.tar.gz
Update ruby-cassandra to 0.17.0.
v0.17.0 - multi_get_columns with only one query (courtesy @christian-blades-cb) - documentation fixes for get and multi_get (issue #136, courtesy @christian-blades-cb) v0.16.0 - New :queue_size option for batch mode (courtesy @vicentllongo) - Cassandra 1.1 support (courtesy @hawknewton)
Diffstat (limited to 'databases/ruby-cassandra/Makefile')
-rw-r--r--databases/ruby-cassandra/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/ruby-cassandra/Makefile b/databases/ruby-cassandra/Makefile
index 74a3dbfaa81..015bc960a7a 100644
--- a/databases/ruby-cassandra/Makefile
+++ b/databases/ruby-cassandra/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/09/03 15:12:54 taca Exp $
+# $NetBSD: Makefile,v 1.9 2012/12/17 12:29:00 taca Exp $
-DISTNAME= cassandra-0.15.0
+DISTNAME= cassandra-0.17.0
CATEGORIES= databases ruby
MAINTAINER= tonnerre@NetBSD.org
@@ -8,11 +8,12 @@ HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/cassandra/
COMMENT= Ruby extension for Cassandra
LICENSE= apache-2.0
-DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.2.0<0.3:../../devel/ruby-simple_uuid
-DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.7.0:../../devel/ruby-thrift_client
+DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.2<1:../../devel/ruby-simple_uuid
+DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client<0.9:../../devel/ruby-thrift_client
RUBY_JSON_REQD= 0
USE_RAKE= run
+OVERRIDE_GEMSPEC= simple_uuid~>0.2
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/json.mk"