From owner-svn-ports-head@FreeBSD.ORG Sat May 25 18:16:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC89C88A; Sat, 25 May 2013 18:16:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AEAA8E01; Sat, 25 May 2013 18:16:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PIGiNQ039371; Sat, 25 May 2013 18:16:44 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PIGidr039369; Sat, 25 May 2013 18:16:44 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201305251816.r4PIGidr039369@svn.freebsd.org> From: Niclas Zeising Date: Sat, 25 May 2013 18:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319064 - in head/graphics: libGLU libdrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 18:16:44 -0000 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 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