View | Details | Raw Unified | Return to bug 248634
Collapse All | Expand All

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

Return to bug 248634