From bdd9ccb2b5991489a41433bebbe571c2c18162f4 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 23 Sep 2020 11:56:36 +0200 Subject: [PATCH] net/chrony: release 1.0 --- README.md | 2 +- net/chrony/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c2f50504..1615e0cb7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ net-mgmt/telegraf -- Agent for collecting metrics and data net-mgmt/zabbix-agent -- Zabbix monitoring agent net-mgmt/zabbix4-proxy -- Zabbix Proxy enables decentralized monitoring net-mgmt/zabbix5-proxy -- Zabbix Proxy enables decentralized monitoring -net/chrony -- Chrony time synchronisation (development only) +net/chrony -- Chrony time synchronisation net/firewall -- Firewall API supplemental package net/freeradius -- RADIUS Authentication, Authorization and Accounting Server net/frr -- The FRRouting Protocol Suite diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 2ca167d2e..39c87599f 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= chrony -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Chrony time synchronisation PLUGIN_DEPENDS= chrony PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"