From 22bf5111e306f04ffaa0ba8ecc38dce569b7b575 Mon Sep 17 00:00:00 2001 From: David Harrigan Date: Fri, 28 Jul 2017 22:19:43 +0100 Subject: [PATCH] net/zerotier: Update tag line and bump version. --- README.md | 2 +- net/zerotier/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95d481ca1..7a367cebd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ net/quagga -- Quagga Routing Suite net/relayd -- Relayd Load Balancer net/upnp -- Universal Plug and Play Service net/wol -- Wake on LAN Service -net/zerotier -- Network virtualization everywhere +net/zerotier -- Virtual Networks That Just Work net-mgmt/collectd -- Collect system and application performance metrics periodically net-mgmt/snmp -- SNMP Server via bsnmpd net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 733502c75..f1aeb29e2 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= zerotier -PLUGIN_VERSION= 0.1.1 -PLUGIN_COMMENT= Network virtualization everywhere +PLUGIN_VERSION= 0.1.2 +PLUGIN_COMMENT= Virtual Networks That Just Work PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com