Date: Wed, 29 Mar 2017 13:11:47 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> 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 Message-ID: <201703291311.v2TDBlN3080020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703291311.v2TDBlN3080020>