From ce15103bd7cc3e3f437d5164523f6977b88c4ad7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 31 Jul 2023 18:14:54 +0300 Subject: [PATCH] =?UTF-8?q?textproc/uncrustify:=20update=200.76.0=20?= =?UTF-8?q?=E2=86=92=200.77.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- textproc/uncrustify/Makefile | 2 +- textproc/uncrustify/distinfo | 6 ++--- .../files/patch-tests_CMakeLists.txt | 23 +++++++++++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 textproc/uncrustify/files/patch-tests_CMakeLists.txt diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 4b7e48976a37d..b6adb6409d0cc 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -1,5 +1,5 @@ PORTNAME= uncrustify -PORTVERSION= 0.76.0 +PORTVERSION= 0.77.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index 4875b8ddcba45..e743cf786bec7 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670248409 -SHA256 (uncrustify-uncrustify-uncrustify-0.76.0_GH0.tar.gz) = 32e2f95485a933fc5667880f1a09a964ae83132c235bb606abbb0a659453acb3 -SIZE (uncrustify-uncrustify-uncrustify-0.76.0_GH0.tar.gz) = 1653093 +TIMESTAMP = 1684169826 +SHA256 (uncrustify-uncrustify-uncrustify-0.77.1_GH0.tar.gz) = 414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b +SIZE (uncrustify-uncrustify-uncrustify-0.77.1_GH0.tar.gz) = 1687342 diff --git a/textproc/uncrustify/files/patch-tests_CMakeLists.txt b/textproc/uncrustify/files/patch-tests_CMakeLists.txt new file mode 100644 index 0000000000000..55a5bf45cf9a4 --- /dev/null +++ b/textproc/uncrustify/files/patch-tests_CMakeLists.txt @@ -0,0 +1,23 @@ +https://github.com/uncrustify/uncrustify/issues/4015 + +--- tests/CMakeLists.txt.orig 2023-05-13 16:28:21 UTC ++++ tests/CMakeLists.txt +@@ -67,18 +67,6 @@ if (NOT ENABLE_CODECOVERAGE) + ) + endif() + +-add_test( +- NAME cli_options +- COMMAND ${PYTHON_EXECUTABLE} +- test_cli_options.py +- --config $ +- --build ${uncrustify_BINARY_DIR} +- --diff +- --test ${CMAKE_CURRENT_BINARY_DIR}/cli +- ${_configs} +- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cli +-) +- + add_custom_target(update-cli-options + COMMAND ${PYTHON_EXECUTABLE} + test_cli_options.py