From owner-svn-ports-all@freebsd.org Wed Mar 29 13:11:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37644D235A5; Wed, 29 Mar 2017 13:11:49 +0000 (UTC) (envelope-from jrm@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 mx1.freebsd.org (Postfix) with ESMTPS id DFE692A9; Wed, 29 Mar 2017 13:11:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2TDBlk3080024; Wed, 29 Mar 2017 13:11:47 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TDBlN3080020; Wed, 29 Mar 2017 13:11:47 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201703291311.v2TDBlN3080020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 29 Mar 2017 13:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437199 - in head/graphics: gbm libEGL libdrm libglapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:11:49 -0000 Author: jrm Date: Wed Mar 29 13:11:47 2017 New Revision: 437199 URL: https://svnweb.freebsd.org/changeset/ports/437199 Log: graphics/gbm graphics/libEGL graphics/libdrm graphics/libglapi: Bump PORTREVISION on ports that had dependency changes after r437182 Approved by: mat, swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10179 Modified: head/graphics/gbm/Makefile head/graphics/libEGL/Makefile head/graphics/libdrm/Makefile head/graphics/libglapi/Makefile Modified: head/graphics/gbm/Makefile ============================================================================== --- head/graphics/gbm/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/gbm/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= gbm PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= gbm library Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libEGL/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= libEGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenEGL library Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libdrm/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -4,7 +4,7 @@ PORTNAME= libdrm PORTVERSION= 2.4.75 PORTEPOCH= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Modified: head/graphics/libglapi/Makefile ============================================================================== --- head/graphics/libglapi/Makefile Wed Mar 29 13:11:29 2017 (r437198) +++ head/graphics/libglapi/Makefile Wed Mar 29 13:11:47 2017 (r437199) @@ -3,7 +3,7 @@ PORTNAME= libglapi PORTVERSION= ${MESAVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Common GL api library used by Mesa based ports