git: 1479893d32ae - main - devel/p5-Test2-Harness: Remove Perl core module

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 7 09:53:31 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1479893d32ae46fd2d318dfcad44f2395fb009cd

commit 1479893d32ae46fd2d318dfcad44f2395fb009cd
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-07 09:20:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-07 09:39:00 +0000

    devel/p5-Test2-Harness: Remove Perl core module
    
    - Bump PORTREVISION for dependency change
---
 devel/p5-Test2-Harness/Makefile | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/devel/p5-Test2-Harness/Makefile b/devel/p5-Test2-Harness/Makefile
index 6ecee708a0f3..208d1d897958 100644
--- a/devel/p5-Test2-Harness/Makefile
+++ b/devel/p5-Test2-Harness/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Test2-Harness
 PORTVERSION=	1.000053
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:EXODIST
@@ -20,7 +21,6 @@ RUN_DEPENDS=	p5-Data-UUID>=0:devel/p5-Data-UUID \
 		p5-Long-Jump>=0.000001:devel/p5-Long-Jump \
 		p5-Scope-Guard>=0:devel/p5-Scope-Guard \
 		p5-Term-Table>=0.015:devel/p5-Term-Table \
-		p5-Test-Simple>=1.302170:devel/p5-Test-Simple \
 		p5-Test2-Plugin-Cover>=0.000022:devel/p5-Test2-Plugin-Cover \
 		p5-Test2-Plugin-MemUsage>=0.002002:devel/p5-Test2-Plugin-MemUsage \
 		p5-Test2-Plugin-UUID>=0.002001:devel/p5-Test2-Plugin-UUID \
@@ -41,7 +41,6 @@ RECOMMENDED_BUILD_DEPENDS=	p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
 			p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \
 			p5-IO-Pager>=1.00:devel/p5-IO-Pager \
 			p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
-			p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor \
 			p5-Test2-Plugin-Cover>=0:devel/p5-Test2-Plugin-Cover \
 			p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \
 			p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents
@@ -50,9 +49,15 @@ RECOMMENDED_RUN_DEPENDS=p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
 			p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \
 			p5-IO-Pager>=1.00:devel/p5-IO-Pager \
 			p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
-			p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor \
 			p5-Test2-Plugin-Cover>=0:devel/p5-Test2-Plugin-Cover \
 			p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \
 			p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 503200
+BUILD_DEPENDS+=	p5-Test-Simple>=1.302170:devel/p5-Test-Simple
+RUN_DEPENDS+=	p5-Test-Simple>=1.302170:devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>


More information about the dev-commits-ports-all mailing list