Mon Nov 20 21:23:04 2023 UTC ()
Per discussion on tech-pkg@, bump PKGREVISION again. The pullup of the fixes
to the stable branch will give a package with the same PKGREVISION but with
an older python depend.


(bouyer)
diff -r1.28 -r1.29 pkgsrc/sysutils/xentools415/Makefile

cvs diff -r1.28 -r1.29 pkgsrc/sysutils/xentools415/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools415/Makefile 2023/11/15 15:59:36 1.28
+++ pkgsrc/sysutils/xentools415/Makefile 2023/11/20 21:23:03 1.29
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2023/11/15 15:59:36 bouyer Exp $ 1# $NetBSD: Makefile,v 1.29 2023/11/20 21:23:03 bouyer Exp $
2# 2#
3# VERSION is set in version.mk as it is shared with other packages 3# VERSION is set in version.mk as it is shared with other packages
4PKGREVISION= 2 4PKGREVISION= 3
5.include "version.mk" 5.include "version.mk"
6PKGNAME= xentools415-${VERSION} 6PKGNAME= xentools415-${VERSION}
7 7
8CATEGORIES= sysutils 8CATEGORIES= sysutils
9 9
10MAINTAINER= bouyer@NetBSD.org 10MAINTAINER= bouyer@NetBSD.org
11HOMEPAGE= https://xenproject.org/ 11HOMEPAGE= https://xenproject.org/
12COMMENT= Userland Tools for Xen 4.15.x 12COMMENT= Userland Tools for Xen 4.15.x
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15# XXX add version check: Xen requires dev86 >= 0.16.14 15# XXX add version check: Xen requires dev86 >= 0.16.14
16TOOL_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware 16TOOL_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware
17.if !exists(/usr/bin/iasl) 17.if !exists(/usr/bin/iasl)