Skip to content

Commit

Permalink
textproc/uncrustify: update 0.76.0 → 0.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 31, 2023
1 parent fae5abf commit ce15103
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion textproc/uncrustify/Makefile
@@ -1,5 +1,5 @@
PORTNAME= uncrustify
PORTVERSION= 0.76.0
PORTVERSION= 0.77.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= textproc

Expand Down
6 changes: 3 additions & 3 deletions 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
23 changes: 23 additions & 0 deletions 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 $<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

0 comments on commit ce15103

Please sign in to comment.