summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-05-25 18:16:44 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-05-25 18:16:44 +0000
commit080b79d2846ba3cd37584a4c0809e1fcbb5c163d (patch)
tree6c77d63be38a25cc4c3dbacbe863e06eb94e870d /graphics
parent- Remove unnecessary depend on PERL_LEVEL < 5.12 (diff)
Rebump portrevisions to avoid versions going backwards, this was
accidentally removed in the xorg mega-commit. Spotted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Notes
Notes: svn path=/head/; revision=319064
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGLU/Makefile1
-rw-r--r--graphics/libdrm/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
index 4ab08baba3b8..0beed4d7a5f0 100644
--- a/graphics/libGLU/Makefile
+++ b/graphics/libGLU/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libGLU
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL utility library
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index 3c3cf5b8b7a2..7ce4900b8446 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+=--disable-vmwgfx
.else
CONFIGURE_ARGS= --enable-nouveau-experimental-api
LIBDRM_VERSION= 2.4.17
-LIBDRM_REVISION=0
+LIBDRM_REVISION=1
PLIST_SUB+= OLD="" NEW="@comment "
.endif