From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 13:08:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55514BC4; Thu, 6 Feb 2014 13:08:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26C3912CC; Thu, 6 Feb 2014 13:08:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16D8Dw6033670; Thu, 6 Feb 2014 13:08:13 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16D8CVS033667; Thu, 6 Feb 2014 13:08:12 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402061308.s16D8CVS033667@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 6 Feb 2014 13:08:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 13:08:13 -0000 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 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