svn commit: r458033 - head/net-mgmt/nagiosgraph

Ryan Steinmetz zi at FreeBSD.org
Thu Jan 4 15:13:34 UTC 2018


Author: zi
Date: Thu Jan  4 15:13:33 2018
New Revision: 458033
URL: https://svnweb.freebsd.org/changeset/ports/458033

Log:
  - Add missing dependency
  - Bump PORTREVISION

Modified:
  head/net-mgmt/nagiosgraph/Makefile

Modified: head/net-mgmt/nagiosgraph/Makefile
==============================================================================
--- head/net-mgmt/nagiosgraph/Makefile	Thu Jan  4 15:11:28 2018	(r458032)
+++ head/net-mgmt/nagiosgraph/Makefile	Thu Jan  4 15:13:33 2018	(r458033)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagiosgraph
 PORTVERSION=	1.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF
 
@@ -12,7 +12,8 @@ COMMENT=	Generate rrdtool graphs using performance dat
 
 LICENSE=	ART20
 
-RUN_DEPENDS=	rrdtool>=0:databases/rrdtool
+RUN_DEPENDS=	rrdtool>=0:databases/rrdtool \
+		p5-CGI>=0:www/p5-CGI
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_SINGLE=		NAGIOS


More information about the svn-ports-all mailing list