pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd-xen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 29 17:03:29 UTC 2022

Modified Files:
        pkgsrc/sysutils/collectd-xen: Makefile

Log Message:
collectd-xen: blindly switch to xentools415 since xentools411 has been removed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/collectd-xen/Makefile

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

Modified files:

Index: pkgsrc/sysutils/collectd-xen/Makefile
diff -u pkgsrc/sysutils/collectd-xen/Makefile:1.1 pkgsrc/sysutils/collectd-xen/Makefile:1.2
--- pkgsrc/sysutils/collectd-xen/Makefile:1.1   Sat Oct 24 22:39:48 2020
+++ pkgsrc/sysutils/collectd-xen/Makefile       Wed Jun 29 17:03:29 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2020/10/24 22:39:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/06/29 17:03:29 wiz Exp $
 
 COLLECTD_PACKAGE=      xen
 COLLECTD_PLUGINS=      xencpu
 
 COMMENT=               Statistics collection daemon - xencpu plugin
 
-COLLECTD_XEN?= 411
+COLLECTD_XEN?= 415
 
 .include "../../sysutils/xentools${COLLECTD_XEN}/buildlink3.mk"
 COLLECTD_LIB.xenctrl=  ${BUILDLINK_PREFIX.xentools${COLLECTD_XEN}}



Home | Main Index | Thread Index | Old Index