Date: Tue, 23 Aug 2016 15:02:37 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420690 - branches/2016Q3/net-mgmt/nagios4 Message-ID: <201608231502.u7NF2bpa024279@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231502.u7NF2bpa024279>