Add STAGE support to net/p5-Net-Ping-External. https://redports.org/buildarchive/20131124224500-22684/
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: az Date: Mon Nov 25 06:08:39 2013 New Revision: 334813 URL: http://svnweb.freebsd.org/changeset/ports/334813 Log: - add stage support PR: ports/184268 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Modified: head/net/p5-Net-Ping-External/Makefile head/net/p5-Net-Ping-External/pkg-plist (contents, props changed) Modified: head/net/p5-Net-Ping-External/Makefile ============================================================================== --- head/net/p5-Net-Ping-External/Makefile Mon Nov 25 05:53:48 2013 (r334812) +++ head/net/p5-Net-Ping-External/Makefile Mon Nov 25 06:08:39 2013 (r334813) @@ -17,7 +17,4 @@ USE_ZIP= yes USES= perl5 USE_PERL5= configure -MAN3= Net::Ping::External.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/p5-Net-Ping-External/pkg-plist ============================================================================== --- head/net/p5-Net-Ping-External/pkg-plist Mon Nov 25 05:53:48 2013 (r334812) +++ head/net/p5-Net-Ping-External/pkg-plist Mon Nov 25 06:08:39 2013 (r334813) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/Ping/External.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External/.packlist +%%PERL5_MAN3%%/Net::Ping::External.3.gz @dirrmtry %%SITE_PERL%%/Net/Ping @dirrmtry %%SITE_PERL%%/Net @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!