From owner-svn-ports-head@freebsd.org Sun Nov 8 19:14:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8555CA29EC9; Sun, 8 Nov 2015 19:14:14 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B64D1442; Sun, 8 Nov 2015 19:14:14 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8JEDmi070340; Sun, 8 Nov 2015 19:14:13 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8JEDu4070339; Sun, 8 Nov 2015 19:14:13 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201511081914.tA8JEDu4070339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 8 Nov 2015 19:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401069 - head/emulators/qemu-sbruno 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.20 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: Sun, 08 Nov 2015 19:14:14 -0000 Author: sbruno Date: Sun Nov 8 19:14:13 2015 New Revision: 401069 URL: https://svnweb.freebsd.org/changeset/ports/401069 Log: Add the man page for qemu-ga to the plist. Fixes build under poudriere testport. Submitted by: amdmi3@amdmi3.ru Modified: head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Sun Nov 8 19:00:24 2015 (r401068) +++ head/emulators/qemu-sbruno/pkg-plist Sun Nov 8 19:14:13 2015 (r401069) @@ -44,6 +44,7 @@ %%NONX86%%bin/qemu-system-xtensaeb %%SOFTMMU%%man/man1/qemu.1.gz %%SOFTMMU%%man/man1/qemu-img.1.gz +%%SOFTMMU%%man/man8/qemu-ga.8.gz %%SOFTMMU%%man/man8/qemu-nbd.8.gz %%SOFTMMU%%@sample etc/qemu-ifup.sample %%SOFTMMU%%@sample etc/qemu-ifdown.sample