From owner-svn-ports-all@freebsd.org Thu Jan 4 15:13:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 941D1EBBAAC; Thu, 4 Jan 2018 15:13:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ED1A6DFD4; Thu, 4 Jan 2018 15:13:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w04FDXhK025329; Thu, 4 Jan 2018 15:13:33 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04FDXCr025328; Thu, 4 Jan 2018 15:13:33 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201801041513.w04FDXCr025328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 4 Jan 2018 15:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458033 - head/net-mgmt/nagiosgraph X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net-mgmt/nagiosgraph X-SVN-Commit-Revision: 458033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 15:13:34 -0000 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