1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

textproc/uncrustify: update 0.76.0 → 0.77.1

This commit is contained in:
Dmitry Marakasov 2023-07-31 18:14:54 +03:00
parent fae5abf01c
commit ce15103bd7
3 changed files with 27 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= uncrustify
PORTVERSION= 0.76.0
PORTVERSION= 0.77.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= textproc

View File

@ -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

View File

@ -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 $<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