From owner-svn-ports-head@freebsd.org Wed Sep 2 17:02:42 2015 Return-Path: Delivered-To: svn-ports-head@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 222279C6685; Wed, 2 Sep 2015 17:02:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 06C9E9E0; Wed, 2 Sep 2015 17:02:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t82H2fL0023893; Wed, 2 Sep 2015 17:02:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t82H2fBS023890; Wed, 2 Sep 2015 17:02:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509021702.t82H2fBS023890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 Sep 2015 17:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395865 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 17:02:42 -0000 Author: sunpoet Date: Wed Sep 2 17:02:40 2015 New Revision: 395865 URL: https://svnweb.freebsd.org/changeset/ports/395865 Log: - Update to 3.13.1 Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-util-thread_status_impl.cc Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Wed Sep 2 16:46:08 2015 (r395864) +++ head/databases/rocksdb/Makefile Wed Sep 2 17:02:40 2015 (r395865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 3.11.2 +PORTVERSION= 3.13.1 DISTVERSIONPREFIX= rocksdb- CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Wed Sep 2 16:46:08 2015 (r395864) +++ head/databases/rocksdb/distinfo Wed Sep 2 17:02:40 2015 (r395865) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-rocksdb-3.11.2_GH0.tar.gz) = b2f344a9009e6ca0ce7572f609863bdbe6f5624b6bdf13969180c423868e51d9 -SIZE (facebook-rocksdb-rocksdb-3.11.2_GH0.tar.gz) = 1640963 +SHA256 (facebook-rocksdb-rocksdb-3.13.1_GH0.tar.gz) = 163eb917b6ba5ef405d25087946341415ca01f0f1ef42e2bb4bd419b073ec386 +SIZE (facebook-rocksdb-rocksdb-3.13.1_GH0.tar.gz) = 1782062 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Wed Sep 2 16:46:08 2015 (r395864) +++ head/databases/rocksdb/pkg-plist Wed Sep 2 17:02:40 2015 (r395865) @@ -8,8 +8,11 @@ bin/table_reader_bench include/rocksdb/c.h include/rocksdb/cache.h include/rocksdb/compaction_filter.h +include/rocksdb/compaction_job_stats.h include/rocksdb/comparator.h +include/rocksdb/convenience.h include/rocksdb/db.h +include/rocksdb/delete_scheduler.h include/rocksdb/env.h include/rocksdb/experimental.h include/rocksdb/filter_policy.h @@ -24,6 +27,7 @@ include/rocksdb/merge_operator.h include/rocksdb/metadata.h include/rocksdb/options.h include/rocksdb/perf_context.h +include/rocksdb/perf_level.h include/rocksdb/rate_limiter.h include/rocksdb/slice.h include/rocksdb/slice_transform.h @@ -43,10 +47,14 @@ include/rocksdb/utilities/db_ttl.h include/rocksdb/utilities/document_db.h include/rocksdb/utilities/flashcache.h 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/utility_db.h include/rocksdb/utilities/write_batch_with_index.h include/rocksdb/version.h