From owner-svn-ports-all@freebsd.org Tue Aug 23 15:02:38 2016 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 7E89BBC33D2; Tue, 23 Aug 2016 15:02:38 +0000 (UTC) (envelope-from mat@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 3200E1F1C; Tue, 23 Aug 2016 15:02:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7NF2bWw024298; Tue, 23 Aug 2016 15:02:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7NF2bpa024279; Tue, 23 Aug 2016 15:02:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201608231502.u7NF2bpa024279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 23 Aug 2016 15:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420690 - branches/2016Q3/net-mgmt/nagios4 X-SVN-Group: ports-branches 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.22 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: Tue, 23 Aug 2016 15:02:38 -0000 Author: mat Date: Tue Aug 23 15:02:37 2016 New Revision: 420690 URL: https://svnweb.freebsd.org/changeset/ports/420690 Log: MFH: r420689 Make stage-qa happy, and make sure the files are in the right group. Sponsored by: Absolight Modified: branches/2016Q3/net-mgmt/nagios4/Makefile branches/2016Q3/net-mgmt/nagios4/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net-mgmt/nagios4/Makefile ============================================================================== --- branches/2016Q3/net-mgmt/nagios4/Makefile Tue Aug 23 15:01:03 2016 (r420689) +++ branches/2016Q3/net-mgmt/nagios4/Makefile Tue Aug 23 15:02:37 2016 (r420690) @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.1.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} @@ -17,9 +17,10 @@ LICENSE= GPLv2 BROKEN_powerpc64= Does not build LIB_DEPENDS= libltdl.so:devel/libltdl \ + libpng16.so:graphics/png \ libgd.so:graphics/gd -USES= cpe gmake perl5 +USES= cpe gmake jpeg perl5 USE_PERL5= build USE_PHP= xml USE_RC_SUBR= nagios Modified: branches/2016Q3/net-mgmt/nagios4/pkg-plist ============================================================================== --- branches/2016Q3/net-mgmt/nagios4/pkg-plist Tue Aug 23 15:01:03 2016 (r420689) +++ branches/2016Q3/net-mgmt/nagios4/pkg-plist Tue Aug 23 15:02:37 2016 (r420690) @@ -1,16 +1,16 @@ @(,%%NAGIOSGROUP%%,755) bin/nagios @(,%%NAGIOSGROUP%%,755) bin/nagiostats %%ETCDIR%%/cgi.cfg-sample -%%ETCDIR%%/nagios.cfg-sample -%%ETCDIR%%/objects/commands.cfg-sample -%%ETCDIR%%/objects/contacts.cfg-sample -%%ETCDIR%%/objects/localhost.cfg-sample -%%ETCDIR%%/objects/printer.cfg-sample -%%ETCDIR%%/objects/switch.cfg-sample -%%ETCDIR%%/objects/templates.cfg-sample -%%ETCDIR%%/objects/timeperiods.cfg-sample -%%ETCDIR%%/objects/windows.cfg-sample -%%ETCDIR%%/resource.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/nagios.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/commands.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/contacts.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/localhost.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/printer.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/switch.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/templates.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/timeperiods.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/objects/windows.cfg-sample +@(,%%NAGIOSGROUP%%,) %%ETCDIR%%/resource.cfg-sample %%WWWDIR%%/angularjs/angular-1.3.9/angular.min.js %%WWWDIR%%/angularjs/angular-1.3.9/angular.min.js.map %%WWWDIR%%/angularjs/ui-bootstrap-tpls-0.12.0.min.js