From owner-svn-ports-all@freebsd.org Sun Jan 28 13:34:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77324EC6E61; Sun, 28 Jan 2018 13:34:24 +0000 (UTC) (envelope-from novel@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 173B07B92F; Sun, 28 Jan 2018 13:34:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EF071A543; Sun, 28 Jan 2018 13:34:24 +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 w0SDYN1H012893; Sun, 28 Jan 2018 13:34:23 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0SDYNSV012890; Sun, 28 Jan 2018 13:34:23 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201801281334.w0SDYNSV012890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 28 Jan 2018 13:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460179 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 460179 X-SVN-Commit-Repository: ports 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.25 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: Sun, 28 Jan 2018 13:34:24 -0000 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