git: 044090a63580 - main - lang/clover: remove llvm:max=16 restriction, part 2

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sun, 05 Jan 2025 13:48:18 UTC
The branch main has been updated by dim:

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

commit 044090a635805aaf7f4eac7d4ba0ae3136aee67b
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2025-01-05 13:45:04 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2025-01-05 13:47:19 +0000

    lang/clover: remove llvm:max=16 restriction, part 2
    
    Follow-up on ports e4b79a0e4ebe, by entirely removing the dependency on
    libLLVMSPIRVLib.so.${LLVM_VERSION}. This also makes it possible to bump
    LLVM_DEFAULT to a higher value, for bug 283013.
    
    PR:             280957
    Approved by:    maintainer timeout (2 weeks)
    MFH:            2025Q1
---
 lang/clover/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/clover/Makefile b/lang/clover/Makefile
index e18c27cc966a..8b0d72a618eb 100644
--- a/lang/clover/Makefile
+++ b/lang/clover/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	clover
 PORTVERSION=	${MESAVERSION}
+PORTREVISION=	1
 CATEGORIES=	lang
 
 COMMENT=	Mesa OpenCL implementation for AMD GPUs
@@ -15,7 +16,6 @@ BUILD_DEPENDS=	libclc-${LLVM_PORT:T}>0:devel/libclc@${LLVM_PORT:T} \
 		spirv-tools>=0:graphics/spirv-tools \
 		opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd \
-		libLLVMSPIRVLib.so.${LLVM_VERSION}:devel/spirv-llvm-translator@${LLVM_PORT:T} \
 		libzstd.so:archivers/zstd
 RUN_DEPENDS=	libclc-${LLVM_PORT:T}>0:devel/libclc@${LLVM_PORT:T} \
 		opencl>=0:devel/opencl