Date: Fri, 3 Aug 2018 19:24:44 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476319 - in head/graphics: libosmesa mesa-dri mesa-libs Message-ID: <201808031924.w73JOihB032976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Aug 3 19:24:44 2018 New Revision: 476319 URL: https://svnweb.freebsd.org/changeset/ports/476319 Log: graphics/mesa: Update to 18.1.5 Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1 MFC after: 2018Q3 Modified: head/graphics/libosmesa/Makefile head/graphics/mesa-dri/Makefile head/graphics/mesa-dri/Makefile.common head/graphics/mesa-dri/distinfo head/graphics/mesa-libs/Makefile Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Fri Aug 3 19:00:24 2018 (r476318) +++ head/graphics/libosmesa/Makefile Fri Aug 3 19:24:44 2018 (r476319) @@ -3,7 +3,6 @@ PORTNAME= libosmesa PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API Modified: head/graphics/mesa-dri/Makefile ============================================================================== --- head/graphics/mesa-dri/Makefile Fri Aug 3 19:00:24 2018 (r476318) +++ head/graphics/mesa-dri/Makefile Fri Aug 3 19:24:44 2018 (r476319) @@ -3,7 +3,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Fri Aug 3 19:00:24 2018 (r476318) +++ head/graphics/mesa-dri/Makefile.common Fri Aug 3 19:24:44 2018 (r476319) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.1.4 +MESABASEVERSION= 18.1.5 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Fri Aug 3 19:00:24 2018 (r476318) +++ head/graphics/mesa-dri/distinfo Fri Aug 3 19:24:44 2018 (r476319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532365329 -SHA256 (mesa-18.1.4.tar.xz) = 3061488b5d85504092cf4343816cfb2d96f2ad9bc2edec31fc96933d184cf58b -SIZE (mesa-18.1.4.tar.xz) = 11133392 +TIMESTAMP = 1532789058 +SHA256 (mesa-18.1.5.tar.xz) = 69dbe6f1a6660386f5beb85d4fcf003ee23023ed7b9a603de84e9a37e8d98dea +SIZE (mesa-18.1.5.tar.xz) = 11137340 Modified: head/graphics/mesa-libs/Makefile ============================================================================== --- head/graphics/mesa-libs/Makefile Fri Aug 3 19:00:24 2018 (r476318) +++ head/graphics/mesa-libs/Makefile Fri Aug 3 19:24:44 2018 (r476319) @@ -3,7 +3,6 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031924.w73JOihB032976>