From owner-svn-ports-head@freebsd.org Sun Jan 8 20:42:44 2017 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 54846CA58D9; Sun, 8 Jan 2017 20:42:44 +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 1801D1DA1; Sun, 8 Jan 2017 20:42:44 +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 v08KghbK071293; Sun, 8 Jan 2017 20:42:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v08KghSs071290; Sun, 8 Jan 2017 20:42:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701082042.v08KghSs071290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Jan 2017 20:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430883 - 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.23 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: Sun, 08 Jan 2017 20:42:44 -0000 Author: sunpoet Date: Sun Jan 8 20:42:42 2017 New Revision: 430883 URL: https://svnweb.freebsd.org/changeset/ports/430883 Log: Update to 5.0.1 - Add PLIST_SUB Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-utilities-persistent_cache-hash_table_bench.cc head/databases/rocksdb/files/patch-utilities-persistent_cache-persistent_cache_bench.cc Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun Jan 8 20:36:55 2017 (r430882) +++ head/databases/rocksdb/Makefile Sun Jan 8 20:42:42 2017 (r430883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 4.13.5 +PORTVERSION= 5.0.1 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -35,6 +35,7 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake localbase:ldflags +PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_MAJOR=${PORTVERSION:R:R} SHLIB_MINOR=${PORTVERSION:R:E} PORTDATA= make_config.mk GH_ACCOUNT= facebook Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sun Jan 8 20:36:55 2017 (r430882) +++ head/databases/rocksdb/distinfo Sun Jan 8 20:42:42 2017 (r430883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482334174 -SHA256 (facebook-rocksdb-v4.13.5_GH0.tar.gz) = 3384655107f59a6ee9a52a54d0631d9ae96c722e411bafe6c4547ec4fc201534 -SIZE (facebook-rocksdb-v4.13.5_GH0.tar.gz) = 2884076 +TIMESTAMP = 1483809793 +SHA256 (facebook-rocksdb-v5.0.1_GH0.tar.gz) = a47c6ed3bbc80c3564bf77aa9c482cec2d35cec20693d48354722e6b3051324e +SIZE (facebook-rocksdb-v5.0.1_GH0.tar.gz) = 2924923 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sun Jan 8 20:36:55 2017 (r430882) +++ head/databases/rocksdb/pkg-plist Sun Jan 8 20:42:42 2017 (r430883) @@ -67,6 +67,9 @@ include/rocksdb/utilities/json_document. 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 include/rocksdb/utilities/optimistic_transaction_db.h include/rocksdb/utilities/option_change_migration.h @@ -87,7 +90,7 @@ include/rocksdb/write_batch_base.h include/rocksdb/write_buffer_manager.h lib/librocksdb.a lib/librocksdb.so -lib/librocksdb.so.4 -lib/librocksdb.so.4.13 -lib/librocksdb.so.4.13.5 +lib/librocksdb.so.%%SHLIB_MAJOR%% +lib/librocksdb.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% +lib/librocksdb.so.%%PORTVERSION%% lib/librocksdb_tools.a