Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154779817
D22045.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D22045.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= netdata
-PORTVERSION= 1.17.1
+PORTVERSION= 1.18.1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@@ -12,7 +12,6 @@
LICENSE= GPLv3
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
-
RUN_DEPENDS= bash:shells/bash \
curl:ftp/curl
@@ -19,7 +18,6 @@
USES= autoreconf cpe pathfix pkgconfig:both python shebangfix ssl
USE_GITHUB= yes
-GH_ACCOUNT= firehol
SHEBANG_GLOB= *
Index: distinfo
===================================================================
--- distinfo
+++ distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568896571
-SHA256 (firehol-netdata-v1.17.1_GH0.tar.gz) = 032f9001e2b7f774989a200519feeafa3a4d9b7c9e8fb0cfa43e68a8da6ad1bf
-SIZE (firehol-netdata-v1.17.1_GH0.tar.gz) = 3332115
+TIMESTAMP = 1571480457
+SHA256 (netdata-netdata-v1.18.1_GH0.tar.gz) = c788ec01f5228768cbf5032324e041defbac3aaa57a074b98038444fc46ba2d4
+SIZE (netdata-netdata-v1.18.1_GH0.tar.gz) = 3413907
Index: files/patch-collectors_python.d.plugin_python.d.plugin.in
===================================================================
--- files/patch-collectors_python.d.plugin_python.d.plugin.in
+++ files/patch-collectors_python.d.plugin_python.d.plugin.in
@@ -1,9 +1,10 @@
---- collectors/python.d.plugin/python.d.plugin.in.orig 2019-05-27 21:36:18 UTC
+--- collectors/python.d.plugin/python.d.plugin.in.orig 2019-10-15 22:38:23 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,6 @@
#!/usr/local/bin/bash
'''':;
--exec "$(command -v python || command -v python3 || command -v python2 ||
-+exec "$(command -v python || command -v python3.6 || command -v python2.7 ||
- echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
-
+-pybinary=$(which python || which python3 || which python2)
++pybinary=$(which python || which python3 || which python2 || which python2.7 || which python 3.6)
+ filtered=()
+ for arg in "$@"
+ do
Index: pkg-descr
===================================================================
--- pkg-descr
+++ pkg-descr
@@ -7,4 +7,4 @@
It will use some spare CPU cycles, usually just 1-3% of a single core,
the RAM you want it have, and no disk I/O at all, apart its logging.
-WWW: https://github.com/firehol/netdata
+WWW: https://github.com/netdata/netdata
Index: pkg-plist
===================================================================
--- pkg-plist
+++ pkg-plist
@@ -171,6 +171,13 @@
@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/web_log.conf.sample
@sample(netdata,netdata,0640) lib/netdata/conf.d/statsd.d/example.conf.sample
@sample(netdata,netdata,0640) lib/netdata/conf.d/stream.conf.sample
+@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/gearman.conf.sample
+@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/hdfs.conf.sample
+@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/vcsa.conf.sample
+@sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/zookeeper.conf.sample
+@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/gearman.conf.sample
+libexec/netdata/plugins.d/template_dim.sh
+libexec/netdata/python.d/gearman.chart.py
libexec/netdata/charts.d/ap.chart.sh
libexec/netdata/charts.d/apache.chart.sh
libexec/netdata/charts.d/apcupsd.chart.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 10:29 AM (5 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32389155
Default Alt Text
D22045.diff (3 KB)
Attached To
Mode
D22045: net-mgmt/netdata: upgrade to 1.18.1
Attached
Detach File
Event Timeline
Log In to Comment