svn commit: r425449 - head/devel/p5-Module-Build-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 5 20:32:16 UTC 2016


Author: sunpoet
Date: Sat Nov  5 20:32:14 2016
New Revision: 425449
URL: https://svnweb.freebsd.org/changeset/ports/425449

Log:
  - Update *_DEPENDS: TAP::Harness::Env 3.29+ is already in all supported Perl releases
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Module-Build-Tiny/Makefile

Modified: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Tiny/Makefile	Sat Nov  5 20:31:49 2016	(r425448)
+++ head/devel/p5-Module-Build-Tiny/Makefile	Sat Nov  5 20:32:14 2016	(r425449)
@@ -7,7 +7,7 @@
 
 PORTNAME=	Module-Build-Tiny
 PORTVERSION=	0.039
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,10 +20,10 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-ExtUtils-Config>=0.003:devel/p5-ExtUtils-Config \
 		p5-ExtUtils-Helpers>=0.020:devel/p5-ExtUtils-Helpers \
-		p5-ExtUtils-InstallPaths>=0.002:devel/p5-ExtUtils-InstallPaths \
-		p5-Test-Harness>=3.29:devel/p5-Test-Harness
+		p5-ExtUtils-InstallPaths>=0.002:devel/p5-ExtUtils-InstallPaths
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	modbuildtiny
 USES=		perl5
 


More information about the svn-ports-head mailing list