diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 69cfbe48648a..d262cbaffed3 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -1,34 +1,34 @@ PORTNAME= uncrustify -PORTVERSION= 0.82.0 +PORTVERSION= 0.83.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org COMMENT= Highly configurable source code beautifier WWW= https://uncrustify.sourceforge.net/ \ https://github.com/uncrustify/uncrustify LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes USES= cmake compiler:c++11-lang python:build CMAKE_ON= NoGitVersionString TEST_TARGET= test PORTSCOUT= limit:^[0-9]+\. PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/uncrustify share/man/man1/uncrustify.1.gz OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index c0eb14b4fa0a..4121d8e2b352 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763406126 -SHA256 (uncrustify-uncrustify-uncrustify-0.82.0_GH0.tar.gz) = e05f8d5ee36aaa1acfa032fe97546b7be46b1f4620e7c38037f8a42e25fe676f -SIZE (uncrustify-uncrustify-uncrustify-0.82.0_GH0.tar.gz) = 1855272 +TIMESTAMP = 1779015924 +SHA256 (uncrustify-uncrustify-uncrustify-0.83.0_GH0.tar.gz) = 1d4d3ab3a991c66eb24cb0a3e690573b4882fd98bc6ec64a01c283998c20dc87 +SIZE (uncrustify-uncrustify-uncrustify-0.83.0_GH0.tar.gz) = 1893880 diff --git a/textproc/uncrustify/files/patch-tests_CMakeLists.txt b/textproc/uncrustify/files/patch-tests_CMakeLists.txt deleted file mode 100644 index 55a5bf45cf9a..000000000000 --- a/textproc/uncrustify/files/patch-tests_CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -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