From ff935d691d2f3b194d9082b192d5c6fc2ffee205 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 15 Feb 2021 10:39:22 +0100 Subject: [PATCH] benchmarks|databases|devel: revision bump --- benchmarks/iperf/Makefile | 1 + databases/redis/Makefile | 1 + devel/debug/Makefile | 1 + devel/grid_example/Makefile | 1 + devel/helloworld/Makefile | 1 + 5 files changed, 5 insertions(+) diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index e32555da3..4c7243069 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= iperf PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Connection speed tester PLUGIN_DEPENDS= iperf3 ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 35faf0478..c63351820 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= redis PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Redis DB PLUGIN_DEPENDS= redis PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/devel/debug/Makefile b/devel/debug/Makefile index 1f821dd59..13fe7f3d9 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= debug PLUGIN_VERSION= 1.3 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ diff --git a/devel/grid_example/Makefile b/devel/grid_example/Makefile index dfc4cf776..3b7bda5db 100644 --- a/devel/grid_example/Makefile +++ b/devel/grid_example/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= grid_example PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= A sample framework application PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/devel/helloworld/Makefile b/devel/helloworld/Makefile index de639c35d..bf22cc416 100644 --- a/devel/helloworld/Makefile +++ b/devel/helloworld/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= helloworld PLUGIN_VERSION= 1.3 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= A sample framework application PLUGIN_MAINTAINER= ad@opnsense.org