Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 12:09:46 +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: r530212 - head/sysutils/munin-node
Message-ID:  <202004011209.031C9kY2058206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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