Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 16:46:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328379 - head/devel/p5-Test-Aggregate
Message-ID:  <201309261646.r8QGkq2j035270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 26 16:46:52 2013
New Revision: 328379
URL: http://svnweb.freebsd.org/changeset/ports/328379

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

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

Modified: head/devel/p5-Test-Aggregate/Makefile
==============================================================================
--- head/devel/p5-Test-Aggregate/Makefile	Thu Sep 26 16:43:35 2013	(r328378)
+++ head/devel/p5-Test-Aggregate/Makefile	Thu Sep 26 16:46:52 2013	(r328379)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Aggregate
-PORTVERSION=	0.370
+PORTVERSION=	0.371
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,15 +16,9 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Test-Most>=0.21:${PORTSDIR}/devel/p5-Test-Most \
 		p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
 		p5-Test-Trap>0:${PORTSDIR}/devel/p5-Test-Trap
-RUN_DEPENDS=	p5-Test-Most>=0.21:${PORTSDIR}/devel/p5-Test-Most \
-		p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
-		p5-Test-Trap>0:${PORTSDIR}/devel/p5-Test-Trap
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Test::Aggregate.3 Test::Aggregate::Base.3 \
-	Test::Aggregate::Builder.3 Test::Aggregate::Nested.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-Aggregate/distinfo
==============================================================================
--- head/devel/p5-Test-Aggregate/distinfo	Thu Sep 26 16:43:35 2013	(r328378)
+++ head/devel/p5-Test-Aggregate/distinfo	Thu Sep 26 16:46:52 2013	(r328379)
@@ -1,2 +1,2 @@
-SHA256 (Test-Aggregate-0.370.tar.gz) = be5465d1dea50af5d218c4452d161ad57216171485515a91161d0ae754b5c50d
-SIZE (Test-Aggregate-0.370.tar.gz) = 33062
+SHA256 (Test-Aggregate-0.371.tar.gz) = f0d71f51bd312b73834ad24fbf15e955fc756d3e9227b80e1d1d08244f3a77c0
+SIZE (Test-Aggregate-0.371.tar.gz) = 33240

Modified: head/devel/p5-Test-Aggregate/pkg-plist
==============================================================================
--- head/devel/p5-Test-Aggregate/pkg-plist	Thu Sep 26 16:43:35 2013	(r328378)
+++ head/devel/p5-Test-Aggregate/pkg-plist	Thu Sep 26 16:46:52 2013	(r328379)
@@ -3,6 +3,10 @@
 %%SITE_PERL%%/Test/Aggregate/Base.pm
 %%SITE_PERL%%/Test/Aggregate/Nested.pm
 %%SITE_PERL%%/Test/Aggregate.pm
+%%PERL5_MAN3%%/Test::Aggregate.3.gz
+%%PERL5_MAN3%%/Test::Aggregate::Base.3.gz
+%%PERL5_MAN3%%/Test::Aggregate::Builder.3.gz
+%%PERL5_MAN3%%/Test::Aggregate::Nested.3.gz
 @dirrmtry %%SITE_PERL%%/Test/Aggregate
 @dirrmtry %%SITE_PERL%%/Test
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Aggregate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261646.r8QGkq2j035270>