pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tomlplusplus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 15:04:37 UTC 2022

Modified Files:
        pkgsrc/devel/tomlplusplus: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/tomlplusplus/Makefile \
    pkgsrc/devel/tomlplusplus/PLIST pkgsrc/devel/tomlplusplus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/tomlplusplus/Makefile
diff -u pkgsrc/devel/tomlplusplus/Makefile:1.3 pkgsrc/devel/tomlplusplus/Makefile:1.4
--- pkgsrc/devel/tomlplusplus/Makefile:1.3      Wed May  4 06:44:12 2022
+++ pkgsrc/devel/tomlplusplus/Makefile  Fri Sep  9 15:04:37 2022
@@ -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}
Index: pkgsrc/devel/tomlplusplus/PLIST
diff -u pkgsrc/devel/tomlplusplus/PLIST:1.3 pkgsrc/devel/tomlplusplus/PLIST:1.4
--- pkgsrc/devel/tomlplusplus/PLIST:1.3 Wed May  4 06:44:12 2022
+++ pkgsrc/devel/tomlplusplus/PLIST     Fri Sep  9 15:04:37 2022
@@ -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
Index: pkgsrc/devel/tomlplusplus/distinfo
diff -u pkgsrc/devel/tomlplusplus/distinfo:1.3 pkgsrc/devel/tomlplusplus/distinfo:1.4
--- pkgsrc/devel/tomlplusplus/distinfo:1.3      Wed May  4 06:44:12 2022
+++ pkgsrc/devel/tomlplusplus/distinfo  Fri Sep  9 15:04:37 2022
@@ -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



Home | Main Index | Thread Index | Old Index