svn commit: r470900 - head/sysutils/munin-node

Mathieu Arnold mat at FreeBSD.org
Sat May 26 16:39:58 UTC 2018


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


More information about the svn-ports-all mailing list