From owner-svn-ports-head@freebsd.org Tue Sep 29 18:26:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94FC2A0C151; Tue, 29 Sep 2015 18:26:11 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.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 847331E0C; Tue, 29 Sep 2015 18:26:11 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8TIQBVt015030; Tue, 29 Sep 2015 18:26:11 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8TIQ9Ow015021; Tue, 29 Sep 2015 18:26:09 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201509291826.t8TIQ9Ow015021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 29 Sep 2015 18:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398185 - in head: deskutils/virt-manager devel/libvirt devel/libvirt-glib devel/libvirt-java devel/py-libvirt devel/spice-protocol net-mgmt/virt-viewer 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.20 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, 29 Sep 2015 18:26:11 -0000 Author: jgh Date: Tue Sep 29 18:26:08 2015 New Revision: 398185 URL: https://svnweb.freebsd.org/changeset/ports/398185 Log: - over to novel@ Modified: head/deskutils/virt-manager/Makefile head/devel/libvirt-glib/Makefile head/devel/libvirt-java/Makefile head/devel/libvirt/Makefile head/devel/py-libvirt/Makefile head/devel/spice-protocol/Makefile head/net-mgmt/virt-viewer/Makefile Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/deskutils/virt-manager/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -7,7 +7,7 @@ CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/devel/libvirt-glib/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -6,7 +6,7 @@ PORTVERSION= 0.2.2 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Glib bindings for Libvirt virtualization API LICENSE= GPLv2 Modified: head/devel/libvirt-java/Makefile ============================================================================== --- head/devel/libvirt-java/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/devel/libvirt-java/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -8,7 +8,7 @@ CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Java bindings for Libvirt virtualization API LICENSE= MIT Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/devel/libvirt/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/devel/py-libvirt/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -9,7 +9,7 @@ MASTER_SITES= http://libvirt.org/sources PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Python bindings for Libvirt virtualization API LICENSE= GPLv2 Modified: head/devel/spice-protocol/Makefile ============================================================================== --- head/devel/spice-protocol/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/devel/spice-protocol/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -6,7 +6,7 @@ PORTVERSION= 0.12.9 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Simple Protocol for Independent Computing Environments LICENSE= BSD3CLAUSE Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Tue Sep 29 17:09:24 2015 (r398184) +++ head/net-mgmt/virt-viewer/Makefile Tue Sep 29 18:26:08 2015 (r398185) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= Provides a graphical viewer for a guest OS display LICENSE= GPLv2