Date: Tue, 6 Jul 2021 19:19:35 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: 327f22fbc94f - main - www/p5-HTTP-Message: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c) Message-ID: <202107061919.166JJZpT061157@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=327f22fbc94fa9d17416732dd884b54c5b0e6ab1 commit 327f22fbc94fa9d17416732dd884b54c5b0e6ab1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 19:16:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 19:16:58 +0000 www/p5-HTTP-Message: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c) --- www/p5-HTTP-Message/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/www/p5-HTTP-Message/Makefile b/www/p5-HTTP-Message/Makefile index 63137007f858..e6aa9863431c 100644 --- a/www/p5-HTTP-Message/Makefile +++ b/www/p5-HTTP-Message/Makefile @@ -27,14 +27,7 @@ USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 503000 -BUILD_DEPENDS+= p5-Encode>=3.01:converters/p5-Encode -RUN_DEPENDS+= p5-Encode>=3.01:converters/p5-Encode -.endif - post-patch: @${RM} ${WRKSRC}/lib/HTTP/Headers.pm.orig -.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?202107061919.166JJZpT061157>