From a83d6c35f21ab3c4d3a5d3bbbf6c3fb19763f66a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 8 Aug 2017 18:18:53 +0200 Subject: [PATCH] net-mgmt/collectd: unlock release version 1.0 Requested by: @mimugmail --- net-mgmt/collectd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 975b33e12..4f70be1e8 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= collectd -PLUGIN_VERSION= 0.3 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Collect system and application performance metrics periodically PLUGIN_DEPENDS= collectd5 PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"