svn commit: r437199 - in head/graphics: gbm libEGL libdrm libglapi

Joseph Mingrone jrm at FreeBSD.org
Wed Mar 29 13:11:49 UTC 2017


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


More information about the svn-ports-head mailing list