Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:54:32 +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: r390217 - head/devel/p5-Test-Deep
Message-ID:  <201506211354.t5LDsWiO067525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 21 13:54:32 2015
New Revision: 390217
URL: https://svnweb.freebsd.org/changeset/ports/390217

Log:
  - Update to 0.116
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Test-Deep/Changes

Modified:
  head/devel/p5-Test-Deep/Makefile
  head/devel/p5-Test-Deep/distinfo
  head/devel/p5-Test-Deep/pkg-plist

Modified: head/devel/p5-Test-Deep/Makefile
==============================================================================
--- head/devel/p5-Test-Deep/Makefile	Sun Jun 21 13:54:26 2015	(r390216)
+++ head/devel/p5-Test-Deep/Makefile	Sun Jun 21 13:54:32 2015	(r390217)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Deep
-PORTVERSION=	0.115
+PORTVERSION=	0.116
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,15 +13,22 @@ COMMENT=	Test data structures for differ
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings \
-		p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+BUILD_DEPENDS=	p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
+REINPLACE_ARGS=	-i ''
 USES=		perl5
 USE_PERL5=	configure
-REINPLACE_ARGS=	-i ''
 
 post-patch:
 	@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502200
+BUILD_DEPENDS+=	p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+RUN_DEPENDS+=	p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Test-Deep/distinfo
==============================================================================
--- head/devel/p5-Test-Deep/distinfo	Sun Jun 21 13:54:26 2015	(r390216)
+++ head/devel/p5-Test-Deep/distinfo	Sun Jun 21 13:54:32 2015	(r390217)
@@ -1,2 +1,2 @@
-SHA256 (Test-Deep-0.115.tar.gz) = 0f2f5d41e4c4454b01dedf3fa753cd51001b16e5336702e1b2c5b206a1bdc39c
-SIZE (Test-Deep-0.115.tar.gz) = 38038
+SHA256 (Test-Deep-0.116.tar.gz) = fcd225e724dee6eab1ee041499f5eb36cd2869fa300b1980dcc6cdcf9bc17bf7
+SIZE (Test-Deep-0.116.tar.gz) = 38259

Modified: head/devel/p5-Test-Deep/pkg-plist
==============================================================================
--- head/devel/p5-Test-Deep/pkg-plist	Sun Jun 21 13:54:26 2015	(r390216)
+++ head/devel/p5-Test-Deep/pkg-plist	Sun Jun 21 13:54:32 2015	(r390217)
@@ -1,5 +1,3 @@
-%%PERL5_MAN3%%/Test::Deep.3.gz
-%%PERL5_MAN3%%/Test::Deep::NoTest.3.gz
 %%SITE_PERL%%/Test/Deep.pm
 %%SITE_PERL%%/Test/Deep/All.pm
 %%SITE_PERL%%/Test/Deep/Any.pm
@@ -42,3 +40,5 @@
 %%SITE_PERL%%/Test/Deep/Shallow.pm
 %%SITE_PERL%%/Test/Deep/Stack.pm
 %%SITE_PERL%%/Test/Deep/String.pm
+%%PERL5_MAN3%%/Test::Deep.3.gz
+%%PERL5_MAN3%%/Test::Deep::NoTest.3.gz



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