Date: Thu, 6 Feb 2014 08:35:27 +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: r342960 - head/devel/p5-TAP-Formatter-JUnit Message-ID: <201402060835.s168ZRqB020358@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 08:35:27 2014 New Revision: 342960 URL: http://svnweb.freebsd.org/changeset/ports/342960 QAT: https://qat.redports.org/buildarchive/r342960/ Log: Support staging. Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile head/devel/p5-TAP-Formatter-JUnit/pkg-plist Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile ============================================================================== --- head/devel/p5-TAP-Formatter-JUnit/Makefile Thu Feb 6 08:33:55 2014 (r342959) +++ head/devel/p5-TAP-Formatter-JUnit/Makefile Thu Feb 6 08:35:27 2014 (r342960) @@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-Differences>=0.61: USES= perl5 USE_PERL5= modbuild -MAN1= tap2junit.1 -MAN3= TAP::Formatter::JUnit.3 \ - TAP::Formatter::JUnit::Result.3 \ - TAP::Formatter::JUnit::Session.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/p5-TAP-Formatter-JUnit/pkg-plist ============================================================================== --- head/devel/p5-TAP-Formatter-JUnit/pkg-plist Thu Feb 6 08:33:55 2014 (r342959) +++ head/devel/p5-TAP-Formatter-JUnit/pkg-plist Thu Feb 6 08:35:27 2014 (r342960) @@ -1,7 +1,11 @@ bin/tap2junit +man/man1/tap2junit.1.gz %%SITE_PERL%%/TAP/Formatter/JUnit.pm %%SITE_PERL%%/TAP/Formatter/JUnit/Result.pm %%SITE_PERL%%/TAP/Formatter/JUnit/Session.pm +%%PERL5_MAN3%%/TAP::Formatter::JUnit.3.gz +%%PERL5_MAN3%%/TAP::Formatter::JUnit::Result.3.gz +%%PERL5_MAN3%%/TAP::Formatter::JUnit::Session.3.gz @dirrm %%SITE_PERL%%/TAP/Formatter/JUnit @dirrmtry %%SITE_PERL%%/TAP/Formatter @dirrmtry %%SITE_PERL%%/TAP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402060835.s168ZRqB020358>