diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-08-29 15:27:29 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-09-05 06:41:34 +0000 |
commit | ec876698317d331267d241c30579ad7ebb599b4c (patch) | |
tree | f4ebd7ce9319b170615b5f62520d1d23d8011c4b | |
parent | d662435e085f5072f8ef17e924b2d82f395998b0 (diff) | |
download | ports-ec876698317d.tar.gz ports-ec876698317d.zip |
graphics/mesa: Update to 24.1.7
Release notes (24.1.6): https://lists.freedesktop.org/archives/mesa-dev/2024-August/226294.html
Release notes: https://lists.freedesktop.org/archives/mesa-dev/2024-August/226303.html
Differential Revision: https://reviews.freebsd.org/D46478
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r-- | graphics/mesa-dri/Makefile | 1 | ||||
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 2 | ||||
-rw-r--r-- | graphics/mesa-dri/distinfo | 8 |
3 files changed, 4 insertions, 7 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index 30fc7e3e22dd..eebadb8b6dbb 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -1,6 +1,5 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 3f8550e81337..a1a197c3262d 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -9,7 +9,7 @@ # - graphics/mesa-libs # - lang/clover -MESAVERSION= 24.1.5 +MESAVERSION= 24.1.7 MASTER_SITES= https://mesa.freedesktop.org/archive/ diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo index d5b68d5bc285..98ad1ec6a58b 100644 --- a/graphics/mesa-dri/distinfo +++ b/graphics/mesa-dri/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1722846243 -SHA256 (mesa-24.1.5.tar.xz) = 02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976 -SIZE (mesa-24.1.5.tar.xz) = 29140156 +TIMESTAMP = 1724945188 +SHA256 (mesa-24.1.7.tar.xz) = ecd2e7b1c73998f4103542f39c6b8c968d251637ccc8caa42641aecb86cd2566 +SIZE (mesa-24.1.7.tar.xz) = 29206724 SHA256 (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 84f18f14788bd8f387e2fc754b945bf30f84b517dd917785ed5d8ef1d594e24a SIZE (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 1626 -SHA256 (7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch) = 5af88a22abfadb91f6626c9244ed2a365e2bb283e0a42399082d1e909136d5f3 -SIZE (7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch) = 897 |