diff options
author | mat <mat@FreeBSD.org> | 2018-05-27 00:39:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-27 00:39:57 +0800 |
commit | 07b43306b4082d00bdb6b04bb44048506ed4cb89 (patch) | |
tree | 1ec7d1d0c452261491398912838bce2486a27210 | |
parent | bda9296ef9505bec704eccdff95eeccf5025f364 (diff) | |
download | freebsd-ports-graphics-07b43306b4082d00bdb6b04bb44048506ed4cb89.tar.gz freebsd-ports-graphics-07b43306b4082d00bdb6b04bb44048506ed4cb89.tar.zst freebsd-ports-graphics-07b43306b4082d00bdb6b04bb44048506ed4cb89.zip |
Fix munin-sched.
PR: 228369
Reported by: Trond Endrestol ximalas info
Sponsored by: Absolight
-rw-r--r-- | sysutils/munin-node/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 676ffd03fe6..c98f982af3b 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -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 |