git: 235016480a89 - 2021Q4 - graphics/mesa: Update to 21.1.8

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Sun, 17 Oct 2021 13:28:21 UTC
The branch 2021Q4 has been updated by manu:

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

commit 235016480a8949c9e44ad92f9d0d2a8d88131a23
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-10-06 12:17:52 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-10-17 13:27:56 +0000

    graphics/mesa: Update to 21.1.8
    
    Update to the latest release of the 21.1 branch.
    
    Release Notes: https://lists.freedesktop.org/archives/mesa-dev/2021-July/225455.html
    Release Notes: https://lists.freedesktop.org/archives/mesa-dev/2021-August/225461.html
    Release Notes: https://lists.freedesktop.org/archives/mesa-dev/2021-September/225465.html
    
    Differential Revision:  https://reviews.freebsd.org/D32351
    Sponsored by: Beckhoff Automation GmbH & Co. KG
    
    (cherry picked from commit c55f38a3bc5493967a35b969ec0b442d2a9ff180)
---
 graphics/mesa-dri/Makefile.common | 2 +-
 graphics/mesa-dri/distinfo        | 6 +++---
 graphics/mesa-libs/Makefile       | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index 20931bf44980..16ef1037c66d 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -12,7 +12,7 @@
 MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
 MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
 
-MESABASEVERSION=	21.1.5
+MESABASEVERSION=	21.1.8
 # if there is a subversion, don't include the '-' between 7.11-rc2.
 MESASUBVERSION=
 
diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo
index a00ff91b8e22..a4fd71f1c57b 100644
--- a/graphics/mesa-dri/distinfo
+++ b/graphics/mesa-dri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626357419
-SHA256 (mesa-21.1.5.tar.xz) = 022c7293074aeeced2278c872db4fa693147c70f8595b076cf3f1ef81520766d
-SIZE (mesa-21.1.5.tar.xz) = 15286704
+TIMESTAMP = 1633514529
+SHA256 (mesa-21.1.8.tar.xz) = 5cd32f5d089dca75300578a3d771a656eaed652090573a2655fe4e7022d56bfc
+SIZE (mesa-21.1.8.tar.xz) = 15410504
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index 0141367c9784..1226680e0ec8 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -2,7 +2,6 @@
 
 PORTNAME=	mesa-libs
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	2
 CATEGORIES=	graphics
 
 COMMENT=	OpenGL libraries that support GLX and EGL clients