From owner-svn-ports-head@freebsd.org Thu Apr 18 17:59:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2813A1577C9C; Thu, 18 Apr 2019 17:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A53EF71274; Thu, 18 Apr 2019 17:59:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2CB022789; Thu, 18 Apr 2019 17:59:49 +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 x3IHxn57080796; Thu, 18 Apr 2019 17:59:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3IHxnad080794; Thu, 18 Apr 2019 17:59:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201904181759.x3IHxnad080794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 Apr 2019 17:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499286 - head/databases/rocksdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rocksdb X-SVN-Commit-Revision: 499286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A53EF71274 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 18 Apr 2019 17:59:51 -0000 Author: sunpoet Date: Thu Apr 18 17:59:48 2019 New Revision: 499286 URL: https://svnweb.freebsd.org/changeset/ports/499286 Log: Update to 6.0.1 Changes: https://github.com/facebook/rocksdb/releases Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Thu Apr 18 17:59:43 2019 (r499285) +++ head/databases/rocksdb/Makefile Thu Apr 18 17:59:48 2019 (r499286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 5.18.3 +PORTVERSION= 6.0.1 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -27,6 +27,7 @@ OPTIONS_DEFINE= DEBUG LZ4 ZSTD OPTIONS_DEFAULT=LZ4 USES= compiler:c++11-lib gmake localbase:ldflags shebangfix + ALL_TARGET= shared_lib static_lib all CFLAGS+= -DOS_FREEBSD CONFIGURE_ARGS= make_config.mk @@ -46,8 +47,8 @@ USE_GITHUB= yes SHEBANG_FILES= */*.sh -BENCHMARKS= cache_bench column_aware_encoding_exp db_bench memtablerep_bench persistent_cache_bench table_reader_bench -TOOLS= db_repl_stress db_sanity_test db_stress ldb rocksdb_dump rocksdb_undump sst_dump write_stress +BENCHMARKS= cache_bench db_bench memtablerep_bench persistent_cache_bench range_del_aggregator_bench table_reader_bench +TOOLS= blob_dump db_repl_stress db_sanity_test db_stress ldb rocksdb_dump rocksdb_undump sst_dump trace_analyzer write_stress DEBUG_MAKE_ENV= DEBUG_LEVEL=2 DEBUG_MAKE_ENV_OFF= DEBUG_LEVEL=0 Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Thu Apr 18 17:59:43 2019 (r499285) +++ head/databases/rocksdb/distinfo Thu Apr 18 17:59:48 2019 (r499286) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551423981 -SHA256 (facebook-rocksdb-v5.18.3_GH0.tar.gz) = 7fb6738263d3f2b360d7468cf2ebe333f3109f3ba1ff80115abd145d75287254 -SIZE (facebook-rocksdb-v5.18.3_GH0.tar.gz) = 5418056 +TIMESTAMP = 1555592228 +SHA256 (facebook-rocksdb-v6.0.1_GH0.tar.gz) = 9a9aca15bc3617729d976ceb98f6cbd64c6c25c4d92f374b4897aa2d2faa07cf +SIZE (facebook-rocksdb-v6.0.1_GH0.tar.gz) = 5445103 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Thu Apr 18 17:59:43 2019 (r499285) +++ head/databases/rocksdb/pkg-plist Thu Apr 18 17:59:48 2019 (r499286) @@ -1,5 +1,5 @@ +bin/blob_dump bin/cache_bench -bin/column_aware_encoding_exp bin/db_bench bin/db_repl_stress bin/db_sanity_test @@ -7,10 +7,12 @@ bin/db_stress bin/ldb bin/memtablerep_bench bin/persistent_cache_bench +bin/range_del_aggregator_bench bin/rocksdb_dump bin/rocksdb_undump bin/sst_dump bin/table_reader_bench +bin/trace_analyzer bin/write_stress include/rocksdb/advanced_options.h include/rocksdb/c.h @@ -19,6 +21,7 @@ include/rocksdb/cleanable.h include/rocksdb/compaction_filter.h include/rocksdb/compaction_job_stats.h include/rocksdb/comparator.h +include/rocksdb/concurrent_task_limiter.h include/rocksdb/convenience.h include/rocksdb/db.h include/rocksdb/db_bench_tool.h @@ -49,6 +52,7 @@ include/rocksdb/sst_file_manager.h include/rocksdb/sst_file_reader.h include/rocksdb/sst_file_writer.h include/rocksdb/statistics.h +include/rocksdb/stats_history.h include/rocksdb/status.h include/rocksdb/table.h include/rocksdb/table_properties.h @@ -61,19 +65,14 @@ include/rocksdb/universal_compaction.h include/rocksdb/utilities/backupable_db.h include/rocksdb/utilities/checkpoint.h include/rocksdb/utilities/convenience.h -include/rocksdb/utilities/date_tiered_db.h include/rocksdb/utilities/db_ttl.h include/rocksdb/utilities/debug.h -include/rocksdb/utilities/document_db.h include/rocksdb/utilities/env_librados.h include/rocksdb/utilities/env_mirror.h -include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/info_log_finder.h -include/rocksdb/utilities/json_document.h include/rocksdb/utilities/ldb_cmd.h include/rocksdb/utilities/ldb_cmd_execute_result.h include/rocksdb/utilities/leveldb_options.h -include/rocksdb/utilities/lua/rocks_lua_compaction_filter.h include/rocksdb/utilities/lua/rocks_lua_custom_library.h include/rocksdb/utilities/lua/rocks_lua_util.h include/rocksdb/utilities/memory_util.h @@ -82,7 +81,6 @@ include/rocksdb/utilities/optimistic_transaction_db.h include/rocksdb/utilities/option_change_migration.h include/rocksdb/utilities/options_util.h include/rocksdb/utilities/sim_cache.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