Date: Sat, 06 Jun 2026 12:05:09 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15b8a10161d0 - main - devel/pickle: Switch to llvm 21 as max Message-ID: <6a240cf5.26380.263d7bd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=15b8a10161d065657c6b0cb2f45d1ddf1043f22d commit 15b8a10161d065657c6b0cb2f45d1ddf1043f22d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-06-06 01:43:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-06-06 12:04:51 +0000 devel/pickle: Switch to llvm 21 as max --- devel/pickle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pickle/Makefile b/devel/pickle/Makefile index cb603e1d03dc..8e4de610de1c 100644 --- a/devel/pickle/Makefile +++ b/devel/pickle/Makefile @@ -1,6 +1,6 @@ PORTNAME= pickle DISTVERSION= 5.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= LOCAL/bofh/devel/${PORTNAME} @@ -34,7 +34,7 @@ BIN_SYMLINKS= bin/n14 \ .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD -USES+= llvm:max=20 +USES+= llvm:max=21 .endif post-patch:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a240cf5.26380.263d7bd>
