From 3cb3b2108165508225628eb3d214de873cbfd012 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 26 Sep 2018 08:19:07 +0200 Subject: [PATCH] net/ntopng: version 1.0, no direct redis dep (cherry picked from commit 9cfa3eafb2d95a16e0e339f10b84b56d462e6ef9) --- net/ntopng/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 5e0a3732a..f91a209c6 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= ntopng -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Traffic Analysis and Flow Collection -PLUGIN_DEPENDS= ntopng redis +PLUGIN_DEPENDS= ntopng PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"