From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 19:44:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6538176; Tue, 4 Nov 2014 19:44:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B84B9335; Tue, 4 Nov 2014 19:44:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4JiGHB066630; Tue, 4 Nov 2014 19:44:16 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4JiFKe066619; Tue, 4 Nov 2014 19:44:15 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201411041944.sA4JiFKe066619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 4 Nov 2014 19:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372166 - in head/devel: libvirt py-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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 19:44:17 -0000 Author: jgh Date: Tue Nov 4 19:44:15 2014 New Revision: 372166 URL: https://svnweb.freebsd.org/changeset/ports/372166 QAT: https://qat.redports.org/buildarchive/r372166/ Log: - fix packaging list for libvirt - update py-libvirt to 1.2.10 Modified: head/devel/libvirt/Makefile head/devel/libvirt/pkg-plist head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Nov 4 19:21:51 2014 (r372165) +++ head/devel/libvirt/Makefile Tue Nov 4 19:44:15 2014 (r372166) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Nov 4 19:21:51 2014 (r372165) +++ head/devel/libvirt/pkg-plist Tue Nov 4 19:44:15 2014 (r372166) @@ -21,7 +21,18 @@ etc/logrotate.d/libvirtd.qemu etc/logrotate.d/libvirtd.uml include/libvirt/libvirt-lxc.h include/libvirt/libvirt-qemu.h +include/libvirt/libvirt-host.h include/libvirt/libvirt.h +include/libvirt/libvirt-domain-snapshot.h +include/libvirt/libvirt-domain.h +include/libvirt/libvirt-event.h +include/libvirt/libvirt-interface.h +include/libvirt/libvirt-network.h +include/libvirt/libvirt-nodedev.h +include/libvirt/libvirt-nwfilter.h +include/libvirt/libvirt-secret.h +include/libvirt/libvirt-storage.h +include/libvirt/libvirt-stream.h include/libvirt/virterror.h lib/libvirt/lock-driver/lockd.so lib/libvirt-lxc.so Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Tue Nov 4 19:21:51 2014 (r372165) +++ head/devel/py-libvirt/Makefile Tue Nov 4 19:44:15 2014 (r372166) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTVERSION= 1.2.10 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Tue Nov 4 19:21:51 2014 (r372165) +++ head/devel/py-libvirt/distinfo Tue Nov 4 19:44:15 2014 (r372166) @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.2.9.tar.gz) = 8f7023ae93aecc6981e07f88fd47bcec1b2bdef52c37c2db8acfb1ad379f79ed -SIZE (libvirt-python-1.2.9.tar.gz) = 160357 +SHA256 (libvirt-python-1.2.10.tar.gz) = fd38d589da34de523756e2b39980453bd1149fe162d109fbb7cf65df0c250ba7 +SIZE (libvirt-python-1.2.10.tar.gz) = 162075