Received: by mail.netbsd.org (Postfix, from userid 605) id A921684E57; Tue, 26 May 2020 11:13:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30D7184E2B for ; Tue, 26 May 2020 11:13:44 +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 IWBdKo9lfXmN for ; Tue, 26 May 2020 11:13:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E94D84D67 for ; Tue, 26 May 2020 11:13:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C3D5FB27; Tue, 26 May 2020 11:13:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590491623219660" MIME-Version: 1.0 Date: Tue, 26 May 2020 11:13:43 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20200526111343.8C3D5FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590491623219660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Tue May 26 11:13:43 UTC 2020 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add xenkernel413 and xentools413 To generate a diff of this commit: cvs rdiff -u -r1.879 -r1.880 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590491623219660 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.879 pkgsrc/sysutils/Makefile:1.880 --- pkgsrc/sysutils/Makefile:1.879 Sat May 23 09:07:34 2020 +++ pkgsrc/sysutils/Makefile Tue May 26 11:13:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.879 2020/05/23 09:07:34 adam Exp $ +# $NetBSD: Makefile,v 1.880 2020/05/26 11:13:43 bouyer Exp $ # COMMENT= System utilities @@ -766,12 +766,14 @@ SUBDIR+= xcdroast SUBDIR+= xdu SUBDIR+= xe-guest-utilities SUBDIR+= xenkernel411 +SUBDIR+= xenkernel413 SUBDIR+= xenkernel42 SUBDIR+= xenkernel45 SUBDIR+= xenkernel46 SUBDIR+= xenkernel48 SUBDIR+= xenstoretools SUBDIR+= xentools411 +SUBDIR+= xentools413 SUBDIR+= xentools42 SUBDIR+= xentools45 SUBDIR+= xentools46 --_----------=_1590491623219660--