Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 12:18:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563293 - in head/databases/tiledb: . files
Message-ID:  <202101301218.10UCIa82081520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <spdlog/fmt/ostr.h>
  #include <spdlog/spdlog.h>
 +#include <spdlog/sinks/stdout_color_sinks.h>
  
- #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101301218.10UCIa82081520>