From owner-svn-ports-head@freebsd.org Fri Jan 12 09:59:33 2018 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 60019E7ED82; Fri, 12 Jan 2018 09:59:33 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B94F812B3; Fri, 12 Jan 2018 09:59:33 +0000 (UTC) (envelope-from mmokhi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F4B6221B5; Fri, 12 Jan 2018 09:59:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0C9xWYj053584; Fri, 12 Jan 2018 09:59:32 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0C9xWgs053583; Fri, 12 Jan 2018 09:59:32 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201801120959.w0C9xWgs053583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 12 Jan 2018 09:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458815 - head/sysutils/vzvol X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/sysutils/vzvol X-SVN-Commit-Revision: 458815 X-SVN-Commit-Repository: ports 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.25 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, 12 Jan 2018 09:59:33 -0000 Author: mmokhi Date: Fri Jan 12 09:59:32 2018 New Revision: 458815 URL: https://svnweb.freebsd.org/changeset/ports/458815 Log: sysutils/vzvol: Fix wrong dependency (from virtualbox-ose port) to fix the build PR: 225043 Submitted by: Philip Jocks Reported by: Philip Jocks Approved by: Rainbow (maintainer) Sponsored by: Netzkommune GmbH Modified: head/sysutils/vzvol/Makefile Modified: head/sysutils/vzvol/Makefile ============================================================================== --- head/sysutils/vzvol/Makefile Fri Jan 12 09:56:52 2018 (r458814) +++ head/sysutils/vzvol/Makefile Fri Jan 12 09:59:32 2018 (r458815) @@ -27,7 +27,7 @@ OPTIONS_DEFAULT= EXT PROGRESS VIRTUALBOX XFS EXT_RUN_DEPENDS= mke2fs:sysutils/e2fsprogs PROGRESS_RUN_DEPENDS= pv:sysutils/pv -VIRTUALBOX_RUN_DEPENDS= VirtualBox:emulators/virtualbox-ose +VIRTUALBOX_RUN_DEPENDS= VBoxManage:emulators/virtualbox-ose XFS_RUN_DEPENDS= mkfs.xfs:sysutils/xfsprogs EXT_DESC= Install support for ext2, ext3, and ext4