--- b/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= netdata -PORTVERSION= 1.23.1 +PORTVERSION= 1.24.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Scalable distributed realtime performance and health monitoring @@ -23,8 +24,6 @@ RUN_DEPENDS= bash:shells/bash \ USES= autoreconf cpe gmake pathfix pkgconfig:both python shebangfix \ ssl -USE_GITHUB= yes - SHEBANG_GLOB= * NETDATA_CACHE= /var/cache/${PORTNAME} @@ -106,6 +105,7 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/netdata.conf.sample ${STAGEDIR}${ETCDIR}/netdata.conf.sample + ${TOUCH} ${STAGEDIR}${ETCDIR}/.opt-out-from-anonymous-statistics ${MKDIR} ${STAGEDIR}${NETDATA_CACHE} ${MKDIR} ${STAGEDIR}${NETDATA_LOG} ${MKDIR} ${STAGEDIR}${NETDATA_PERST} --- b/net-mgmt/netdata/distinfo +++ b/net-mgmt/netdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593675079 -SHA256 (netdata-netdata-v1.23.1_GH0.tar.gz) = 25b63417ca4332a14360baa7f6ab5d0264edf7460b913d392f5982dc4ae535f1 -SIZE (netdata-netdata-v1.23.1_GH0.tar.gz) = 3819097 +TIMESTAMP = 1597262264 +SHA256 (netdata-v1.24.0.tar.gz) = e7d6691fdce893b5a341fc2ee11b3b4f951e7b426031fae4178e669066c264c0 +SIZE (netdata-v1.24.0.tar.gz) = 4390275 --- b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am +++ b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am @@ -1,10 +1,9 @@ ---- collectors/python.d.plugin/Makefile.am.orig 2020-02-21 01:50:30 UTC +--- collectors/python.d.plugin/Makefile.am.orig 2020-08-12 20:04:44 UTC +++ collectors/python.d.plugin/Makefile.am -@@ -142,109 +142,3 @@ dist_third_party_DATA = \ - python_modules/third_party/boinc_client.py \ - python_modules/third_party/monotonic.py \ +@@ -144,108 +144,3 @@ dist_third_party_DATA = \ + python_modules/third_party/filelock.py \ $(NULL) -- + -pythonyaml2dir=$(pythonmodulesdir)/pyyaml2 -dist_pythonyaml2_DATA = \ - python_modules/pyyaml2/__init__.py \ --- b/net-mgmt/netdata/pkg-plist +++ b/net-mgmt/netdata/pkg-plist @@ -1,3 +1,4 @@ +%%ETCDIR%%/.opt-out-from-anonymous-statistics %%ETCDIR%%/edit-config @sample(netdata,netdata,0640) lib/netdata/conf.d/apps_groups.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/aws_kinesis.conf.sample @@ -10,6 +11,7 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/opensips.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/sensors.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/ebpf.conf.sample +@sample(netdata,netdata,0640) lib/netdata/conf.d/ebpf_kernel_reject_list.txt @sample(netdata,netdata,0640) lib/netdata/conf.d/exporting.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/fping.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/adaptec_raid.conf.sample @@ -212,6 +214,7 @@ libexec/netdata/plugins.d/loopsleepms.sh.inc libexec/netdata/plugins.d/node.d.plugin libexec/netdata/plugins.d/python.d.plugin libexec/netdata/plugins.d/request.sh +libexec/netdata/plugins.d/reset_netdata_trace.sh libexec/netdata/plugins.d/system-info.sh libexec/netdata/plugins.d/tc-qos-helper.sh libexec/netdata/plugins.d/template_dim.sh @@ -280,6 +283,7 @@ libexec/netdata/python.d/python_modules/bases/loaders.py libexec/netdata/python.d/python_modules/bases/loggers.py libexec/netdata/python.d/python_modules/third_party/__init__.py libexec/netdata/python.d/python_modules/third_party/boinc_client.py +libexec/netdata/python.d/python_modules/third_party/filelock.py libexec/netdata/python.d/python_modules/third_party/lm_sensors.py libexec/netdata/python.d/python_modules/third_party/mcrcon.py libexec/netdata/python.d/python_modules/third_party/monotonic.py