diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-29 04:56:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-29 04:56:05 +0800 |
commit | 72d6b557836f80cce0995391c072ffc63c3e833d (patch) | |
tree | 28e5ba871b170f71e4012daea48dc303fc810bad /graphics | |
parent | 73aa49c7e4edc3e928fbae314e9b38d7e304f928 (diff) | |
download | freebsd-ports-graphics-72d6b557836f80cce0995391c072ffc63c3e833d.tar.gz freebsd-ports-graphics-72d6b557836f80cce0995391c072ffc63c3e833d.tar.zst freebsd-ports-graphics-72d6b557836f80cce0995391c072ffc63c3e833d.zip |
graphics/mesa-{libs,dri}: update to 18.0.2
Changes: https://www.mesa3d.org/relnotes/18.0.2.html
PR: 225415
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa-dri/Makefile | 1 | ||||
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 2 | ||||
-rw-r--r-- | graphics/mesa-dri/distinfo | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index f04c17080da..1a54c48cfb9 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -3,7 +3,6 @@ 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 6b006737c70..9990b3dff98 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.0.1 +MESABASEVERSION= 18.0.2 # 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 b16c79eef7b..25a1faa4cf3 100644 --- a/graphics/mesa-dri/distinfo +++ b/graphics/mesa-dri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524062873 -SHA256 (mesa-18.0.1.tar.xz) = b2d2f5b5dbaab13e15cb0dcb5ec81887467f55ebc9625945b303a3647cd87954 -SIZE (mesa-18.0.1.tar.xz) = 10945308 +TIMESTAMP = 1524932716 +SHA256 (mesa-18.0.2.tar.xz) = 98fa159768482dc568b9f8bf0f36c7acb823fa47428ffd650b40784f16b9e7b3 +SIZE (mesa-18.0.2.tar.xz) = 10949364 |