From owner-svn-ports-head@freebsd.org Thu Aug 13 04:14:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AFE03B6A2D; Thu, 13 Aug 2020 04:14:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BRtVp70Vgz3YWC; Thu, 13 Aug 2020 04:14:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1715177A7; Thu, 13 Aug 2020 04:14:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07D4EA8K032280; Thu, 13 Aug 2020 04:14:10 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07D4EAfg032276; Thu, 13 Aug 2020 04:14:10 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202008130414.07D4EAfg032276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 13 Aug 2020 04:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544783 - in head/net-mgmt/netdata: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/net-mgmt/netdata: . files X-SVN-Commit-Revision: 544783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 04:14:11 -0000 Author: lwhsu Date: Thu Aug 13 04:14:09 2020 New Revision: 544783 URL: https://svnweb.freebsd.org/changeset/ports/544783 Log: net-mgmt/netdata: Update to 1.24.0 PR: 248634 Submitted by: daniel.engberg.lists@pyret.net Modified: head/net-mgmt/netdata/Makefile head/net-mgmt/netdata/distinfo head/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am head/net-mgmt/netdata/pkg-plist Modified: head/net-mgmt/netdata/Makefile ============================================================================== --- head/net-mgmt/netdata/Makefile Thu Aug 13 03:45:15 2020 (r544782) +++ head/net-mgmt/netdata/Makefile Thu Aug 13 04:14:09 2020 (r544783) @@ -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} Modified: head/net-mgmt/netdata/distinfo ============================================================================== --- head/net-mgmt/netdata/distinfo Thu Aug 13 03:45:15 2020 (r544782) +++ head/net-mgmt/netdata/distinfo Thu Aug 13 04:14:09 2020 (r544783) @@ -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 Modified: head/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am ============================================================================== --- head/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am Thu Aug 13 03:45:15 2020 (r544782) +++ head/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am Thu Aug 13 04:14:09 2020 (r544783) @@ -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 \ Modified: head/net-mgmt/netdata/pkg-plist ============================================================================== --- head/net-mgmt/netdata/pkg-plist Thu Aug 13 03:45:15 2020 (r544782) +++ head/net-mgmt/netdata/pkg-plist Thu Aug 13 04:14:09 2020 (r544783) @@ -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. 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