Date: Tue, 18 Jan 2022 11:39:45 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e27e395af387 - 2022Q1 - graphics/mesa-devel: bump local LLVM_DEFAULT after e9669c2a0b41 Message-ID: <202201181139.20IBdjgp056763@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e27e395af387f7483690199f93cefdcbbcaee051 commit e27e395af387f7483690199f93cefdcbbcaee051 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-18 10:47:20 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-18 11:39:36 +0000 graphics/mesa-devel: bump local LLVM_DEFAULT after e9669c2a0b41 PR: 259563 (cherry picked from commit dbffec6ff59457e560af66bc0eeb50d6a891d437) --- graphics/mesa-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 70d5702f4e46..e85a02d5ce4b 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= mesa DISTVERSION= 21.3-branchpoint-2737 DISTVERSIONSUFFIX= -ge4c582ee71e +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -129,7 +130,7 @@ ZSTD_MESON_ENABLED= zstd # Ignore Mk/bsd.default-versions.mk but respect make.conf(5) .if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*} -LLVM_DEFAULT= 12 # bump if not latest release +LLVM_DEFAULT= 13 # bump if not latest release .endif post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201181139.20IBdjgp056763>