Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 621B77A46A for ; Sun, 24 Jul 2016 20:56:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CEB0285E8B; Sun, 24 Jul 2016 20:56:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FAEA85E6B for ; Sun, 24 Jul 2016 20:56:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id y0zYTWDcIvAD for ; Sun, 24 Jul 2016 20:56:06 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B764385E11 for ; Sun, 24 Jul 2016 20:56:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EF2FFBB5; Sun, 24 Jul 2016 20:56:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146939376529380" MIME-Version: 1.0 Date: Sun, 24 Jul 2016 20:56:05 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/sysutils/libvirt To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20160724205605.8EF2FFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146939376529380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: agc Date: Sun Jul 24 20:56:05 UTC 2016 Modified Files: pkgsrc/sysutils/libvirt: Makefile Log Message: Give up maintaining libvirt - I haven't had any VMs which could take advantage of this for a long time, and I don't want anyone to think I'm looking after this. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/libvirt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146939376529380 Content-Disposition: inline Content-Length: 702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/libvirt/Makefile diff -u pkgsrc/sysutils/libvirt/Makefile:1.39 pkgsrc/sysutils/libvirt/Makefile:1.40 --- pkgsrc/sysutils/libvirt/Makefile:1.39 Sat Jul 9 13:04:06 2016 +++ pkgsrc/sysutils/libvirt/Makefile Sun Jul 24 20:56:05 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.39 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/07/24 20:56:05 agc Exp $ DISTNAME= libvirt-1.2.9 PKGREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ -MAINTAINER= agc@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libvirt.org/ COMMENT= Virtualisation toolkit for host operating systems LICENSE= gnu-lgpl-v2 --_----------=_146939376529380--