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

Mathieu Arnold mat at FreeBSD.org
Wed Apr 1 12:09:55 UTC 2020


Author: mat
Date: Wed Apr  1 12:09:45 2020
New Revision: 530212
URL: https://svnweb.freebsd.org/changeset/ports/530212

Log:
  Add missing depend.

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

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Wed Apr  1 12:05:54 2020	(r530211)
+++ head/sysutils/munin-node/Makefile	Wed Apr  1 12:09:45 2020	(r530212)
@@ -3,6 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -12,11 +13,13 @@ COMMENT=	Node-specific part of Munin
 
 BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build \
 		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
+		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
 		munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
 		p5-Net-Server>=0:net/p5-Net-Server \
 		bash:shells/bash
 RUN_DEPENDS=	p5-Cache-Cache>=0:devel/p5-Cache-Cache \
 		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
+		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
 		munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
 		p5-Net-Server>=0:net/p5-Net-Server \
 		p5-List-MoreUtils>0:lang/p5-List-MoreUtils \


More information about the svn-ports-all mailing list