From owner-svn-ports-head@freebsd.org Fri Mar 4 19:16:21 2016 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 9BCCD9DAA64; Fri, 4 Mar 2016 19:16:21 +0000 (UTC) (envelope-from amdmi3@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 6E0D6EBD; Fri, 4 Mar 2016 19:16:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u24JGKrC092387; Fri, 4 Mar 2016 19:16:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u24JGK9l092385; Fri, 4 Mar 2016 19:16:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603041916.u24JGK9l092385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 4 Mar 2016 19:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410148 - head/emulators/qemu-devel 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.21 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: Fri, 04 Mar 2016 19:16:21 -0000 Author: amdmi3 Date: Fri Mar 4 19:16:20 2016 New Revision: 410148 URL: https://svnweb.freebsd.org/changeset/ports/410148 Log: - Add missing files to plist PR: 207308 Submitted by: amdmi3 Approved by: maintainer timeout (bofh, 2 weeks) Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu-devel/pkg-plist Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Fri Mar 4 19:06:08 2016 (r410147) +++ head/emulators/qemu-devel/Makefile Fri Mar 4 19:16:20 2016 (r410148) @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel Modified: head/emulators/qemu-devel/pkg-plist ============================================================================== --- head/emulators/qemu-devel/pkg-plist Fri Mar 4 19:06:08 2016 (r410147) +++ head/emulators/qemu-devel/pkg-plist Fri Mar 4 19:16:20 2016 (r410148) @@ -1,9 +1,13 @@ bin/ivshmem-server bin/ivshmem-client bin/qemu-ga +bin/qemu-i386 bin/qemu-img bin/qemu-io bin/qemu-nbd +bin/qemu-sparc +bin/qemu-sparc64 +bin/qemu-x86_64 %%X86_TARGETS%%bin/qemu-system-aarch64 %%X86_TARGETS%%bin/qemu-system-alpha %%X86_TARGETS%%bin/qemu-system-arm