From owner-svn-ports-head@freebsd.org Sat Jan 30 12:18:37 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 956884E9C8C; Sat, 30 Jan 2021 12:18:37 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DSYCK39GYz3qNK; Sat, 30 Jan 2021 12:18:37 +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 461D315717; Sat, 30 Jan 2021 12:18:37 +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 10UCIbEQ081524; Sat, 30 Jan 2021 12:18:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10UCIa82081520; Sat, 30 Jan 2021 12:18:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101301218.10UCIa82081520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Jan 2021 12:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563293 - in head/databases/tiledb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/tiledb: . files X-SVN-Commit-Revision: 563293 X-SVN-Commit-Repository: ports 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.34 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: Sat, 30 Jan 2021 12:18:38 -0000 Author: sunpoet Date: Sat Jan 30 12:18:36 2021 New Revision: 563293 URL: https://svnweb.freebsd.org/changeset/ports/563293 Log: Update to 2.2.2 Changes: https://github.com/TileDB-Inc/TileDB/releases Added: head/databases/tiledb/files/patch-tiledb-common-logger.h - copied, changed from r563292, head/databases/tiledb/files/patch-tiledb-sm-misc-logger.h Deleted: head/databases/tiledb/files/patch-tiledb-sm-misc-logger.h Modified: head/databases/tiledb/Makefile head/databases/tiledb/distinfo head/databases/tiledb/pkg-plist Modified: head/databases/tiledb/Makefile ============================================================================== --- head/databases/tiledb/Makefile Sat Jan 30 12:18:30 2021 (r563292) +++ head/databases/tiledb/Makefile Sat Jan 30 12:18:36 2021 (r563293) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tiledb -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org Modified: head/databases/tiledb/distinfo ============================================================================== --- head/databases/tiledb/distinfo Sat Jan 30 12:18:30 2021 (r563292) +++ head/databases/tiledb/distinfo Sat Jan 30 12:18:36 2021 (r563293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953861 -SHA256 (TileDB-Inc-TileDB-2.1.6_GH0.tar.gz) = 2e44e2b543cb6e4cb9aff14dd3d98ef0c732acff73366246abf51d21a7f28241 -SIZE (TileDB-Inc-TileDB-2.1.6_GH0.tar.gz) = 1751161 +TIMESTAMP = 1611856492 +SHA256 (TileDB-Inc-TileDB-2.2.2_GH0.tar.gz) = 3e4431c911efb3ee439f1197c3c7af19d0b2e07f1823a9080aed8f5dbc374ef9 +SIZE (TileDB-Inc-TileDB-2.2.2_GH0.tar.gz) = 1840067 Copied and modified: head/databases/tiledb/files/patch-tiledb-common-logger.h (from r563292, head/databases/tiledb/files/patch-tiledb-sm-misc-logger.h) ============================================================================== --- head/databases/tiledb/files/patch-tiledb-sm-misc-logger.h Sat Jan 30 12:18:30 2021 (r563292, copy source) +++ head/databases/tiledb/files/patch-tiledb-common-logger.h Sat Jan 30 12:18:36 2021 (r563293) @@ -1,10 +1,10 @@ ---- tiledb/sm/misc/logger.h.orig 2019-04-02 19:10:07 UTC -+++ tiledb/sm/misc/logger.h +--- tiledb/common/logger.h.orig 2021-01-07 18:31:04 UTC ++++ tiledb/common/logger.h @@ -37,6 +37,7 @@ #include #include +#include - #include "tiledb/sm/misc/status.h" + #include "tiledb/common/status.h" Modified: head/databases/tiledb/pkg-plist ============================================================================== --- head/databases/tiledb/pkg-plist Sat Jan 30 12:18:30 2021 (r563292) +++ head/databases/tiledb/pkg-plist Sat Jan 30 12:18:36 2021 (r563293) @@ -12,6 +12,7 @@ include/tiledb/domain.h include/tiledb/exception.h include/tiledb/filter.h include/tiledb/filter_list.h +include/tiledb/fragment_info.h include/tiledb/group.h include/tiledb/object.h include/tiledb/object_iter.h