Date: Sun, 15 Feb 2026 16:58:01 +0000 From: =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6555e43e725e - main - devel/reflect-cpp: Update 0.23.0 => 0.24.0 Message-ID: <6991fb19.27468.2c03b605@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=6555e43e725edcfe7a42bb60c53bdb4d600f6bac commit 6555e43e725edcfe7a42bb60c53bdb4d600f6bac Author: Älven <alven@FreeBSD.org> AuthorDate: 2026-02-15 16:55:27 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2026-02-15 16:57:10 +0000 devel/reflect-cpp: Update 0.23.0 => 0.24.0 Changelogs: * https://github.com/getml/reflect-cpp/releases/tag/v0.24.0 * https://github.com/getml/reflect-cpp/compare/v0.23.0...v0.24.0 Approved by: db@, yuri@ (Mentors, implicit) --- devel/reflect-cpp/Makefile | 2 +- devel/reflect-cpp/distinfo | 6 +++--- devel/reflect-cpp/pkg-plist | 12 +++++++++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/devel/reflect-cpp/Makefile b/devel/reflect-cpp/Makefile index 1c02f809b50b..a42002962aaa 100644 --- a/devel/reflect-cpp/Makefile +++ b/devel/reflect-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= reflect-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.23.0 +DISTVERSION= 0.24.0 CATEGORIES= devel MAINTAINER= alven@FreeBSD.org diff --git a/devel/reflect-cpp/distinfo b/devel/reflect-cpp/distinfo index 2eea3d46a619..1735bdccf052 100644 --- a/devel/reflect-cpp/distinfo +++ b/devel/reflect-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767517180 -SHA256 (getml-reflect-cpp-v0.23.0_GH0.tar.gz) = 9c5650d7ef0ab2b0ff617095280c641e6d770d9efc62dc04d86bb6ea56b55130 -SIZE (getml-reflect-cpp-v0.23.0_GH0.tar.gz) = 5814531 +TIMESTAMP = 1771145415 +SHA256 (getml-reflect-cpp-v0.24.0_GH0.tar.gz) = 2185d45cca58f60bcdaca37a995c6f8e90c0105f312610333fed75f2efa6a996 +SIZE (getml-reflect-cpp-v0.24.0_GH0.tar.gz) = 5823402 diff --git a/devel/reflect-cpp/pkg-plist b/devel/reflect-cpp/pkg-plist index 93670ce05b06..0beba4fed1ae 100644 --- a/devel/reflect-cpp/pkg-plist +++ b/devel/reflect-cpp/pkg-plist @@ -8,6 +8,8 @@ include/rfl/Attribute.hpp include/rfl/Binary.hpp include/rfl/Box.hpp include/rfl/Bytestring.hpp +include/rfl/CamelCaseToSnakeCase.hpp +include/rfl/Commented.hpp include/rfl/DefaultIfMissing.hpp include/rfl/DefaultVal.hpp include/rfl/Description.hpp @@ -45,6 +47,9 @@ include/rfl/Vectorstring.hpp include/rfl/always_false.hpp include/rfl/apply.hpp include/rfl/as.hpp +include/rfl/atomic/is_atomic.hpp +include/rfl/atomic/remove_atomic_t.hpp +include/rfl/atomic/set_atomic.hpp include/rfl/avro.hpp include/rfl/avro/Parser.hpp include/rfl/avro/Reader.hpp @@ -220,7 +225,7 @@ include/rfl/internal/to_ptr_field_tuple.hpp include/rfl/internal/to_ptr_named_tuple.hpp include/rfl/internal/to_ptr_tuple.hpp include/rfl/internal/to_std_array.hpp -include/rfl/internal/transform_snake_case.hpp +include/rfl/internal/transform_case.hpp include/rfl/internal/tup_to_ptr_tuple.hpp include/rfl/internal/tuple/accumulate_sizes.hpp include/rfl/internal/tuple/apply.hpp @@ -281,11 +286,14 @@ include/rfl/parsing/NamedTupleParser.hpp include/rfl/parsing/Parent.hpp include/rfl/parsing/Parser.hpp include/rfl/parsing/Parser_array.hpp +include/rfl/parsing/Parser_atomic.hpp +include/rfl/parsing/Parser_atomic_flag.hpp include/rfl/parsing/Parser_base.hpp include/rfl/parsing/Parser_basic_type.hpp include/rfl/parsing/Parser_box.hpp include/rfl/parsing/Parser_bytestring.hpp include/rfl/parsing/Parser_c_array.hpp +include/rfl/parsing/Parser_commented.hpp include/rfl/parsing/Parser_default.hpp include/rfl/parsing/Parser_default_val.hpp include/rfl/parsing/Parser_duration.hpp @@ -352,6 +360,7 @@ include/rfl/parsing/schemaful/tuple_to_named_tuple.hpp include/rfl/parsing/schemaful/tuple_to_named_tuple_t.hpp include/rfl/parsing/schemaful/tuple_to_object.hpp include/rfl/parsing/supports_attributes.hpp +include/rfl/parsing/supports_comments.hpp include/rfl/parsing/tabular/ArrowReader.hpp include/rfl/parsing/tabular/ArrowTypes.hpp include/rfl/parsing/tabular/ArrowWriter.hpp @@ -433,5 +442,6 @@ include/rfl/yaml/write.hpp lib/cmake/reflectcpp/reflectcpp-config.cmake lib/cmake/reflectcpp/reflectcpp-exports-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/reflectcpp/reflectcpp-exports.cmake +lib/cmake/reflectcpp/reflectcpp-version.cmake lib/libreflectcpp.so lib/libreflectcpp.so.%%SOVERSION%%home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6991fb19.27468.2c03b605>
