From 360eb16b0f445aa4caaa2cb5f4972ee86d077370 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 15 Feb 2021 10:38:02 +0100 Subject: [PATCH] sysutils: revision bump --- sysutils/api-backup/Makefile | 1 + sysutils/apuled/Makefile | 1 + sysutils/boot-delay/Makefile | 1 + sysutils/dmidecode/Makefile | 1 + sysutils/git-backup/Makefile | 11 ++++++----- sysutils/hw-probe/Makefile | 1 + sysutils/lcdproc-sdeclcd/Makefile | 1 + sysutils/mail-backup/Makefile | 1 + sysutils/munin-node/Makefile | 1 + sysutils/node_exporter/Makefile | 1 + sysutils/nut/Makefile | 1 + sysutils/smart/Makefile | 2 +- sysutils/virtualbox/Makefile | 1 + sysutils/vmware/Makefile | 1 + sysutils/xen/Makefile | 1 + 15 files changed, 20 insertions(+), 6 deletions(-) diff --git a/sysutils/api-backup/Makefile b/sysutils/api-backup/Makefile index 418499d5e..d1a243984 100644 --- a/sysutils/api-backup/Makefile +++ b/sysutils/api-backup/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= api-backup PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Provide the functionality to download the config.xml PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/sysutils/apuled/Makefile b/sysutils/apuled/Makefile index 4ecabf721..7dc896fa7 100644 --- a/sysutils/apuled/Makefile +++ b/sysutils/apuled/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= apuled PLUGIN_VERSION= 0.2 +PLUGIN_REVISION= 1 PLUGIN_DEVEL= yes PLUGIN_COMMENT= PC Engine APU LED control PLUGIN_MAINTAINER= julio@cloudfence.com.br diff --git a/sysutils/boot-delay/Makefile b/sysutils/boot-delay/Makefile index be3331711..38582b59c 100644 --- a/sysutils/boot-delay/Makefile +++ b/sysutils/boot-delay/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= boot-delay PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Apply a persistent 10 second boot delay PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 55c0cc39e..428d1621a 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= dmidecode PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Display hardware information on the dashboard PLUGIN_DEPENDS= dmidecode PLUGIN_MAINTAINER= evbevz@gmail.com diff --git a/sysutils/git-backup/Makefile b/sysutils/git-backup/Makefile index 2948e1fb1..da33116f5 100644 --- a/sysutils/git-backup/Makefile +++ b/sysutils/git-backup/Makefile @@ -1,7 +1,8 @@ -PLUGIN_NAME= git-backup -PLUGIN_VERSION= 1.0 -PLUGIN_COMMENT= Track config changes using git -PLUGIN_DEPENDS= git -PLUGIN_MAINTAINER= ad@opnsense.org +PLUGIN_NAME= git-backup +PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 +PLUGIN_COMMENT= Track config changes using git +PLUGIN_DEPENDS= git +PLUGIN_MAINTAINER= ad@opnsense.org .include "../../Mk/plugins.mk" diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile index eaf0ab3b2..34b17c90b 100644 --- a/sysutils/hw-probe/Makefile +++ b/sysutils/hw-probe/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= hw-probe PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Collect hardware diagnostics PLUGIN_DEPENDS= hw-probe PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/sysutils/lcdproc-sdeclcd/Makefile b/sysutils/lcdproc-sdeclcd/Makefile index 94a4eabe5..a709853da 100644 --- a/sysutils/lcdproc-sdeclcd/Makefile +++ b/sysutils/lcdproc-sdeclcd/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= lcdproc-sdeclcd PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= LCDProc for SDEC LCD devices PLUGIN_DEPENDS= lcdproc PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/sysutils/mail-backup/Makefile b/sysutils/mail-backup/Makefile index 27fa1a4fa..fc3e7b560 100644 --- a/sysutils/mail-backup/Makefile +++ b/sysutils/mail-backup/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= mail-backup PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Send configuration file backup by e-mail PLUGIN_DEPENDS= gnupg phpmailer PLUGIN_MAINTAINER= machadovilaca@gmail.com diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 4540d03cc..9012e1040 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= munin-node PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Munin monitorin agent PLUGIN_DEPENDS= munin-node PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index a6cc24adb..025219420 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= node_exporter PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Prometheus exporter for machine metrics PLUGIN_DEPENDS= node_exporter PLUGIN_MAINTAINER= dharrigan@gmail.com diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 2262b7e18..52fe1c9c9 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= nut PLUGIN_VERSION= 1.7 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Network UPS Tools PLUGIN_DEPENDS= nut PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index 1f1005606..a02589a0b 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= smart PLUGIN_VERSION= 2.1 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= SMART tools PLUGIN_DEPENDS= smartmontools PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/virtualbox/Makefile b/sysutils/virtualbox/Makefile index 54bfb253e..19a947dbc 100644 --- a/sysutils/virtualbox/Makefile +++ b/sysutils/virtualbox/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= virtualbox PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= VirtualBox guest additions PLUGIN_DEPENDS= virtualbox-ose-additions-nox11 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/vmware/Makefile b/sysutils/vmware/Makefile index cc2eda97b..307d0f9bf 100644 --- a/sysutils/vmware/Makefile +++ b/sysutils/vmware/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= vmware PLUGIN_VERSION= 1.5 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= VMware tools PLUGIN_DEPENDS= open-vm-tools-nox11 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/sysutils/xen/Makefile b/sysutils/xen/Makefile index 8d7380355..a807b5b1c 100644 --- a/sysutils/xen/Makefile +++ b/sysutils/xen/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= xen PLUGIN_VERSION= 1.2 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Xen guest utilities PLUGIN_DEPENDS= xe-guest-utilities PLUGIN_MAINTAINER= franco@opnsense.org