svn commit: r342960 - head/devel/p5-TAP-Formatter-JUnit

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 08:35:28 UTC 2014


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


More information about the svn-ports-all mailing list