Date: Thu, 6 Feb 2014 10:49:29 +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: r343020 - head/irc/p5-POE-Component-Server-IRC Message-ID: <201402061049.s16AnTcE075858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 10:49:29 2014 New Revision: 343020 URL: http://svnweb.freebsd.org/changeset/ports/343020 QAT: https://qat.redports.org/buildarchive/r343020/ Log: Support staging. Modified: head/irc/p5-POE-Component-Server-IRC/Makefile head/irc/p5-POE-Component-Server-IRC/pkg-plist Modified: head/irc/p5-POE-Component-Server-IRC/Makefile ============================================================================== --- head/irc/p5-POE-Component-Server-IRC/Makefile Thu Feb 6 10:47:47 2014 (r343019) +++ head/irc/p5-POE-Component-Server-IRC/Makefile Thu Feb 6 10:49:29 2014 (r343020) @@ -30,13 +30,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= pmkpasswd.1 -MAN3= POE::Component::Server::IRC.3 \ - POE::Component::Server::IRC::Common.3 \ - POE::Component::Server::IRC::Plugin.3 \ - POE::Component::Server::IRC::Plugin::Auth.3 \ - POE::Component::Server::IRC::Plugin::OperServ.3 \ - POE::Component::Server::IRC::Backend.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/irc/p5-POE-Component-Server-IRC/pkg-plist ============================================================================== --- head/irc/p5-POE-Component-Server-IRC/pkg-plist Thu Feb 6 10:47:47 2014 (r343019) +++ head/irc/p5-POE-Component-Server-IRC/pkg-plist Thu Feb 6 10:49:29 2014 (r343020) @@ -1,4 +1,5 @@ bin/pmkpasswd +man/man1/pmkpasswd.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist %%SITE_PERL%%/POE/Component/Server/IRC.pm %%SITE_PERL%%/POE/Component/Server/IRC/Common.pm @@ -6,6 +7,12 @@ bin/pmkpasswd %%SITE_PERL%%/POE/Component/Server/IRC/Plugin/Auth.pm %%SITE_PERL%%/POE/Component/Server/IRC/Plugin/OperServ.pm %%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm +%%PERL5_MAN3%%/POE::Component::Server::IRC.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Backend.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Common.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::Auth.3.gz +%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::OperServ.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061049.s16AnTcE075858>