From owner-svn-ports-all@freebsd.org Fri Dec 4 12:32:46 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 D1284A3EF05; Fri, 4 Dec 2015 12:32:46 +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 811531003; Fri, 4 Dec 2015 12:32:46 +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 tB4CWjsZ012993; Fri, 4 Dec 2015 12:32:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CWj5k012990; Fri, 4 Dec 2015 12:32:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041232.tB4CWj5k012990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402941 - head/databases/rocksdb 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: Fri, 04 Dec 2015 12:32:46 -0000 Author: sunpoet Date: Fri Dec 4 12:32:45 2015 New Revision: 402941 URL: https://svnweb.freebsd.org/changeset/ports/402941 Log: - Update to 4.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 Fri Dec 4 12:32:41 2015 (r402940) +++ head/databases/rocksdb/Makefile Fri Dec 4 12:32:45 2015 (r402941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 4.0 +PORTVERSION= 4.1 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Fri Dec 4 12:32:41 2015 (r402940) +++ head/databases/rocksdb/distinfo Fri Dec 4 12:32:45 2015 (r402941) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-v4.0_GH0.tar.gz) = 4447d780d2f7ab1e9ad0a1b7515bb321c7b87744017ae041ee67d468ce6e7e5d -SIZE (facebook-rocksdb-v4.0_GH0.tar.gz) = 1838039 +SHA256 (facebook-rocksdb-v4.1_GH0.tar.gz) = 4455836284279c5a5cf22017d3f15893ee6bbf2a61a7244902667df0485f0fe7 +SIZE (facebook-rocksdb-v4.1_GH0.tar.gz) = 1884738 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Fri Dec 4 12:32:41 2015 (r402940) +++ head/databases/rocksdb/pkg-plist Fri Dec 4 12:32:45 2015 (r402941) @@ -12,6 +12,7 @@ include/rocksdb/compaction_job_stats.h include/rocksdb/comparator.h include/rocksdb/convenience.h include/rocksdb/db.h +include/rocksdb/db_dump_tool.h include/rocksdb/delete_scheduler.h include/rocksdb/env.h include/rocksdb/experimental.h @@ -33,6 +34,7 @@ include/rocksdb/slice.h include/rocksdb/slice_transform.h include/rocksdb/snapshot.h include/rocksdb/sst_dump_tool.h +include/rocksdb/sst_file_writer.h include/rocksdb/statistics.h include/rocksdb/status.h include/rocksdb/table.h