From owner-svn-ports-all@freebsd.org Mon Apr 3 16:19:09 2017 Return-Path: Delivered-To: svn-ports-all@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 DFBE3D2C8A8; Mon, 3 Apr 2017 16:19:09 +0000 (UTC) (envelope-from novel@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 A306A8F3; Mon, 3 Apr 2017 16:19:09 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v33GJ8O3066756; Mon, 3 Apr 2017 16:19:08 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v33GJ8pU066753; Mon, 3 Apr 2017 16:19:08 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201704031619.v33GJ8pU066753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 3 Apr 2017 16:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437665 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 16:19:10 -0000 Author: novel Date: Mon Apr 3 16:19:08 2017 New Revision: 437665 URL: https://svnweb.freebsd.org/changeset/ports/437665 Log: devel/libvirt: update to 3.2.0 - Add new plist entries for the new bhyve.conf configuration file - Remove '--without-storage-scsi' that doesn't work on FreeBSD as it's now automatically disabled by configure Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon Apr 3 15:37:21 2017 (r437664) +++ head/devel/libvirt/Makefile Mon Apr 3 16:19:08 2017 (r437665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -84,7 +84,6 @@ CONFIGURE_ARGS+= --without-avahi \ --without-xen \ --without-login-shell \ --without-wireshark-dissector \ - --without-storage-scsi \ --with-ssh2 \ --localstatedir=${VARDIR} @@ -116,6 +115,7 @@ PLIST_SUB+= XEN="@comment " .endif CONF_FILES= \ + bhyve.conf \ libvirt-admin.conf \ libvirt.conf \ libvirtd.conf \ Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Mon Apr 3 15:37:21 2017 (r437664) +++ head/devel/libvirt/distinfo Mon Apr 3 16:19:08 2017 (r437665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488599419 -SHA256 (libvirt-3.1.0.tar.xz) = 7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9 -SIZE (libvirt-3.1.0.tar.xz) = 13906204 +TIMESTAMP = 1491228511 +SHA256 (libvirt-3.2.0.tar.xz) = 9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e +SIZE (libvirt-3.2.0.tar.xz) = 14057340 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Mon Apr 3 15:37:21 2017 (r437664) +++ head/devel/libvirt/pkg-plist Mon Apr 3 16:19:08 2017 (r437665) @@ -17,6 +17,7 @@ man/man8/virtlogd.8.gz @sample %%ETCDIR%%/virtlockd.conf.sample @sample %%ETCDIR%%/virtlogd.conf.sample %%EXAMPLESDIR%%/networks/default.xml +%%BHYVE%%@sample %%ETCDIR%%/bhyve.conf.sample %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample %%XEN%%@sample %%ETCDIR%%/libxl.conf.sample %%QEMU%%%%ETCDIR%%/qemu-lockd.conf @@ -70,6 +71,7 @@ sbin/virtlockd sbin/virtlogd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug +%%BHYVE%%share/augeas/lenses/libvirtd_bhyve.aug share/augeas/lenses/virtlockd.aug share/augeas/lenses/virtlogd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug @@ -77,6 +79,7 @@ share/augeas/lenses/virtlogd.aug share/augeas/lenses/tests/test_libvirtd.aug share/augeas/lenses/tests/test_virtlockd.aug share/augeas/lenses/tests/test_virtlogd.aug +%%BHYVE%%share/augeas/lenses/tests/test_libvirtd_bhyve.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%XEN%%share/augeas/lenses/libvirtd_libxl.aug %%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug