105 Commits

Author SHA1 Message Date
kirby
cd93cf4387 Fix cpu plugin after kern.clockrate sysctl change.
From Olivier Cherrier, thanks!
2021-03-18 07:47:21 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kirby
fc8fecf9a5 update to munin-2.0.67 2021-02-23 15:16:14 +00:00
kirby
e304680e90 Bugfix update to munin-2.0.66 2021-01-10 19:51:38 +00:00
jeremy
06ac160d22 Bump related ports after default Ruby version switch
OK gkoehler@
2020-11-17 03:19:36 +00:00
kirby
02488fa346 update to munin-2.0.65 2020-11-03 08:17:58 +00:00
bluhm
79ad70b481 Update dependencies after renaming p5-Net_SSLeay to p5-Net-SSLeay. 2020-09-14 13:38:58 +00:00
kirby
8b8c0f106d update to munin-2.0.64 2020-07-19 11:04:36 +00:00
kirby
6efd154454 update to munin-2.0.63 2020-06-08 12:11:40 +00:00
kirby
96db7d3507 Oops. Upstream re-rolled distfile. Noticed by aja@, thanks!
Sitch to newer release which i missed while ports tree was locked.
2020-05-15 05:47:14 +00:00
kirby
b4324184d8 update to munin-2.0.60 2020-05-14 17:59:54 +00:00
kirby
5c03a93991 update to munin-2.0.59 2020-03-29 10:22:17 +00:00
kirby
e68671ce9a update to munin-2.0.57 2020-03-17 10:50:13 +00:00
kirby
e699625b13 update to munin-2.0.56 2020-02-16 08:16:43 +00:00
kirby
e064937f4f update to munin-2.0.54.
munin-get needs more love so it was disabled.
2020-02-02 11:16:53 +00:00
kirby
bd624c9da3 update to munin-2.0.51 2019-10-21 14:54:39 +00:00
kirby
a003c31e1c update to munin-2.0.50 2019-10-21 06:35:16 +00:00
kirby
3b5fae13d1 - substitute MODPY_BIN in plugins
- use https in README-main
2019-10-19 16:06:38 +00:00
kirby
7a6b061ef7 enable TLS
requested by dhill@
2019-08-15 08:18:02 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
kirby
faa843a434 update to munin-2.0.49 2019-05-10 12:45:30 +00:00
kirby
17cea9b1f8 update to munin-2.0.47 2019-03-05 15:33:45 +00:00
kirby
b4e590fe31 update to munin-2.0.45 2019-02-08 12:51:12 +00:00
naddy
d413710c4d no longer BROKEN; the gmake bug has been fixed 2019-01-05 22:20:18 +00:00
sthen
07cea6685f mark BROKEN-i386, gmake segfaults 2019-01-04 22:00:40 +00:00
kirby
8b1313fab1 update to munin-2.0.44 2018-12-23 15:05:07 +00:00
kirby
31ab727bc5 update to munin-2.0.43 2018-11-20 09:13:37 +00:00
florian
f12a8846cd munin-node needs net/p5-IO-Socket-INET6 to talk IPv6.
Prompted by a question from Alarig Le Lay (alarig AT
swordarmor.fr) on misc
OK phessler, kirby
2018-11-10 03:28:46 +00:00
kirby
509d34b179 update to munin-2.0.42 2018-09-23 13:47:59 +00:00
kirby
ffbbd7b3cb fix cpu plugin. original diff from solene@ to munin-3-beta branch,
minor tweaks and backporting by me.
2018-09-11 12:36:31 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
kirby
39d74073d7 update to munin-2.0.40 2018-08-17 04:35:37 +00:00
kirby
7c5dabbb7c update to munin-2.0.39 2018-07-26 19:17:44 +00:00
kirby
d7ee32afcc update to munin-2.0.38 2018-07-01 15:02:36 +00:00
kirby
754a725afb fix RDEP for munin-sched.
Reported by julien () dhaille dot com, thanks!
2018-06-14 14:17:30 +00:00
florian
7dc309ee45 Fix various plugins:
- syntax error in if_ which prevented it from running
- use correct columns in if_ and if_errcol from netstat -I output if
"Address" column is present or not
- 3rd column of vmstat is not "processes waiting for page-in" so
just drop it

Input & OK kirby
2018-05-15 05:48:32 +00:00
kirby
a69b04e734 update to munin-2.0.37 2018-04-01 08:21:01 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
kirby
c3dbc34527 bugfix update to munin-2.0.34 2017-10-23 07:44:31 +00:00
kirby
a0cabc6156 Fix runtime with broken or empty .storable files.
Backport from upstream.
2017-10-17 04:12:58 +00:00
kirby
96e048b6fa Backport swap usage stats to the memory plugin.
From Frank Groeneveld frankf at rankgroeneveld dot nl, thanks!
2017-10-11 19:40:42 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
ajacoutot
f9406f8469 Same for share/examples/munin/ which I missed in previous. 2017-05-16 08:48:56 +00:00
ajacoutot
b2b5d1602b /usr/local/libexec/munin/ should be owned by -main, not -server so that it
is properly removed at pkg_delete time.
2017-05-16 08:47:22 +00:00
kirby
f0a6905d86 Bugfix update to munin-2.0.33 2017-03-06 07:33:29 +00:00
kirby
bb5b46dad4 bug fix update to munin-2.0.30 2017-01-20 09:17:59 +00:00
kirby
7873116eae Bugfix update to munin-2.0.29 2017-01-06 11:57:19 +00:00
kirby
ab5cc42413 bugfix update to munin-2.0.28 2016-12-07 08:38:53 +00:00