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:           Thu Oct 23 06:07:25 UTC 2025

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

Log Message:
collectd-xen: blindly switch this to xen 418

now that 415 has been removed


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/sysutils/collectd-xen/Makefile:1.3
--- pkgsrc/sysutils/collectd-xen/Makefile:1.2   Wed Jun 29 17:03:29 2022
+++ pkgsrc/sysutils/collectd-xen/Makefile       Thu Oct 23 06:07:25 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2022/06/29 17:03:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/23 06:07:25 wiz Exp $
 
 COLLECTD_PACKAGE=      xen
 COLLECTD_PLUGINS=      xencpu
 
 COMMENT=               Statistics collection daemon - xencpu plugin
 
-COLLECTD_XEN?= 415
+COLLECTD_XEN?= 418
 
 .include "../../sysutils/xentools${COLLECTD_XEN}/buildlink3.mk"
 COLLECTD_LIB.xenctrl=  ${BUILDLINK_PREFIX.xentools${COLLECTD_XEN}}



Home | Main Index | Thread Index | Old Index