Date: Thu, 20 Oct 2016 10:46:19 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424320 - head/graphics/linux-c7-glx-utils Message-ID: <201610201046.u9KAkJIS053933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Oct 20 10:46:19 2016 New Revision: 424320 URL: https://svnweb.freebsd.org/changeset/ports/424320 Log: Fix pkg-plist. Modified: head/graphics/linux-c7-glx-utils/Makefile head/graphics/linux-c7-glx-utils/pkg-plist.i386 head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Modified: head/graphics/linux-c7-glx-utils/Makefile ============================================================================== --- head/graphics/linux-c7-glx-utils/Makefile Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/Makefile Thu Oct 20 10:46:19 2016 (r424320) @@ -3,6 +3,7 @@ PORTNAME= glx-utils PORTVERSION= 8.2.0 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org Modified: head/graphics/linux-c7-glx-utils/pkg-plist.i386 ============================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.i386 Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/pkg-plist.i386 Thu Oct 20 10:46:19 2016 (r424320) @@ -1,4 +1,5 @@ usr/bin/glxgears usr/bin/glxinfo +usr/bin/glxinfo32 usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz Modified: head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 ============================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Thu Oct 20 10:41:09 2016 (r424319) +++ head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 Thu Oct 20 10:46:19 2016 (r424320) @@ -1,4 +1,5 @@ usr/bin/glxgears usr/bin/glxinfo +usr/bin/glxinfo64 usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201046.u9KAkJIS053933>