git: 678dabc8d6e0 - main - devel/pickle: Switch to llvm 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 11:46:33 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=678dabc8d6e0992674f7eabf21443a1d82aec031
commit 678dabc8d6e0992674f7eabf21443a1d82aec031
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-16 01:08:19 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-16 11:46:14 +0000
devel/pickle: Switch to llvm 16
---
devel/pickle/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/pickle/Makefile b/devel/pickle/Makefile
index 636209f7cac6..c1b5435cbd4f 100644
--- a/devel/pickle/Makefile
+++ b/devel/pickle/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pickle
DISTVERSION= 5.01
-PORTREVISION= 1
+PORTREVISION= 2
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=15
+USES+= llvm:max=16
.endif
post-patch: