svn commit: r563293 - in head/databases/tiledb: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 12:18:38 UTC 2021


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 at 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


More information about the svn-ports-all mailing list