Index: net-mgmt/netdata/Makefile =================================================================== --- net-mgmt/netdata/Makefile +++ net-mgmt/netdata/Makefile @@ -3,6 +3,7 @@ PORTNAME= netdata PORTVERSION= 1.19.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt Index: net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in =================================================================== --- net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in +++ net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in @@ -1,10 +1,10 @@ ---- collectors/python.d.plugin/python.d.plugin.in.orig 2019-10-10 13:13:19 UTC -+++ collectors/python.d.plugin/python.d.plugin.in +--- collectors/python.d.plugin/python.d.plugin.in.orig 2019-11-27 23:50:42.012766312 +0100 ++++ collectors/python.d.plugin/python.d.plugin.in 2019-12-23 11:04:38.228285000 +0100 @@ -1,6 +1,6 @@ - #!/usr/local/bin/bash + #!/usr/bin/env bash '''':; -pybinary=$(which python || which python3 || which python2) -+pybinary=$(which python || which python3.6 || which python2.7) ++pybinary=$(which python || which python3.8 || which python3.7 || which python3.6 || which python2.7) filtered=() for arg in "$@" do