svn commit: r328390 - head/devel/p5-Test-FailWarnings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 26 16:47:36 UTC 2013


Author: sunpoet
Date: Thu Sep 26 16:47:35 2013
New Revision: 328390
URL: http://svnweb.freebsd.org/changeset/ports/328390

Log:
  - Update to 0.008
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Test-FailWarnings/Changes

Modified:
  head/devel/p5-Test-FailWarnings/Makefile
  head/devel/p5-Test-FailWarnings/distinfo
  head/devel/p5-Test-FailWarnings/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Test-FailWarnings/Makefile
==============================================================================
--- head/devel/p5-Test-FailWarnings/Makefile	Thu Sep 26 16:47:30 2013	(r328389)
+++ head/devel/p5-Test-FailWarnings/Makefile	Thu Sep 26 16:47:35 2013	(r328390)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-FailWarnings
-PORTVERSION=	0.007
+PORTVERSION=	0.008
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Test
@@ -19,7 +19,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Test::FailWarnings.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-FailWarnings/distinfo
==============================================================================
--- head/devel/p5-Test-FailWarnings/distinfo	Thu Sep 26 16:47:30 2013	(r328389)
+++ head/devel/p5-Test-FailWarnings/distinfo	Thu Sep 26 16:47:35 2013	(r328390)
@@ -1,2 +1,2 @@
-SHA256 (Test-FailWarnings-0.007.tar.gz) = fe3a5d3be7bd8477248043df947af175f8f8c0ce302cdb21e19037bdf1ab75e0
-SIZE (Test-FailWarnings-0.007.tar.gz) = 13262
+SHA256 (Test-FailWarnings-0.008.tar.gz) = da34ef9029f6849d6026201d49127d054ee6ac4b979c82210315f5721964a96f
+SIZE (Test-FailWarnings-0.008.tar.gz) = 13734

Modified: head/devel/p5-Test-FailWarnings/pkg-plist
==============================================================================
--- head/devel/p5-Test-FailWarnings/pkg-plist	Thu Sep 26 16:47:30 2013	(r328389)
+++ head/devel/p5-Test-FailWarnings/pkg-plist	Thu Sep 26 16:47:35 2013	(r328390)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Test/FailWarnings.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/FailWarnings/.packlist
+%%PERL5_MAN3%%/Test::FailWarnings.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/FailWarnings
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
 @dirrmtry %%SITE_PERL%%/Test


More information about the svn-ports-all mailing list