From owner-svn-ports-head@freebsd.org Thu Apr 14 16:38:32 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 1FA12A93D9D; Thu, 14 Apr 2016 16:38:32 +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 C82321068; Thu, 14 Apr 2016 16:38:31 +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 u3EGcUAu051177; Thu, 14 Apr 2016 16:38:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3EGcURW051174; Thu, 14 Apr 2016 16:38:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604141638.u3EGcURW051174@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, 14 Apr 2016 16:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413271 - 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: Thu, 14 Apr 2016 16:38:32 -0000 Author: sunpoet Date: Thu Apr 14 16:38:30 2016 New Revision: 413271 URL: https://svnweb.freebsd.org/changeset/ports/413271 Log: - Update to 4.4.1 Changes: https://github.com/facebook/rocksdb/releases Deleted: head/databases/rocksdb/files/patch-db-db_bench.cc head/databases/rocksdb/files/patch-db-wal_manager.cc head/databases/rocksdb/files/patch-utilities-backupable-backupable_db.cc head/databases/rocksdb/files/patch-utilities-document-json_document.cc 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 14 15:46:19 2016 (r413270) +++ head/databases/rocksdb/Makefile Thu Apr 14 16:38:30 2016 (r413271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.1 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Thu Apr 14 15:46:19 2016 (r413270) +++ head/databases/rocksdb/distinfo Thu Apr 14 16:38:30 2016 (r413271) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-v4.3.1_GH0.tar.gz) = 853935ddb4df7cce0b89d0684e107348a49c25aa05f1e00866a99eaf3cabb97a -SIZE (facebook-rocksdb-v4.3.1_GH0.tar.gz) = 1954150 +SHA256 (facebook-rocksdb-v4.4.1_GH0.tar.gz) = de66814668f7517b83cbdb1ef491a474a6e5278d0f464c03b36eaf3f847d2079 +SIZE (facebook-rocksdb-v4.4.1_GH0.tar.gz) = 2004007 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Thu Apr 14 15:46:19 2016 (r413270) +++ head/databases/rocksdb/pkg-plist Thu Apr 14 16:38:30 2016 (r413271) @@ -48,6 +48,7 @@ include/rocksdb/utilities/checkpoint.h include/rocksdb/utilities/convenience.h include/rocksdb/utilities/db_ttl.h include/rocksdb/utilities/document_db.h +include/rocksdb/utilities/env_mirror.h include/rocksdb/utilities/flashcache.h include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/info_log_finder.h