Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:28:12 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce15103bd7cc - main - =?utf-8?Q?textproc/uncrustify:=20update=200.76.0=20=E2=86=92=200.77.1?=
Message-ID:  <202307311628.36VGSCrf041615@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce15103bd7cc3e3f437d5164523f6977b88c4ad7

commit ce15103bd7cc3e3f437d5164523f6977b88c4ad7
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2023-07-31 15:14:54 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2023-07-31 16:06:07 +0000

    textproc/uncrustify: update 0.76.0 → 0.77.1
---
 textproc/uncrustify/Makefile                       |  2 +-
 textproc/uncrustify/distinfo                       |  6 +++---
 .../uncrustify/files/patch-tests_CMakeLists.txt    | 23 ++++++++++++++++++++++
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311628.36VGSCrf041615>