Date: Thu, 7 Jun 2018 04:09:21 +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: r471897 - head/devel/libvirt Message-ID: <201806070409.w5749Lvc054273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Thu Jun 7 04:09:20 2018 New Revision: 471897 URL: https://svnweb.freebsd.org/changeset/ports/471897 Log: devel/libvirt: update to 4.4.0 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Thu Jun 7 03:35:26 2018 (r471896) +++ head/devel/libvirt/Makefile Thu Jun 7 04:09:20 2018 (r471897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -105,7 +105,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.4003.0 +SHLIB_VER= 0.4004.0 PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Thu Jun 7 03:35:26 2018 (r471896) +++ head/devel/libvirt/distinfo Thu Jun 7 04:09:20 2018 (r471897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525530163 -SHA256 (libvirt-4.3.0.tar.xz) = a531e22c8b985ecb2d1223b913fd6ec0f1800e3ebe02351924274885db20c2b7 -SIZE (libvirt-4.3.0.tar.xz) = 14667860 +TIMESTAMP = 1528338855 +SHA256 (libvirt-4.4.0.tar.xz) = 46631d63cb61af8042593a93fa046dddfff204d29858f20df77a125bd6f84ab6 +SIZE (libvirt-4.4.0.tar.xz) = 14668912 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Thu Jun 7 03:35:26 2018 (r471896) +++ head/devel/libvirt/pkg-plist Thu Jun 7 04:09:20 2018 (r471897) @@ -394,6 +394,7 @@ lib/libvirt/connection-driver/libvirt_driver_vbox.so %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so lib/libvirt/storage-backend/libvirt_storage_backend_fs.so %%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so +lib/libvirt/storage-file/libvirt_storage_file_fs.so %%QEMU%%@dir /var/run/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806070409.w5749Lvc054273>