git: df4c79f482cb - main - Mk/Uses/perl5.mk: Update USE_PERL5=modbuildtiny
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 16:00:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df4c79f482cb84b5dcc664d4dd95733aa2f54e1b
commit df4c79f482cb84b5dcc664d4dd95733aa2f54e1b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:58:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 16:00:02 +0000
Mk/Uses/perl5.mk: Update USE_PERL5=modbuildtiny
Module::Build::Tiny 0.042+ does not generate empty manpages. Therefore, we
update version requirement of BUILD_DEPENDS in order to avoid PLIST issues
(leftovers when using old p5-Module-Build-Tiny).
---
Mk/Uses/perl5.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 0f5cdf577cd7..7890b88e2b56 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -208,7 +208,7 @@ CONFIGURE_ARGS+=--create_packlist 1
. endif
. if ${_USE_PERL5:Mmodbuildtiny}
. if ${PORTNAME} != Module-Build-Tiny
-BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.039:devel/p5-Module-Build-Tiny
+BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.043:devel/p5-Module-Build-Tiny
. endif
CONFIGURE_ARGS+=--create_packlist 1
. endif