From owner-svn-ports-head@freebsd.org Sun Mar 20 18:36:11 2016 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 445F7AD6B58; Sun, 20 Mar 2016 18:36:11 +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 EDA5DF01; Sun, 20 Mar 2016 18:36:10 +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 u2KIaAf7023291; Sun, 20 Mar 2016 18:36:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KIa9Px023288; Sun, 20 Mar 2016 18:36:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603201836.u2KIa9Px023288@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, 20 Mar 2016 18:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411476 - 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.21 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, 20 Mar 2016 18:36:11 -0000 Author: sunpoet Date: Sun Mar 20 18:36:09 2016 New Revision: 411476 URL: https://svnweb.freebsd.org/changeset/ports/411476 Log: - Update to 4.3.1 - Use PORTDATA Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-tools-db_stress.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 Mar 20 18:36:05 2016 (r411475) +++ head/databases/rocksdb/Makefile Sun Mar 20 18:36:09 2016 (r411476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 4.2 +PORTVERSION= 4.3.1 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -24,6 +24,8 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake localbase +PORTDATA= make_config.mk + GH_ACCOUNT= facebook USE_GITHUB= yes Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sun Mar 20 18:36:05 2016 (r411475) +++ head/databases/rocksdb/distinfo Sun Mar 20 18:36:09 2016 (r411476) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-v4.2_GH0.tar.gz) = 83d89ca5b7574328b2380132413ba1e1e6fe5688d1cf1c85f1d2910d93e68f4c -SIZE (facebook-rocksdb-v4.2_GH0.tar.gz) = 1922024 +SHA256 (facebook-rocksdb-v4.3.1_GH0.tar.gz) = 853935ddb4df7cce0b89d0684e107348a49c25aa05f1e00866a99eaf3cabb97a +SIZE (facebook-rocksdb-v4.3.1_GH0.tar.gz) = 1954150 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sun Mar 20 18:36:05 2016 (r411475) +++ head/databases/rocksdb/pkg-plist Sun Mar 20 18:36:09 2016 (r411476) @@ -55,6 +55,7 @@ include/rocksdb/utilities/json_document. include/rocksdb/utilities/leveldb_options.h include/rocksdb/utilities/memory_util.h include/rocksdb/utilities/optimistic_transaction_db.h +include/rocksdb/utilities/options_util.h include/rocksdb/utilities/spatial_db.h include/rocksdb/utilities/stackable_db.h include/rocksdb/utilities/table_properties_collectors.h @@ -70,4 +71,3 @@ include/rocksdb/write_batch_base.h lib/librocksdb.a lib/librocksdb.so lib/librocksdb.so.0 -%%DATADIR%%/make_config.mk