Date: Sun, 28 Jan 2018 13:34:23 +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: r460179 - head/devel/libvirt Message-ID: <201801281334.w0SDYNSV012890@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Jan 28 13:34:23 2018 New Revision: 460179 URL: https://svnweb.freebsd.org/changeset/ports/460179 Log: devel/libvirt: update to 4.0.0 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Jan 28 13:33:10 2018 (r460178) +++ head/devel/libvirt/Makefile Sun Jan 28 13:34:23 2018 (r460179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 3.10.0 +PORTVERSION= 4.0.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -76,8 +76,6 @@ ZFS_CONFIGURE_WITH= storage-zfs VARDIR= /var -USE_RC_SUBR= libvirtd virtlogd - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-avahi \ --without-dbus \ @@ -101,11 +99,12 @@ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector USES= charsetfix cpe gettext-runtime gmake libtool pathfix \ perl5 python:2.7,build pkgconfig shebangfix tar:xz +USE_RC_SUBR= libvirtd virtlogd CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip -SHLIB_VER= 0.3010.0 +SHLIB_VER= 0.4000.0 PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * @@ -119,6 +118,8 @@ SUB_LIST+= PORTVERSION="-${PORTVERSION}" .if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} LIB_DEPENDS+= libyajl.so:devel/yajl CONFIGURE_ARGS+= --with-yajl=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-yajl .endif .if !${PLIST_SUB:MXEN} Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun Jan 28 13:33:10 2018 (r460178) +++ head/devel/libvirt/distinfo Sun Jan 28 13:34:23 2018 (r460179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512565159 -SHA256 (libvirt-3.10.0.tar.xz) = dff109cae2cc915b3ed5ba7e460502b85eb9a5058cda4f356d7bb7b1e3196b0e -SIZE (libvirt-3.10.0.tar.xz) = 14952220 +TIMESTAMP = 1516376791 +SHA256 (libvirt-4.0.0.tar.xz) = e9e8ca1a696b70bca572f367e35807a9800a59aec5158b95fe7f4802a5fadfc8 +SIZE (libvirt-4.0.0.tar.xz) = 15002248 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Sun Jan 28 13:33:10 2018 (r460178) +++ head/devel/libvirt/pkg-plist Sun Jan 28 13:34:23 2018 (r460179) @@ -16,7 +16,6 @@ man/man7/virkeycode-osx.7.gz man/man7/virkeycode-rfb.7.gz man/man7/virkeycode-usb.7.gz man/man7/virkeycode-win32.7.gz -man/man7/virkeycode-xt.7.gz man/man7/virkeycode-xtkbd.7.gz man/man7/virkeyname-linux.7.gz man/man7/virkeyname-osx.7.gz @@ -221,7 +220,7 @@ share/augeas/lenses/tests/test_virtlogd.aug %%DOCSDIR%%%%PORTVERSION%%/html/migration-tunnel.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-unmanaged-direct.png %%DOCSDIR%%%%PORTVERSION%%/html/migration.html -%%DOCSDIR%%%%PORTVERSION%%/html/mobile.css +%%DOCSDIR%%%%PORTVERSION%%/html/mobile.css %%DOCSDIR%%%%PORTVERSION%%/html/news-2005.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2006.html %%DOCSDIR%%%%PORTVERSION%%/html/news-2007.html @@ -237,7 +236,7 @@ share/augeas/lenses/tests/test_virtlogd.aug %%DOCSDIR%%%%PORTVERSION%%/html/news.html %%DOCSDIR%%%%PORTVERSION%%/html/node.gif %%DOCSDIR%%%%PORTVERSION%%/html/nss.html -%%DOCSDIR%%%%PORTVERSION%%/html/pci-hotplug.html +%%DOCSDIR%%%%PORTVERSION%%/html/pci-hotplug.html %%DOCSDIR%%%%PORTVERSION%%/html/php.html %%DOCSDIR%%%%PORTVERSION%%/html/python.html %%DOCSDIR%%%%PORTVERSION%%/html/remote.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281334.w0SDYNSV012890>