Index: head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp =================================================================== --- head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp (revision 424415) +++ head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/uuids.cpp.orig 2016-08-22 18:07:08 UTC -+++ src/uuids.cpp -@@ -121,7 +121,7 @@ CassError cass_uuid_from_string_n(const - const char* pos = str; - char buf[16]; - -- static const char hex_to_half_byte[256] = { -+ static const signed char hex_to_half_byte[256] = { - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, Property changes on: head/databases/cassandra-cpp-driver/files/patch-src_uuids.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/cassandra-cpp-driver/Makefile =================================================================== --- head/databases/cassandra-cpp-driver/Makefile (revision 424415) +++ head/databases/cassandra-cpp-driver/Makefile (revision 424416) @@ -1,33 +1,33 @@ # Created by: gahr # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.4.3 +PORTVERSION= 2.5.0 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= DataStax C/C++ Driver for Apache Cassandra LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv USE_GITHUB= nodefault GH_ACCOUNT= datastax GH_PROJECT= cpp-driver USES= cmake:outsource pkgconfig pathfix ssl CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \ -DCASS_BUILD_STATIC:BOOL=ON USE_LDCONFIG= yes PLIST_FILES= include/cassandra.h \ lib/libcassandra.so \ lib/libcassandra.so.2 \ lib/libcassandra.so.${PORTVERSION} \ lib/libcassandra_static.a \ libdata/pkgconfig/cassandra.pc \ libdata/pkgconfig/cassandra_static.pc .include Index: head/databases/cassandra-cpp-driver/distinfo =================================================================== --- head/databases/cassandra-cpp-driver/distinfo (revision 424415) +++ head/databases/cassandra-cpp-driver/distinfo (revision 424416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472472474 -SHA256 (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = d3364d1b8bc71ec4409ff7432f10d1edbdb1329ab8315418858561065b024bdf -SIZE (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = 593974 +TIMESTAMP = 1477056270 +SHA256 (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 0ed0c5543d551a7ab864cd8c93ba4e49a37a7a9d8b174ecfc6e27f5c5fbf018d +SIZE (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 604581 Index: head/databases/casstcl/Makefile =================================================================== --- head/databases/casstcl/Makefile (revision 424415) +++ head/databases/casstcl/Makefile (revision 424416) @@ -1,25 +1,25 @@ # Created by: gahr # $FreeBSD$ PORTNAME= casstcl PORTVERSION= 2.11 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= Tcl language interface to the Cassandra database LICENSE= BSD3CLAUSE LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver USES= autoreconf tcl:85+,tea USE_GITHUB= yes GH_ACCOUNT= flightaware USE_LDCONFIG= ${PREFIX}/lib/casstcl${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} .include