Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 11:39:16 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dbffec6ff594 - main - graphics/mesa-devel: bump local LLVM_DEFAULT after e9669c2a0b41
Message-ID:  <202201181139.20IBdGg6056499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit dbffec6ff59457e560af66bc0eeb50d6a891d437
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:10 +0000

    graphics/mesa-devel: bump local LLVM_DEFAULT after e9669c2a0b41
    
    PR:             259563
---
 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.20IBdGg6056499>