Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 09:06:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb65325e1be7 - main - devel/p5-Test2-Plugin-NoWarnings: Remove outdated PERL_LEVEL check
Message-ID:  <202206030906.25396qXn092951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit bb65325e1be7131988488c92906b14a67e1cd303
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:53:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:57 +0000

    devel/p5-Test2-Plugin-NoWarnings: Remove outdated PERL_LEVEL check
    
    lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
 devel/p5-Test2-Plugin-NoWarnings/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/devel/p5-Test2-Plugin-NoWarnings/Makefile b/devel/p5-Test2-Plugin-NoWarnings/Makefile
index 21f0f01a6352..38988c41fe89 100644
--- a/devel/p5-Test2-Plugin-NoWarnings/Makefile
+++ b/devel/p5-Test2-Plugin-NoWarnings/Makefile
@@ -18,11 +18,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+=	p5-Test-Simple>=1.302167:devel/p5-Test-Simple
-RUN_DEPENDS+=	p5-Test-Simple>=1.302167:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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