git: 930e1fa1a0c5 - main - devel/catch2: Update 3.3.2 → 3.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jul 2023 08:51:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=930e1fa1a0c544491fd1f0c81c20bf618afd5140 commit 930e1fa1a0c544491fd1f0c81c20bf618afd5140 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-14 07:16:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-14 08:51:40 +0000 devel/catch2: Update 3.3.2 → 3.4.0 Reported by: portscout --- databases/tiledb/Makefile | 1 + devel/catch2/Makefile | 2 +- devel/catch2/distinfo | 6 +++--- devel/catch2/pkg-plist | 13 ++++++++++--- devel/fcppt/Makefile | 1 + 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index cbfd65ebaf7c..e82cd290845d 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,6 @@ PORTNAME= tiledb PORTVERSION= 2.15.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index cfc98140857d..f953300a7a27 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.3.2 +DISTVERSION= 3.4.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo index 86c9b8cb1770..0fe092cc8a05 100644 --- a/devel/catch2/distinfo +++ b/devel/catch2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677607540 -SHA256 (catchorg-Catch2-v3.3.2_GH0.tar.gz) = 8361907f4d9bff3ae7c1edb027f813659f793053c99b67837a0c0375f065bae2 -SIZE (catchorg-Catch2-v3.3.2_GH0.tar.gz) = 1102862 +TIMESTAMP = 1689317903 +SHA256 (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb +SIZE (catchorg-Catch2-v3.4.0_GH0.tar.gz) = 1112790 diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist index 737f6803f54c..5282e6ed5bed 100644 --- a/devel/catch2/pkg-plist +++ b/devel/catch2/pkg-plist @@ -11,6 +11,8 @@ include/catch2/benchmark/catch_outlier_classification.hpp include/catch2/benchmark/catch_sample_analysis.hpp include/catch2/benchmark/detail/catch_analyse.hpp include/catch2/benchmark/detail/catch_benchmark_function.hpp +include/catch2/benchmark/detail/catch_benchmark_stats.hpp +include/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp include/catch2/benchmark/detail/catch_complete_invoke.hpp include/catch2/benchmark/detail/catch_estimate_clock.hpp include/catch2/benchmark/detail/catch_measure.hpp @@ -55,8 +57,8 @@ include/catch2/interfaces/catch_interfaces_generatortracker.hpp include/catch2/interfaces/catch_interfaces_registry_hub.hpp include/catch2/interfaces/catch_interfaces_reporter.hpp include/catch2/interfaces/catch_interfaces_reporter_factory.hpp -include/catch2/interfaces/catch_interfaces_reporter_registry.hpp include/catch2/interfaces/catch_interfaces_tag_alias_registry.hpp +include/catch2/interfaces/catch_interfaces_test_invoker.hpp include/catch2/interfaces/catch_interfaces_testcase.hpp include/catch2/internal/catch_assertion_handler.hpp include/catch2/internal/catch_case_insensitive_comparisons.hpp @@ -67,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_static_analysis_support.hpp include/catch2/internal/catch_config_uncaught_exceptions.hpp include/catch2/internal/catch_config_wchar.hpp include/catch2/internal/catch_console_colour.hpp @@ -99,6 +102,7 @@ include/catch2/internal/catch_parse_numbers.hpp include/catch2/internal/catch_platform.hpp 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_number_generator.hpp include/catch2/internal/catch_random_seed_generation.hpp @@ -124,6 +128,7 @@ include/catch2/internal/catch_test_case_tracker.hpp include/catch2/internal/catch_test_failure_exception.hpp include/catch2/internal/catch_test_macro_impl.hpp include/catch2/internal/catch_test_registry.hpp +include/catch2/internal/catch_test_run_info.hpp include/catch2/internal/catch_test_spec_parser.hpp include/catch2/internal/catch_textflow.hpp include/catch2/internal/catch_to_string.hpp @@ -169,11 +174,13 @@ lib/cmake/Catch2/Catch2ConfigVersion.cmake lib/cmake/Catch2/Catch2Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Catch2/Catch2Targets.cmake lib/cmake/Catch2/CatchAddTests.cmake +lib/cmake/Catch2/CatchShardTests.cmake +lib/cmake/Catch2/CatchShardTestsImpl.cmake lib/cmake/Catch2/ParseAndAddCatchTests.cmake lib/libCatch2.so -lib/libCatch2.so.3.3.2 +lib/libCatch2.so.3.4.0 lib/libCatch2Main.so -lib/libCatch2Main.so.3.3.2 +lib/libCatch2Main.so.3.4.0 libdata/pkgconfig/catch2-with-main.pc libdata/pkgconfig/catch2.pc share/Catch2/gdbinit diff --git a/devel/fcppt/Makefile b/devel/fcppt/Makefile index 62de2fc86a5f..16564c9b49c6 100644 --- a/devel/fcppt/Makefile +++ b/devel/fcppt/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcppt DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org