pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   gson
Date:           Sat Nov  7 11:11:24 UTC 2020

Modified Files:
        pkgsrc/misc/py-anita: options.mk

Log Message:
misc/py-anita: update Xen reference

In options.mk, there was a reference to Xen 4.2 which is no longer in pkgsrc.
Update it to 4.13.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/py-anita/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-anita/options.mk
diff -u pkgsrc/misc/py-anita/options.mk:1.10 pkgsrc/misc/py-anita/options.mk:1.11
--- pkgsrc/misc/py-anita/options.mk:1.10        Sun Nov  3 17:04:26 2019
+++ pkgsrc/misc/py-anita/options.mk     Sat Nov  7 11:11:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2019/11/03 17:04:26 rillig Exp $
+# $NetBSD: options.mk,v 1.11 2020/11/07 11:11:24 gson Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.py-anita
 PKG_SUPPORTED_OPTIONS=         xen
@@ -25,6 +25,6 @@ DEPENDS+=     qemu>=1.0:../../emulators/qemu
 .endif
 
 .if !empty(PKG_OPTIONS:Mxen)
-DEPENDS+=      xenkernel42>=4.2:../../sysutils/xenkernel42
-DEPENDS+=      xentools42>=4.2:../../sysutils/xentools42
+DEPENDS+=      xenkernel413>=4.2:../../sysutils/xenkernel413
+DEPENDS+=      xentools413>=4.2:../../sysutils/xentools413
 .endif



Home | Main Index | Thread Index | Old Index