diff options
Diffstat (limited to 'devel/catch2')
-rw-r--r-- | devel/catch2/Makefile | 5 | ||||
-rw-r--r-- | devel/catch2/distinfo | 6 | ||||
-rw-r--r-- | devel/catch2/pkg-plist | 13 |
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index f0a3ff1e110a..c9253d4975ff 100644 --- a/devel/catch2/Makefile +++ b/devel/catch2/Makefile @@ -1,7 +1,6 @@ PORTNAME= catch2 # 2.x series is under devel/catch, the project is called catch2 DISTVERSIONPREFIX= v -DISTVERSION= 3.8.1 -PORTREVISION= 1 +DISTVERSION= 3.11.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -28,6 +27,6 @@ OPTIONS_DEFINE= DOCS CONFLICTS= catch -# tests as of 3.8.1: 1 tests failed out of 70, see https://github.com/catchorg/Catch2/issues/2606 +# tests as of 3.11.0: 100% tests passed, 0 tests failed out of 74 .include <bsd.port.mk> diff --git a/devel/catch2/distinfo b/devel/catch2/distinfo index 44583e596d8d..980863724408 100644 --- a/devel/catch2/distinfo +++ b/devel/catch2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744489914 -SHA256 (catchorg-Catch2-v3.8.1_GH0.tar.gz) = 18b3f70ac80fccc340d8c6ff0f339b2ae64944782f8d2fca2bd705cf47cadb79 -SIZE (catchorg-Catch2-v3.8.1_GH0.tar.gz) = 1197623 +TIMESTAMP = 1759294653 +SHA256 (catchorg-Catch2-v3.11.0_GH0.tar.gz) = 82fa1cb59dc28bab220935923f7469b997b259eb192fb9355db62da03c2a3137 +SIZE (catchorg-Catch2-v3.11.0_GH0.tar.gz) = 1411487 diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist index 0231c6b984be..df7e4562b016 100644 --- a/devel/catch2/pkg-plist +++ b/devel/catch2/pkg-plist @@ -35,6 +35,7 @@ include/catch2/catch_tag_alias_autoregistrar.hpp include/catch2/catch_template_test_macros.hpp include/catch2/catch_test_case_info.hpp include/catch2/catch_test_macros.hpp +include/catch2/catch_test_run_info.hpp include/catch2/catch_test_spec.hpp include/catch2/catch_timer.hpp include/catch2/catch_tostring.hpp @@ -80,6 +81,7 @@ include/catch2/internal/catch_context.hpp include/catch2/internal/catch_debug_console.hpp include/catch2/internal/catch_debugger.hpp include/catch2/internal/catch_decomposer.hpp +include/catch2/internal/catch_deprecation_macro.hpp include/catch2/internal/catch_enforce.hpp include/catch2/internal/catch_enum_values_registry.hpp include/catch2/internal/catch_errno_guard.hpp @@ -132,15 +134,16 @@ 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_thread_support.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_unreachable.hpp include/catch2/internal/catch_void_type.hpp include/catch2/internal/catch_wildcard_pattern.hpp include/catch2/internal/catch_windows_h_proxy.hpp @@ -185,10 +188,10 @@ lib/cmake/Catch2/CatchShardTests.cmake lib/cmake/Catch2/CatchShardTestsImpl.cmake lib/cmake/Catch2/ParseAndAddCatchTests.cmake lib/libCatch2.so -lib/libCatch2.so.3.8.1 +lib/libCatch2.so.3.11.0 lib/libCatch2Main.so -lib/libCatch2Main.so.3.8.1 -share/pkgconfig/catch2-with-main.pc -share/pkgconfig/catch2.pc +lib/libCatch2Main.so.3.11.0 share/Catch2/gdbinit share/Catch2/lldbinit +share/pkgconfig/catch2-with-main.pc +share/pkgconfig/catch2.pc |