Date: Mon, 3 Apr 2017 16:19:08 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437665 - head/devel/libvirt Message-ID: <201704031619.v33GJ8pU066753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031619.v33GJ8pU066753>