From owner-svn-ports-all@freebsd.org Tue Oct 27 15:50:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86EE6A1FAEC; Tue, 27 Oct 2015 15:50:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07EEE12F9; Tue, 27 Oct 2015 15:50:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RFoKAK052528; Tue, 27 Oct 2015 15:50:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RFoKjQ052525; Tue, 27 Oct 2015 15:50:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510271550.t9RFoKjQ052525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Oct 2015 15:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400269 - in head/databases/rocksdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 15:50:22 -0000 Author: sunpoet Date: Tue Oct 27 15:50:20 2015 New Revision: 400269 URL: https://svnweb.freebsd.org/changeset/ports/400269 Log: - Update to 4.0 Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-tools-db_stress.cc head/databases/rocksdb/files/patch-util-sst_dump_tool.cc head/databases/rocksdb/files/patch-utilities-checkpoint-checkpoint.cc Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Tue Oct 27 15:50:15 2015 (r400268) +++ head/databases/rocksdb/Makefile Tue Oct 27 15:50:20 2015 (r400269) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 3.13.1 -DISTVERSIONPREFIX= rocksdb- +PORTVERSION= 4.0 +DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -17,6 +17,7 @@ LIB_DEPENDS= libgflags.so:${PORTSDIR}/de ALL_TARGET= shared_lib all CPPFLAGS+= -DOS_FREEBSD +MAKE_ENV= CXX=${CXX} USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake localbase Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Tue Oct 27 15:50:15 2015 (r400268) +++ head/databases/rocksdb/distinfo Tue Oct 27 15:50:20 2015 (r400269) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-rocksdb-3.13.1_GH0.tar.gz) = 163eb917b6ba5ef405d25087946341415ca01f0f1ef42e2bb4bd419b073ec386 -SIZE (facebook-rocksdb-rocksdb-3.13.1_GH0.tar.gz) = 1782062 +SHA256 (facebook-rocksdb-v4.0_GH0.tar.gz) = 4447d780d2f7ab1e9ad0a1b7515bb321c7b87744017ae041ee67d468ce6e7e5d +SIZE (facebook-rocksdb-v4.0_GH0.tar.gz) = 1838039 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Tue Oct 27 15:50:15 2015 (r400268) +++ head/databases/rocksdb/pkg-plist Tue Oct 27 15:50:20 2015 (r400269) @@ -31,6 +31,7 @@ include/rocksdb/perf_level.h include/rocksdb/rate_limiter.h include/rocksdb/slice.h include/rocksdb/slice_transform.h +include/rocksdb/snapshot.h include/rocksdb/sst_dump_tool.h include/rocksdb/statistics.h include/rocksdb/status.h @@ -50,11 +51,13 @@ include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/info_log_finder.h include/rocksdb/utilities/json_document.h include/rocksdb/utilities/leveldb_options.h -include/rocksdb/utilities/optimistic_transaction.h include/rocksdb/utilities/optimistic_transaction_db.h include/rocksdb/utilities/spatial_db.h include/rocksdb/utilities/stackable_db.h include/rocksdb/utilities/table_properties_collectors.h +include/rocksdb/utilities/transaction.h +include/rocksdb/utilities/transaction_db.h +include/rocksdb/utilities/transaction_db_mutex.h include/rocksdb/utilities/utility_db.h include/rocksdb/utilities/write_batch_with_index.h include/rocksdb/version.h