Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.26.2 14 Oct 2024 05:25:21 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.26.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.26.1 25 Sep 2024 18:21:54 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.26.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.26.0 18 Sep 2024 06:13:10 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.26.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.25.0_1 25 Jul 2024 04:17:23 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.25.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.24.2 08 Jul 2024 16:21:23 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.24.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.24.1 06 Jul 2024 16:02:32 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.24.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.24.0 18 Jun 2024 03:59:32 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.24.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.23.0 19 May 2024 17:15:13 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.23.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.22.0 20 Apr 2024 14:25:37 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.22.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.21.2 08 Apr 2024 20:16:40 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.21.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.21.1 31 Mar 2024 03:05:55 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.21.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.20.1 09 Mar 2024 14:05:34 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.20.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.20.0 21 Feb 2024 15:06:51 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.20.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.19.0_1 11 Feb 2024 11:48:36 |
Piotr Kubaj (pkubaj) |
databases/tiledb: fix build on non-amd64
1. Fix build on powerpc by adding -Wno-c++11-narrowing.
2. Disable AVX2 by default since only modern amd64 supports it. |
2.19.0_1 25 Dec 2023 20:29:28 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Fix build of graphics/gdal with TILEDB enabled
- Bump PORTREVISION for package change
Reported by: rhurlin |
2.19.0 25 Dec 2023 08:59:19 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.19.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.18.3 14 Dec 2023 20:44:51 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.18.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.18.2_1 14 Dec 2023 15:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
2.18.2 01 Dec 2023 22:11:34 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.18.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.18.0 27 Nov 2023 10:28:04 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.18.0
- Update WWW
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.17.4 14 Nov 2023 17:15:37 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.17.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.17.3 08 Nov 2023 07:52:12 |
Jason E. Hale (jhale) |
databases/tiledb: Fix configure with CMake >= 3.27
After [1], CMake trusts OPENSSL_ROOT_DIR implicitly, so if isn't set
right, OpenSSL may not be found.
This project uses OPENSSL_PATHS to set OPENSSL_ROOT_DIR, so CMake tries
to find OpenSSL in TILEDB_EP_INSTALL_PREFIX which is problably not where
we want to look. Pass ${OPENSSLBASE} to set OPENSSL_PATHS so we are
looking in the right location.
[1]
https://github.com/Kitware/CMake/commit/5cc8a69867ac42333a656607d90059a6db823abd
PR: 274225
Approved by: portmgr (blanket build fix) |
2.17.3 01 Nov 2023 01:57:01 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.17.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.17.1 23 Oct 2023 01:51:27 |
Robert Clausecker (fuz) |
databases/tiledb: fix build on armv6/armv7
Same fix as the one sunpoet@ previously applied for i386.
Obtained from: 204c0a1aad55dee9e4e0c34e975d40f6f6e51b02
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
databases/tiledb: Update to 2.17.1 |
2.17.1 16 Oct 2023 16:30:07 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Add AVX2 option
- Fix SIGILL for machines without AVX2 support
PR: 260913
Reported by: <jau@iki.fi>
Submitted by: <alt2600@icloud.com> |
2.17.1 30 Sep 2023 23:29:51 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Fix build on i386
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.17.1/tiledb/../tiledb/sm/array_schema/enumeration.h:281:50:
error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka
'unsigned long long') to 'size_type' (aka 'unsigned int') in initializer list
[-Wc++11-narrowing]
return {static_cast<uint8_t*>(data_.data()), data_.size()};
^~~~~~~~~~~~
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.17.1/tiledb/../tiledb/sm/array_schema/enumeration.h:281:50:
note: insert an explicit cast to silence this issue
return {static_cast<uint8_t*>(data_.data()), data_.size()};
^~~~~~~~~~~~
static_cast<size_type>( )
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.17.1/tiledb/../tiledb/sm/array_schema/enumeration.h:291:53:
error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka
'unsigned long long') to 'size_type' (aka 'unsigned int') in initializer list
[-Wc++11-narrowing]
return {static_cast<uint8_t*>(offsets_.data()), offsets_.size()};
^~~~~~~~~~~~~~~
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.17.1/tiledb/../tiledb/sm/array_schema/enumeration.h:291:53:
note: insert an explicit cast to silence this issue
return {static_cast<uint8_t*>(offsets_.data()), offsets_.size()};
^~~~~~~~~~~~~~~
static_cast<size_type>( )
2 errors generated.
Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pe4b8bfc7570d_sf7a5903de2/logs/tiledb-2.17.1.log
https://pkg-status.freebsd.org/beefy15/data/132i386-default/e4b8bfc7570d/logs/tiledb-2.17.1.log |
2.17.1 30 Sep 2023 00:44:23 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.17.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.17.0 29 Sep 2023 16:13:31 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Cosmetic change |
2.17.0 22 Sep 2023 03:17:37 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.17.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.16.3 21 Aug 2023 17:03:19 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.16.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.16.1 16 Aug 2023 18:25:14 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.16.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.16.0 31 Jul 2023 16:39:47 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.16.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.15.4_1 14 Jul 2023 08:51:40 |
Yuri Victorovich (yuri) |
devel/catch2: Update 3.3.2 → 3.4.0
Reported by: portscout |
2.15.4 30 Jun 2023 07:02:26 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.15.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.15.3 27 May 2023 23:43:46 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.15.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.15.2 07 May 2023 16:03:08 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Fix build on i386
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.15.2/tiledb/sm/fragment/fragment_metadata.cc:1721:18:
error: non-constant-expression cannot be narrowed from type 'unsigned long long'
to 'std::basic_string_view::size_type' (aka 'unsigned int') in initializer list
[-Wc++11-narrowing]
return {min, size};
^~~~
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.15.2/tiledb/sm/fragment/fragment_metadata.cc:1721:18:
note: insert an explicit cast to silence this issue
return {min, size};
^~~~
static_cast<size_type>( )
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.15.2/tiledb/sm/fragment/fragment_metadata.cc:1725:38:
error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka
'unsigned long long') to 'std::basic_string_view::size_type' (aka 'unsigned
int') in initializer list [-Wc++11-narrowing]
return {static_cast<char*>(min), size};
^~~~
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-2.15.2/tiledb/sm/fragment/fragment_metadata.cc:1725:38:
note: insert an explicit cast to silence this issue
return {static_cast<char*>(min), size};
^~~~ (Only the first 15 lines of the commit message are shown above ) |
2.15.2 27 Apr 2023 23:58:23 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.15.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.15.1 09 Apr 2023 20:39:51 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.15.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.15.0 09 Apr 2023 13:36:38 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.15.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.14.2 05 Apr 2023 17:29:44 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.14.2
- Update WWW and clean up pkg-descr
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.14.1 21 Mar 2023 19:20:01 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.14.1
- Update version requirement of *_DEPENDS
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.14.0 05 Feb 2023 15:47:46 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.14.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.13.2 30 Jan 2023 12:59:14 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.13.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.12.2 30 Dec 2022 09:04:15 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.12.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.11.3_1 19 Dec 2022 09:31:34 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
2.11.3 03 Oct 2022 17:10:19 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.11.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.11.2 03 Oct 2022 02:14:31 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.11.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.11.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.11.1 31 Aug 2022 18:49:31 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.11.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.11.0 31 Aug 2022 11:40:55 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.11.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.10.4 27 Aug 2022 10:23:54 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.10.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.10.2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.10.2 11 Jul 2022 13:49:31 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.10.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.10.1 29 Jun 2022 16:32:38 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.10.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.8.3 13 May 2022 19:29:28 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.8.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.8.2 30 Apr 2022 15:57:33 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.8.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.8.1 26 Apr 2022 15:01:12 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.8.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.8.0 17 Apr 2022 23:58:00 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.8.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.7.2 16 Apr 2022 04:19:06 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.7.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.7.1 30 Mar 2022 22:02:43 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.7.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.6.4 25 Mar 2022 13:36:40 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.6.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.6.2 28 Feb 2022 12:45:58 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.6.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.6.1 25 Jan 2022 19:49:59 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.6.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.5.3 23 Jan 2022 18:17:31 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Simplify _xgetbv check |
2.5.3 11 Jan 2022 18:43:57 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.5.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.5.2 21 Dec 2021 18:46:19 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.5.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.4.3 01 Nov 2021 13:41:23 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.4.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.4.0 13 Oct 2021 19:12:07 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Ensure libcapnp.so from devel/capnproto080 |
2.4.0 13 Oct 2021 05:35:54 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.4.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.9_1 21 Jul 2021 18:11:51 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases
PR: 257026
Exp-run by: antoine |
2.2.9 16 May 2021 15:23:52 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.2.9
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.8 01 May 2021 22:19:05 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.2.8
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.7 25 Apr 2021 20:35:09 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.2.7
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.5 18 Apr 2021 05:41:53 |
Po-Chuan Hsieh (sunpoet) |
databases/tiledb: Update to 2.2.5
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.4 03 Mar 2021 18:06:57 |
sunpoet |
Update to 2.2.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.3 01 Feb 2021 19:24:20 |
sunpoet |
Update to 2.2.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.2.2 30 Jan 2021 12:18:36 |
sunpoet |
Update to 2.2.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.6_1 26 Jan 2021 17:21:11 |
sunpoet |
Disable TBB
- Bump PORTREVISION for dependency change
Upstream has disabled the use of TBB by default and will likely be removing
support for it in the an upcoming release over the next couple months. They
also replaced the use of TBB with their own internal threadpool implementation
that uses standard C++ threading.
Reference: https://github.com/TileDB-Inc/TileDB/issues/2039 |
2.1.6 06 Jan 2021 20:24:39 |
sunpoet |
Update to 2.1.6
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.5 03 Jan 2021 20:04:58 |
sunpoet |
Update to 2.1.5
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.4 24 Dec 2020 13:48:53 |
sunpoet |
Update to 2.1.4
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.3 24 Nov 2020 20:48:43 |
sunpoet |
Update to 2.1.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.2 06 Nov 2020 11:19:24 |
sunpoet |
Update to 2.1.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.1 18 Oct 2020 15:34:48 |
sunpoet |
Update to 2.1.1
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.1.0 10 Oct 2020 07:44:09 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.8_1 07 Sep 2020 21:19:41 |
tobik |
devel/libfmt: Update to 7.0.3
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
2.0.8 19 Aug 2020 16:18:22 |
sunpoet |
Fix build with Clang 9+ |
2.0.8 15 Aug 2020 16:29:31 |
sunpoet |
Update to 2.0.8
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.7 08 Aug 2020 10:17:20 |
sunpoet |
Update to 2.0.7
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.6_3 31 Jul 2020 17:07:19 |
tobik |
devel/libfmt: Update to 7.0.2
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
2.0.6_2 20 Jul 2020 16:27:43 |
tobik |
devel/libfmt: Update to 7.0.1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
2.0.6_1 17 Jul 2020 10:12:26 |
martymac |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
2.0.6 11 Jul 2020 07:45:13 |
sunpoet |
Update to 2.0.6
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.5 15 Jun 2020 18:43:30 |
sunpoet |
Update to 2.0.5
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.3 31 May 2020 18:16:34 |
sunpoet |
Update to 2.0.3
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.2 21 May 2020 04:58:06 |
sunpoet |
Update to 2.0.2
Changes: https://github.com/TileDB-Inc/TileDB/releases |
2.0.0_1 10 May 2020 07:43:45 |
tobik |
devel/libfmt: Update to 6.2.1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.0
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
2.0.0 06 May 2020 05:12:04 |
sunpoet |
Update to 2.0.0
Changes: https://github.com/TileDB-Inc/TileDB/releases |