pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/tomlplusplus tomlplusplus: update to 3.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bf0107ce5ae
branches:  trunk
changeset: 375154:8bf0107ce5ae
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 08 08:51:49 2022 +0000

description:
tomlplusplus: update to 3.0.1.

## 3.0.1

This is a single-bugfix release to fix an ODR issue for people using header-only mode in multiple
translation units. If you aren't seeing linker errors because of `toml::array::insert_at()`,
this release holds nothing of value over v3.0.0.

## 3.0.0


This release will be a major version bump, so it's ABI breaks all around.

diffstat:

 devel/tomlplusplus/Makefile |   4 +-
 devel/tomlplusplus/PLIST    |  77 +++++++++++++++++++++++++++++---------------
 devel/tomlplusplus/distinfo |   8 ++--
 3 files changed, 56 insertions(+), 33 deletions(-)

diffs (110 lines):

diff -r 8712a531cf10 -r 8bf0107ce5ae devel/tomlplusplus/Makefile
--- a/devel/tomlplusplus/Makefile       Tue Mar 08 08:47:49 2022 +0000
+++ b/devel/tomlplusplus/Makefile       Tue Mar 08 08:51:49 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/12/09 16:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/08 08:51:49 wiz Exp $
 
-DISTNAME=      tomlplusplus-2.5.0
+DISTNAME=      tomlplusplus-3.0.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marzer/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 8712a531cf10 -r 8bf0107ce5ae devel/tomlplusplus/PLIST
--- a/devel/tomlplusplus/PLIST  Tue Mar 08 08:47:49 2022 +0000
+++ b/devel/tomlplusplus/PLIST  Tue Mar 08 08:51:49 2022 +0000
@@ -1,31 +1,54 @@
-@comment $NetBSD: PLIST,v 1.1 2021/12/09 16:28:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/03/08 08:51:49 wiz Exp $
+include/toml++/impl/array.h
+include/toml++/impl/array.inl
+include/toml++/impl/at_path.h
+include/toml++/impl/at_path.inl
+include/toml++/impl/date_time.h
+include/toml++/impl/formatter.h
+include/toml++/impl/formatter.inl
+include/toml++/impl/forward_declarations.h
+include/toml++/impl/header_end.h
+include/toml++/impl/header_start.h
+include/toml++/impl/json_formatter.h
+include/toml++/impl/json_formatter.inl
+include/toml++/impl/key.h
+include/toml++/impl/make_node.h
+include/toml++/impl/node.h
+include/toml++/impl/node.inl
+include/toml++/impl/node_view.h
+include/toml++/impl/node_view.inl
+include/toml++/impl/node_view_extern.inl
+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/preprocessor.h
+include/toml++/impl/print_to_stream.h
+include/toml++/impl/print_to_stream.inl
+include/toml++/impl/simd.h
+include/toml++/impl/source_region.h
+include/toml++/impl/std_except.h
+include/toml++/impl/std_initializer_list.h
+include/toml++/impl/std_map.h
+include/toml++/impl/std_new.h
+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_vector.h
+include/toml++/impl/table.h
+include/toml++/impl/table.inl
+include/toml++/impl/toml_formatter.h
+include/toml++/impl/toml_formatter.inl
+include/toml++/impl/unicode.h
+include/toml++/impl/unicode.inl
+include/toml++/impl/value.h
+include/toml++/impl/value.inl
+include/toml++/impl/value_extern.inl
+include/toml++/impl/version.h
+include/toml++/impl/yaml_formatter.h
+include/toml++/impl/yaml_formatter.inl
 include/toml++/toml.h
-include/toml++/toml_array.h
-include/toml++/toml_array.hpp
-include/toml++/toml_common.h
-include/toml++/toml_date_time.h
-include/toml++/toml_default_formatter.h
-include/toml++/toml_default_formatter.hpp
-include/toml++/toml_formatter.h
-include/toml++/toml_instantiations.hpp
-include/toml++/toml_json_formatter.h
-include/toml++/toml_json_formatter.hpp
-include/toml++/toml_node.h
-include/toml++/toml_node.hpp
-include/toml++/toml_node_view.h
-include/toml++/toml_parse_error.h
-include/toml++/toml_parse_result.h
-include/toml++/toml_parser.h
-include/toml++/toml_parser.hpp
-include/toml++/toml_preprocessor.h
-include/toml++/toml_print_to_stream.h
-include/toml++/toml_table.h
-include/toml++/toml_table.hpp
-include/toml++/toml_utf8.h
-include/toml++/toml_utf8_streams.h
-include/toml++/toml_utf8_streams.hpp
-include/toml++/toml_value.h
-include/toml++/toml_version.h
 lib/cmake/tomlplusplus/tomlplusplusConfig.cmake
 lib/cmake/tomlplusplus/tomlplusplusConfigVersion.cmake
 lib/pkgconfig/tomlplusplus.pc
diff -r 8712a531cf10 -r 8bf0107ce5ae devel/tomlplusplus/distinfo
--- a/devel/tomlplusplus/distinfo       Tue Mar 08 08:47:49 2022 +0000
+++ b/devel/tomlplusplus/distinfo       Tue Mar 08 08:51:49 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/09 16:28:33 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/03/08 08:51:49 wiz Exp $
 
-BLAKE2s (tomlplusplus-2.5.0.tar.gz) = 74391d051aa119cdf369272b94016e66214cae4f4735c8944d4235d4211dda26
-SHA512 (tomlplusplus-2.5.0.tar.gz) = 7394cda2009b37e88f9028ee5d1887120bed7042833c7cb218d7705cdc92273c81a84163ff0be034d3f23c8dd93e63b7615134a4b0e1c580e1e945fae45c7d35
-Size (tomlplusplus-2.5.0.tar.gz) = 950719 bytes
+BLAKE2s (tomlplusplus-3.0.1.tar.gz) = 5e0a67be7be28741746664d4bd834ae5850385a4d18897cfb623aa80fece90b5
+SHA512 (tomlplusplus-3.0.1.tar.gz) = bfb05d16715d1e8b54177e905c0a83470e7472c9c474874d70528558bbf0b0ba0daae67e1e44d99c45de3f87918bca57e889caba2e3da5e351045aee7e6a144b
+Size (tomlplusplus-3.0.1.tar.gz) = 1010150 bytes



Home | Main Index | Thread Index | Old Index