aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-03-29 13:11:47 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-03-29 13:11:47 +0000
commit5c9039bfb5046667213acee85f655f8c285bf963 (patch)
treef5182f5bc0f2a779f16ffa8a2c3f27fc3c65162a /graphics
parenta65ee79e4cd85291fd7f2bd29578a1b8038ef752 (diff)
downloadports-5c9039bfb5046667213acee85f655f8c285bf963.tar.gz
ports-5c9039bfb5046667213acee85f655f8c285bf963.zip
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
Notes
Notes: svn path=/head/; revision=437199
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gbm/Makefile2
-rw-r--r--graphics/libEGL/Makefile2
-rw-r--r--graphics/libdrm/Makefile2
-rw-r--r--graphics/libglapi/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gbm/Makefile b/graphics/gbm/Makefile
index 7db148fedcf9..00670bb1c562 100644
--- a/graphics/gbm/Makefile
+++ b/graphics/gbm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gbm
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= gbm library
diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile
index 3da0c811e80a..377801f0749e 100644
--- a/graphics/libEGL/Makefile
+++ b/graphics/libEGL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libEGL
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenEGL library
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index beb2356a9404..cd49b7f397f2 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -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/
diff --git a/graphics/libglapi/Makefile b/graphics/libglapi/Makefile
index bbf5bc75f1f1..021309a31b1e 100644
--- a/graphics/libglapi/Makefile
+++ b/graphics/libglapi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libglapi
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Common GL api library used by Mesa based ports