svn commit: r319064 - in head/graphics: libGLU libdrm
Niclas Zeising
zeising at FreeBSD.org
Sat May 25 18:16:44 UTC 2013
Author: zeising
Date: Sat May 25 18:16:44 2013
New Revision: 319064
URL: http://svnweb.freebsd.org/changeset/ports/319064
Log:
Rebump portrevisions to avoid versions going backwards, this was
accidentally removed in the xorg mega-commit.
Spotted by: Herbert J. Skuhra <h.skuhra at gmail.com>
Modified:
head/graphics/libGLU/Makefile
head/graphics/libdrm/Makefile
Modified: head/graphics/libGLU/Makefile
==============================================================================
--- head/graphics/libGLU/Makefile Sat May 25 18:00:45 2013 (r319063)
+++ head/graphics/libGLU/Makefile Sat May 25 18:16:44 2013 (r319064)
@@ -3,6 +3,7 @@
PORTNAME= libGLU
PORTVERSION= ${MESAVERSION}
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL utility library
Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile Sat May 25 18:00:45 2013 (r319063)
+++ head/graphics/libdrm/Makefile Sat May 25 18:16:44 2013 (r319064)
@@ -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
More information about the svn-ports-all
mailing list