svn commit: r342967 - head/devel/p5-Test-Group

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 08:42:24 UTC 2014


Author: ehaupt
Date: Thu Feb  6 08:42:23 2014
New Revision: 342967
URL: http://svnweb.freebsd.org/changeset/ports/342967
QAT: https://qat.redports.org/buildarchive/r342967/

Log:
  Support staging.

Modified:
  head/devel/p5-Test-Group/Makefile
  head/devel/p5-Test-Group/pkg-plist

Modified: head/devel/p5-Test-Group/Makefile
==============================================================================
--- head/devel/p5-Test-Group/Makefile	Thu Feb  6 08:41:20 2014	(r342966)
+++ head/devel/p5-Test-Group/Makefile	Thu Feb  6 08:42:23 2014	(r342967)
@@ -16,11 +16,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Test::Group.3 \
-		Test::Group::Extending.3 \
-		Test::Group::NoWarnings.3 \
-		Test::Group::Plan.3 \
-		Test::Group::Tester.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-Group/pkg-plist
==============================================================================
--- head/devel/p5-Test-Group/pkg-plist	Thu Feb  6 08:41:20 2014	(r342966)
+++ head/devel/p5-Test-Group/pkg-plist	Thu Feb  6 08:42:23 2014	(r342967)
@@ -3,5 +3,10 @@
 %%SITE_PERL%%/Test/Group/NoWarnings.pm
 %%SITE_PERL%%/Test/Group/Plan.pm
 %%SITE_PERL%%/Test/Group/Tester.pm
+%%PERL5_MAN3%%/Test::Group.3.gz
+%%PERL5_MAN3%%/Test::Group::Extending.3.gz
+%%PERL5_MAN3%%/Test::Group::NoWarnings.3.gz
+%%PERL5_MAN3%%/Test::Group::Plan.3.gz
+%%PERL5_MAN3%%/Test::Group::Tester.3.gz
 @dirrmtry %%SITE_PERL%%/Test/Group
 @dirrmtry %%SITE_PERL%%/Test


More information about the svn-ports-head mailing list