1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

databases/cassandra: 1.2.17 -> 1.2.18

- Support Thrift tables clustering columns on CqlPagingInputFormat
  (CASSANDRA-7445)
- Fix compilation with java 6 broke by CASSANDRA-7147

PR:		191870
Submitted by:	hsn@sendmail.cz (maintainer)
This commit is contained in:
Kurt Jaeger 2014-07-23 05:15:35 +00:00
parent 96958645ed
commit 316e3dbeed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362620
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cassandra
PORTVERSION= 1.2.17
PORTVERSION= 1.2.18
CATEGORIES= databases java
MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= cassandra/${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (apache-cassandra-1.2.17-bin.tar.gz) = fbd96369a113a3eabea7d784fe9f6cadf7598ade38443fa0d70d48ff66aaf576
SIZE (apache-cassandra-1.2.17-bin.tar.gz) = 16932862
SHA256 (apache-cassandra-1.2.18-bin.tar.gz) = 7f76aca107b8674d370bf4c37815027dd0d30e8f6e57b7471e050201729ddb92
SIZE (apache-cassandra-1.2.18-bin.tar.gz) = 16933320

View File

@ -85,9 +85,9 @@ bin/cassandra-shuffle
%%CQL%%%%DATADIR%%/pylib/cqlshlib/util.py
%%CQL%%%%DATADIR%%/pylib/cqlshlib/util.pyc
%%DATADIR%%/lib/antlr-3.2.jar
%%DATADIR%%/lib/apache-cassandra-1.2.17.jar
%%DATADIR%%/lib/apache-cassandra-clientutil-1.2.17.jar
%%DATADIR%%/lib/apache-cassandra-thrift-1.2.17.jar
%%DATADIR%%/lib/apache-cassandra-1.2.18.jar
%%DATADIR%%/lib/apache-cassandra-clientutil-1.2.18.jar
%%DATADIR%%/lib/apache-cassandra-thrift-1.2.18.jar
%%DATADIR%%/lib/avro-1.4.0-fixes.jar
%%DATADIR%%/lib/avro-1.4.0-sources-fixes.jar
%%DATADIR%%/lib/commons-cli-1.1.jar