Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 15:34:10 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317820 - in head/sysutils/munin-node: . files
Message-ID:  <201305101534.r4AFYAGI032595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Fri May 10 15:34:10 2013
New Revision: 317820
URL: http://svnweb.freebsd.org/changeset/ports/317820

Log:
  - prevent warnings about command_interpreter after r317610 (shebangfix
    conversion)
  - add missing dependency to make cidr_allow/cidr_deny work in
    munin-node.conf

Modified:
  head/sysutils/munin-node/Makefile
  head/sysutils/munin-node/files/munin-node.in

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Fri May 10 14:49:42 2013	(r317819)
+++ head/sysutils/munin-node/Makefile	Fri May 10 15:34:10 2013	(r317820)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -22,6 +22,7 @@ RUN_DEPENDS=	p5-Cache-Cache>=0:${PORTSDI
 		munin-common>=0:${PORTSDIR}/sysutils/munin-common \
 		p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
 		p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
+		p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \
 		bash:${PORTSDIR}/shells/bash
 
 DISTINFO_FILE=	${MUNIN_DISTINFO}

Modified: head/sysutils/munin-node/files/munin-node.in
==============================================================================
--- head/sysutils/munin-node/files/munin-node.in	Fri May 10 14:49:42 2013	(r317819)
+++ head/sysutils/munin-node/files/munin-node.in	Fri May 10 15:34:10 2013	(r317820)
@@ -24,7 +24,7 @@ load_rc_config $name
 : ${munin_node_config="%%PREFIX%%/etc/munin/munin-node.conf"}
 
 command="%%PREFIX%%/sbin/munin-node"
-command_interpreter="/usr/bin/perl"
+command_interpreter="%%PREFIX%%/bin/perl"
 start_precmd=find_pidfile
 status_precmd=find_pidfile
 stop_precmd=find_pidfile



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