Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 18:16:44 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319064 - in head/graphics: libGLU libdrm
Message-ID:  <201305251816.r4PIGidr039369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305251816.r4PIGidr039369>