diff --git a/net/frr/Makefile b/net/frr/Makefile index 3cf4e3fd6..9bcb150a3 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= frr PLUGIN_VERSION= 1.3 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr3 ruby PLUGIN_CONFLICTS= quagga diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 62e2febe4..0c837d555 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.7 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy-devel PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 8627009f6..0fa834b23 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= quagga PLUGIN_VERSION= 1.4.4 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= End of life, superseded by FRR plugin PLUGIN_DEPENDS= quagga ruby PLUGIN_CONFLICTS= frr diff --git a/sysutils/lcdproc-sdeclcd/Makefile b/sysutils/lcdproc-sdeclcd/Makefile index 08fe1c565..94a4eabe5 100644 --- a/sysutils/lcdproc-sdeclcd/Makefile +++ b/sysutils/lcdproc-sdeclcd/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= lcdproc-sdeclcd -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= LCDProc for SDEC LCD devices PLUGIN_DEPENDS= lcdproc PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/sysutils/vmware/Makefile b/sysutils/vmware/Makefile index 960c43bf7..cc2eda97b 100644 --- a/sysutils/vmware/Makefile +++ b/sysutils/vmware/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= vmware -PLUGIN_VERSION= 1.4 +PLUGIN_VERSION= 1.5 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 6344f7995..8d7380355 100644 --- a/sysutils/xen/Makefile +++ b/sysutils/xen/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= xen -PLUGIN_VERSION= 1.1 +PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Xen guest utilities PLUGIN_DEPENDS= xe-guest-utilities PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 336e09699..46288e265 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= c-icap PLUGIN_VERSION= 1.5 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner PLUGIN_DEPENDS= c-icap c-icap-modules PLUGIN_MAINTAINER= m.muenz@gmail.com