svn commit: r424320 - head/graphics/linux-c7-glx-utils
Tijl Coosemans
tijl at FreeBSD.org
Thu Oct 20 10:46:20 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list