aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2023-07-31 15:14:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2023-07-31 16:06:07 +0000
commitce15103bd7cc3e3f437d5164523f6977b88c4ad7 (patch)
tree6d3984fd113dffcc713ed58674928206e1c5c160
parentfae5abf01c915de80dfee51fced3d5bf8bb7b97b (diff)
downloadports-ce15103bd7cc3e3f437d5164523f6977b88c4ad7.tar.gz
ports-ce15103bd7cc3e3f437d5164523f6977b88c4ad7.zip
textproc/uncrustify: update 0.76.0 → 0.77.1
-rw-r--r--textproc/uncrustify/Makefile2
-rw-r--r--textproc/uncrustify/distinfo6
-rw-r--r--textproc/uncrustify/files/patch-tests_CMakeLists.txt23
3 files changed, 27 insertions, 4 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile
index 4b7e48976a37..b6adb6409d0c 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 4875b8ddcba4..e743cf786bec 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 000000000000..55a5bf45cf9a
--- /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 $<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