Date: Sat, 29 Sep 2018 18:52:33 +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: r480911 - in head/graphics: libosmesa mesa-dri mesa-libs Message-ID: <201809291852.w8TIqXFM066033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Sep 29 18:52:32 2018 New Revision: 480911 URL: https://svnweb.freebsd.org/changeset/ports/480911 Log: graphics/mesa: Update to 18.1.9 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 Sat Sep 29 15:58:21 2018 (r480910) +++ head/graphics/libosmesa/Makefile Sat Sep 29 18:52:32 2018 (r480911) @@ -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 Sat Sep 29 15:58:21 2018 (r480910) +++ head/graphics/mesa-dri/Makefile Sat Sep 29 18:52:32 2018 (r480911) @@ -3,7 +3,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Sat Sep 29 15:58:21 2018 (r480910) +++ head/graphics/mesa-dri/Makefile.common Sat Sep 29 18:52:32 2018 (r480911) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.1.8 +MESABASEVERSION= 18.1.9 # 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 Sat Sep 29 15:58:21 2018 (r480910) +++ head/graphics/mesa-dri/distinfo Sat Sep 29 18:52:32 2018 (r480911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536403058 -SHA256 (mesa-18.1.8.tar.xz) = bd1be67fe9c73b517765264ac28911c84144682d28dbff140e1c2deb2f44c21b -SIZE (mesa-18.1.8.tar.xz) = 11139864 +TIMESTAMP = 1538226082 +SHA256 (mesa-18.1.9.tar.xz) = 55f5778d58a710a63d6635f000535768faf7db9e8144dc0f4fd1989f936c1a83 +SIZE (mesa-18.1.9.tar.xz) = 11146188 Modified: head/graphics/mesa-libs/Makefile ============================================================================== --- head/graphics/mesa-libs/Makefile Sat Sep 29 15:58:21 2018 (r480910) +++ head/graphics/mesa-libs/Makefile Sat Sep 29 18:52:32 2018 (r480911) @@ -3,7 +3,6 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 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?201809291852.w8TIqXFM066033>