Skip to content

Commit

Permalink
devel/catch2: Update 3.3.2 → 3.4.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 14, 2023
1 parent 347cd7d commit 930e1fa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions databases/tiledb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tiledb
PORTVERSION= 2.15.4
PORTREVISION= 1
CATEGORIES= databases

MAINTAINER= sunpoet@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
13 changes: 10 additions & 3 deletions devel/catch2/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions devel/fcppt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fcppt
DISTVERSION= 4.4.0
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand Down

0 comments on commit 930e1fa

Please sign in to comment.