uncrustify: update to version 0.78.1 (#10121)

This commit is contained in:
OscarL
2024-02-18 17:03:55 -03:00
committed by GitHub
parent 0a26f348b9
commit d2245081d5

View File

@@ -12,11 +12,11 @@ DESCRIPTION="\
* Supports embedded SQL 'EXEC SQL' stuff
* Highly configurable - 454 configurable options!"
HOMEPAGE="http://uncrustify.sourceforge.net/"
COPYRIGHT="2005-2014 Ben Gardner"
COPYRIGHT="2005-2016 Ben Gardner"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/uncrustify/uncrustify/archive/uncrustify-$portVersion.tar.gz"
CHECKSUM_SHA256="d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e"
CHECKSUM_SHA256="ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2"
SOURCE_DIR="uncrustify-uncrustify-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -53,3 +53,17 @@ INSTALL()
{
make -C build install
}
# WARNING: only run on systems with more than 8 GiB of RAM.
# For reference (failed test was due to "out of ram"):
#
# 93% tests passed, 1 tests failed out of 14
# Total Test time (real) = 340.20 sec
# The following tests FAILED:
# 12 - sources_format (Failed)
TEST()
{
cd build
python3 ../scripts/run_ctest.py
}