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 B91CB7A0F8 for ; Thu, 5 Jan 2017 08:38:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6520985623; Thu, 5 Jan 2017 08:38:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAF25855A7 for ; Thu, 5 Jan 2017 08:38:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M9gWqfx3K-uD for ; Thu, 5 Jan 2017 08:38:40 +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 55F3684C86 for ; Thu, 5 Jan 2017 08:38:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C899FBA6; Thu, 5 Jan 2017 08:38:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483605520227980" MIME-Version: 1.0 Date: Thu, 5 Jan 2017 08:38:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/xenstoretools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170105083840.4C899FBA6@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. --_----------=_1483605520227980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 5 08:38:40 UTC 2017 Modified Files: pkgsrc/sysutils/xenstoretools: Makefile Removed Files: pkgsrc/sysutils/xenstoretools: distinfo Log Message: Remove unused distinfo file. Add category to relative paths like usual. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/xenstoretools/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/xenstoretools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483605520227980 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xenstoretools/Makefile diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.8 pkgsrc/sysutils/xenstoretools/Makefile:1.9 --- pkgsrc/sysutils/xenstoretools/Makefile:1.8 Thu Jan 5 08:34:37 2017 +++ pkgsrc/sysutils/xenstoretools/Makefile Thu Jan 5 08:38:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/05 08:34:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/01/05 08:38:40 wiz Exp $ # # VERSION is set in xentool46/version.mk @@ -18,8 +18,8 @@ HOMEPAGE= http://xen.org/ COMMENT= Xenstore Tools for Xen 4.6.x LICENSE= gnu-gpl-v2 -DISTINFO_FILE= ${.CURDIR}/../xentools46/distinfo -PATCHDIR= ${.CURDIR}/../xentools46/patches +DISTINFO_FILE= ${.CURDIR}/../../sysutils/xentools46/distinfo +PATCHDIR= ${.CURDIR}/../../sysutils/xentools46/patches BUILD_DIRS= xenstore BUILD_TARGET= clients INSTALL_DIRS= xenstore --_----------=_1483605520227980--