From aabe9123c4e192a76cc09e9d1ce2ead0f869f31a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 Sep 2022 15:04:37 +0000 Subject: [PATCH] tomlplusplus: update to 3.2.0. ## v3.2.0 #### Fixes: - fixed `[dotted.table]` source columns sometimes being off by one (#152) (@vaartis) - fixed spurious `Wnull-dereference` warning on GCC (#164) (@zaporozhets) - fixed `print_to_stream` ambiguity for `size_t` (#167) (@acronce) #### Additions: - added value type deduction to `emplace()` methods - added `toml::path` utility type (#153, #156, #168) (@jonestristand, @kcsaul) - added config option `TOML_CALLCONV` - added missing relational operators for `source_position` #### Changes: - relaxed cvref requirements of `is_homogeneous()`, `emplace()`, `emplace_back()`, `emplace_hint()` - relaxed mantissa and digits10 requirements of extended float support --- devel/tomlplusplus/Makefile | 4 ++-- devel/tomlplusplus/PLIST | 5 ++++- devel/tomlplusplus/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/devel/tomlplusplus/Makefile b/devel/tomlplusplus/Makefile index 0c39bb5de8a9..73afd014f1d5 100644 --- a/devel/tomlplusplus/Makefile +++ b/devel/tomlplusplus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2022/05/04 06:44:12 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/09/09 15:04:37 wiz Exp $ -DISTNAME= tomlplusplus-3.1.0 +DISTNAME= tomlplusplus-3.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=marzer/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/devel/tomlplusplus/PLIST b/devel/tomlplusplus/PLIST index 068b2313b41b..15be510073ad 100644 --- a/devel/tomlplusplus/PLIST +++ b/devel/tomlplusplus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2022/05/04 06:44:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/09/09 15:04:37 wiz Exp $ include/toml++/impl/array.h include/toml++/impl/array.inl include/toml++/impl/at_path.h @@ -20,6 +20,8 @@ include/toml++/impl/parse_error.h include/toml++/impl/parse_result.h include/toml++/impl/parser.h include/toml++/impl/parser.inl +include/toml++/impl/path.h +include/toml++/impl/path.inl include/toml++/impl/preprocessor.h include/toml++/impl/print_to_stream.h include/toml++/impl/print_to_stream.inl @@ -33,6 +35,7 @@ include/toml++/impl/std_optional.h include/toml++/impl/std_string.h include/toml++/impl/std_string.inl include/toml++/impl/std_utility.h +include/toml++/impl/std_variant.h include/toml++/impl/std_vector.h include/toml++/impl/table.h include/toml++/impl/table.inl diff --git a/devel/tomlplusplus/distinfo b/devel/tomlplusplus/distinfo index 5b4b6642f38a..36256d4ad7a3 100644 --- a/devel/tomlplusplus/distinfo +++ b/devel/tomlplusplus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2022/05/04 06:44:12 wiz Exp $ +$NetBSD: distinfo,v 1.4 2022/09/09 15:04:37 wiz Exp $ -BLAKE2s (tomlplusplus-3.1.0.tar.gz) = 9802e04f4d80fb814404798c88252d520006234416c52ac801aa4e125aebff3d -SHA512 (tomlplusplus-3.1.0.tar.gz) = b5223fa978b606f6b14fa74495884ccd491fa6017ef44b2ac9a384fa1df7100745145163e2a139255927fb51e5ecd779ee2643c19579eab6e4533b15e75c9be9 -Size (tomlplusplus-3.1.0.tar.gz) = 1010465 bytes +BLAKE2s (tomlplusplus-3.2.0.tar.gz) = 723cdacea685e8ad2ae3fa5fe25adcd1b31d16ed3719881efdfd4126fb298389 +SHA512 (tomlplusplus-3.2.0.tar.gz) = 091c26a024b3a2ae6251038a99758acca8623f18a0137e662df43f865e7e77e255cb79d22acd5962bcb0feb8e9abf21ea4968bd61e8dd61f8ca3413a920d2ba9 +Size (tomlplusplus-3.2.0.tar.gz) = 1294294 bytes