Date: Thu, 6 Feb 2014 13:08:12 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343063 - head/net-mgmt/p5-Nagios-Object Message-ID: <201402061308.s16D8CVS033667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 13:08:12 2014 New Revision: 343063 URL: http://svnweb.freebsd.org/changeset/ports/343063 QAT: https://qat.redports.org/buildarchive/r343063/ Log: Support staging. Modified: head/net-mgmt/p5-Nagios-Object/Makefile head/net-mgmt/p5-Nagios-Object/pkg-plist Modified: head/net-mgmt/p5-Nagios-Object/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Object/Makefile Thu Feb 6 13:05:16 2014 (r343062) +++ head/net-mgmt/p5-Nagios-Object/Makefile Thu Feb 6 13:08:12 2014 (r343063) @@ -22,17 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN1= parse.pl.1 \ - config_status_demo.pl.1 \ - test_configuration.pl.1 \ - statusdat_demo.pl.1 \ - decode_flags.pl.1 - -MAN3= Nagios::Object::Config.3 \ - Nagios::StatusLog.3 \ - Nagios::Config::File.3 \ - Nagios::Object.3 \ - Nagios::Config.3 \ - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-mgmt/p5-Nagios-Object/pkg-plist ============================================================================== --- head/net-mgmt/p5-Nagios-Object/pkg-plist Thu Feb 6 13:05:16 2014 (r343062) +++ head/net-mgmt/p5-Nagios-Object/pkg-plist Thu Feb 6 13:08:12 2014 (r343063) @@ -3,11 +3,21 @@ bin/decode_flags.pl bin/parse.pl bin/statusdat_demo.pl bin/test_configuration.pl +man/man1/config_status_demo.pl.1.gz +man/man1/decode_flags.pl.1.gz +man/man1/parse.pl.1.gz +man/man1/statusdat_demo.pl.1.gz +man/man1/test_configuration.pl.1.gz %%SITE_PERL%%/Nagios/Config.pm %%SITE_PERL%%/Nagios/Object.pm %%SITE_PERL%%/Nagios/StatusLog.pm %%SITE_PERL%%/Nagios/Config/File.pm %%SITE_PERL%%/Nagios/Object/Config.pm +%%PERL5_MAN3%%/Nagios::Config.3.gz +%%PERL5_MAN3%%/Nagios::Config::File.3.gz +%%PERL5_MAN3%%/Nagios::Object.3.gz +%%PERL5_MAN3%%/Nagios::Object::Config.3.gz +%%PERL5_MAN3%%/Nagios::StatusLog.3.gz @dirrm %%SITE_PERL%%/Nagios/Config @dirrm %%SITE_PERL%%/Nagios/Object @dirrmtry %%SITE_PERL%%/Nagios
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061308.s16D8CVS033667>