Received: by mail.netbsd.org (Postfix, from userid 605) id AACD884EDB; Thu, 23 Jun 2022 16:18:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E51F584D41 for ; Thu, 23 Jun 2022 16:18:04 +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 xm_89a8fJ1cD for ; Thu, 23 Jun 2022 16:18:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AFB684CD9 for ; Thu, 23 Jun 2022 16:18:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F1F2FB1A; Thu, 23 Jun 2022 16:20:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656001205157290" MIME-Version: 1.0 Date: Thu, 23 Jun 2022 16:20:05 +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: <20220623162005.8F1F2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656001205157290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Thu Jun 23 16:20:05 UTC 2022 Modified Files: pkgsrc/sysutils/xenkernel411: Makefile pkgsrc/sysutils/xentools411: Makefile Log Message: Bump PKGREVISION for DESCR change To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/xenkernel411/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/xentools411/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656001205157290 Content-Disposition: inline Content-Length: 1188 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xenkernel411/Makefile diff -u pkgsrc/sysutils/xenkernel411/Makefile:1.20 pkgsrc/sysutils/xenkernel411/Makefile:1.21 --- pkgsrc/sysutils/xenkernel411/Makefile:1.20 Thu Feb 4 11:41:38 2021 +++ pkgsrc/sysutils/xenkernel411/Makefile Thu Jun 23 16:20:05 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2021/02/04 11:41:38 bouyer Exp $ +# $NetBSD: Makefile,v 1.21 2022/06/23 16:20:05 bouyer Exp $ VERSION= 4.11.4 #keep >= 1 if we have security patches -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= xen-${VERSION} PKGNAME= xenkernel411-${VERSION} CATEGORIES= sysutils Index: pkgsrc/sysutils/xentools411/Makefile diff -u pkgsrc/sysutils/xentools411/Makefile:1.33 pkgsrc/sysutils/xentools411/Makefile:1.34 --- pkgsrc/sysutils/xentools411/Makefile:1.33 Fri May 13 15:53:08 2022 +++ pkgsrc/sysutils/xentools411/Makefile Thu Jun 23 16:20:05 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2022/05/13 15:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2022/06/23 16:20:05 bouyer Exp $ # # VERSION is set in version.mk as it is shared with other packages -PKGREVISION= 8 +PKGREVISION= 9 .include "version.mk" DIST_IPXE= ipxe-git-${VERSION_IPXE}.tar.gz --_----------=_1656001205157290--