Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2023 08:37:03 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 751957bdc5e6 - main - devel/catch2: update 3.4.0 =?utf-8?Q?=E2=86=92?= 3.5.0
Message-ID:  <202312110837.3BB8b35G000614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=751957bdc5e6cd98dddd2297214d0332eab4d164

commit 751957bdc5e6cd98dddd2297214d0332eab4d164
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-11 07:20:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-11 08:36:58 +0000

    devel/catch2: update 3.4.0 → 3.5.0
    
    Reported by:    portscout
---
 devel/catch2/Makefile  |  2 +-
 devel/catch2/distinfo  |  6 +++---
 devel/catch2/pkg-plist | 11 +++++++++--
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile
index f953300a7a27..c23b427c2eee 100644
--- a/devel/catch2/Makefile
+++ b/devel/catch2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	catch2 # 2.x series is under devel/catch, the project is called catch2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.4.0
+DISTVERSION=	3.5.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo
index 0fe092cc8a05..59a4f53473b9 100644
--- a/devel/catch2/distinfo
+++ b/devel/catch2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689317903
-SHA256 (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb
-SIZE (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 1112790
+TIMESTAMP = 1702278833
+SHA256 (catchorg-Catch2-v3.5.0_GH0.tar.gz) = f6d4f8d78a9b59ec72a81d49f58d18eb317372ac07f8d9432710a079e69fd66a
+SIZE (catchorg-Catch2-v3.5.0_GH0.tar.gz) = 1155736
diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist
index 5282e6ed5bed..c5167eafee78 100644
--- a/devel/catch2/pkg-plist
+++ b/devel/catch2/pkg-plist
@@ -69,6 +69,7 @@ include/catch2/internal/catch_compare_traits.hpp
 include/catch2/internal/catch_compiler_capabilities.hpp
 include/catch2/internal/catch_config_android_logwrite.hpp
 include/catch2/internal/catch_config_counter.hpp
+include/catch2/internal/catch_config_prefix_messages.hpp
 include/catch2/internal/catch_config_static_analysis_support.hpp
 include/catch2/internal/catch_config_uncaught_exceptions.hpp
 include/catch2/internal/catch_config_wchar.hpp
@@ -88,6 +89,7 @@ include/catch2/internal/catch_floating_point_helpers.hpp
 include/catch2/internal/catch_getenv.hpp
 include/catch2/internal/catch_is_permutation.hpp
 include/catch2/internal/catch_istream.hpp
+include/catch2/internal/catch_jsonwriter.hpp
 include/catch2/internal/catch_lazy_expr.hpp
 include/catch2/internal/catch_leak_detector.hpp
 include/catch2/internal/catch_list.hpp
@@ -104,6 +106,8 @@ include/catch2/internal/catch_polyfills.hpp
 include/catch2/internal/catch_preprocessor.hpp
 include/catch2/internal/catch_preprocessor_internal_stringify.hpp
 include/catch2/internal/catch_preprocessor_remove_parens.hpp
+include/catch2/internal/catch_random_floating_point_helpers.hpp
+include/catch2/internal/catch_random_integer_helpers.hpp
 include/catch2/internal/catch_random_number_generator.hpp
 include/catch2/internal/catch_random_seed_generation.hpp
 include/catch2/internal/catch_reporter_registry.hpp
@@ -133,6 +137,8 @@ include/catch2/internal/catch_test_spec_parser.hpp
 include/catch2/internal/catch_textflow.hpp
 include/catch2/internal/catch_to_string.hpp
 include/catch2/internal/catch_uncaught_exceptions.hpp
+include/catch2/internal/catch_uniform_floating_point_distribution.hpp
+include/catch2/internal/catch_uniform_integer_distribution.hpp
 include/catch2/internal/catch_unique_name.hpp
 include/catch2/internal/catch_unique_ptr.hpp
 include/catch2/internal/catch_void_type.hpp
@@ -159,6 +165,7 @@ include/catch2/reporters/catch_reporter_console.hpp
 include/catch2/reporters/catch_reporter_cumulative_base.hpp
 include/catch2/reporters/catch_reporter_event_listener.hpp
 include/catch2/reporters/catch_reporter_helpers.hpp
+include/catch2/reporters/catch_reporter_json.hpp
 include/catch2/reporters/catch_reporter_junit.hpp
 include/catch2/reporters/catch_reporter_multi.hpp
 include/catch2/reporters/catch_reporter_registrars.hpp
@@ -178,9 +185,9 @@ lib/cmake/Catch2/CatchShardTests.cmake
 lib/cmake/Catch2/CatchShardTestsImpl.cmake
 lib/cmake/Catch2/ParseAndAddCatchTests.cmake
 lib/libCatch2.so
-lib/libCatch2.so.3.4.0
+lib/libCatch2.so.3.5.0
 lib/libCatch2Main.so
-lib/libCatch2Main.so.3.4.0
+lib/libCatch2Main.so.3.5.0
 libdata/pkgconfig/catch2-with-main.pc
 libdata/pkgconfig/catch2.pc
 share/Catch2/gdbinit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312110837.3BB8b35G000614>