Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 16:39:57 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470900 - head/sysutils/munin-node
Message-ID:  <201805261639.w4QGdvSY075772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat May 26 16:39:57 2018
New Revision: 470900
URL: https://svnweb.freebsd.org/changeset/ports/470900

Log:
  Fix munin-sched.
  
  PR:		228369
  Reported by:	Trond Endrestol ximalas info
  Sponsored by:	Absolight

Modified:
  head/sysutils/munin-node/Makefile   (contents, props changed)

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Sat May 26 16:10:59 2018	(r470899)
+++ head/sysutils/munin-node/Makefile	Sat May 26 16:39:57 2018	(r470900)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -20,6 +20,7 @@ RUN_DEPENDS=	p5-Cache-Cache>=0:devel/p5-Cache-Cache \
 		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
 		munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
 		p5-Net-Server>=0:net/p5-Net-Server \
+		p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
 		p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \
 		p5-libwww>=0:www/p5-libwww \
 		bash:shells/bash



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805261639.w4QGdvSY075772>