From owner-svn-ports-head@freebsd.org Fri Aug 3 19:24:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFFEC104D9B9; Fri, 3 Aug 2018 19:24:45 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8448571B91; Fri, 3 Aug 2018 19:24:45 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AD9324AF0; Fri, 3 Aug 2018 19:24:45 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w73JOjDn032980; Fri, 3 Aug 2018 19:24:45 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w73JOihB032976; Fri, 3 Aug 2018 19:24:44 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201808031924.w73JOihB032976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 3 Aug 2018 19:24:44 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/graphics: libosmesa mesa-dri mesa-libs X-SVN-Commit-Revision: 476319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 19:24:46 -0000 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