git: 60fbb9828cfa - main - devel/clazy: limit max LLVM version to 18 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 16:23:36 UTC
The branch main has been updated by fluffy:

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

commit 60fbb9828cfa3e2bf5a2ee45092b4add761b545d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 14:15:55 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 16:23:28 +0000

    devel/clazy: limit max LLVM version to 18 (+)
    
    CLazy max supported version is 18 yet, set the limit
    
    Reported by:    bulk -t
    
    Sponsored by:   Future Crew, LLC
---
 devel/clazy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile
index e8bd86bcdd6a..b4d131b01483 100644
--- a/devel/clazy/Makefile
+++ b/devel/clazy/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/KDE/clazy
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/LICENSES/LGPL-2.0-or-later.txt
 
-USES=		cmake llvm:build,run tar:xz
+USES=		cmake llvm:max=18,build,run tar:xz
 
 CMAKE_ARGS=	-DLLVM_ROOT=${LLVM_PREFIX}