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

Mathieu Arnold mat at FreeBSD.org
Tue Jun 11 12:18:30 UTC 2019


Author: mat
Date: Tue Jun 11 12:18:29 2019
New Revision: 503954
URL: https://svnweb.freebsd.org/changeset/ports/503954

Log:
  Add missing Perl module for the ntp_ plugin.
  
  PR:		237983
  Submitted by:	John W. O'Brien

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

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Tue Jun 11 11:19:50 2019	(r503953)
+++ head/sysutils/munin-node/Makefile	Tue Jun 11 12:18:29 2019	(r503954)
@@ -3,6 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -47,6 +48,7 @@ SNMP_BUILD_DEPENDS=	p5-Net-SNMP>=0:net-mgmt/p5-Net-SNM
 SNMP_RUN_DEPENDS=	p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP
 PERL_RUN_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg \
 		p5-Net-DNS>=0:dns/p5-Net-DNS \
+		p5-Net-IP>=0:net-mgmt/p5-Net-IP \
 		p5-XML-Parser>=0:textproc/p5-XML-Parser \
 		p5-XML-LibXML>=0:textproc/p5-XML-LibXML
 PYTHON_USES=	python


More information about the svn-ports-all mailing list