From 00dceaac9d059806b6ec94d833640e093da58bba Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 10 Dec 2018 19:15:05 +0100 Subject: [PATCH] net/ftp-proxy: bump revision after change --- net/ftp-proxy/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net/ftp-proxy/Makefile b/net/ftp-proxy/Makefile index a0cb6ed0d..16ecb56a0 100644 --- a/net/ftp-proxy/Makefile +++ b/net/ftp-proxy/Makefile @@ -1,6 +1,7 @@ -PLUGIN_NAME= ftp-proxy -PLUGIN_VERSION= 1.0 -PLUGIN_COMMENT= Control ftp-proxy processes -PLUGIN_MAINTAINER= frank.brendel@eurolog.com +PLUGIN_NAME= ftp-proxy +PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 +PLUGIN_COMMENT= Control ftp-proxy processes +PLUGIN_MAINTAINER= frank.brendel@eurolog.com .include "../../Mk/plugins.mk"