Date: Thu, 27 Apr 2023 15:52: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: 56a8fc16dff2 - main - devel/p5-App-perlbrew: Fix *_DEPENDS and PLIST Message-ID: <202304271552.33RFqZfE025932@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=56a8fc16dff2da1f23c6a20ae2e2ec9c3540f06d commit 56a8fc16dff2da1f23c6a20ae2e2ec9c3540f06d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:45:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:45:44 +0000 devel/p5-App-perlbrew: Fix *_DEPENDS and PLIST - Fix *_DEPENDS: Add removed Perl core module to *_DEPENDS - Fix PLIST: Module::Build::Tiny 0.042+ does not generate empty manpages - Bump PORTREVISION for dependency and package change --- devel/p5-App-perlbrew/Makefile | 2 ++ devel/p5-App-perlbrew/pkg-plist | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile index 61f2b8f05780..4302cba91c6b 100644 --- a/devel/p5-App-perlbrew/Makefile +++ b/devel/p5-App-perlbrew/Makefile @@ -1,5 +1,6 @@ PORTNAME= App-perlbrew PORTVERSION= 0.96 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD @@ -16,6 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CPAN-Perl-Releases>=5.20220720:devel/p5-CPAN-Perl-Releases \ p5-Capture-Tiny>=0.48:devel/p5-Capture-Tiny \ p5-Devel-PatchPerl>=2.08:devel/p5-Devel-PatchPerl \ + p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser \ p5-local-lib>=2.000014:devel/p5-local-lib TEST_DEPENDS= p5-File-Which>=1.21:sysutils/p5-File-Which \ p5-IO-All>=0.51:devel/p5-IO-All \ diff --git a/devel/p5-App-perlbrew/pkg-plist b/devel/p5-App-perlbrew/pkg-plist index c5e75f25c54e..8ff42a20d6f4 100644 --- a/devel/p5-App-perlbrew/pkg-plist +++ b/devel/p5-App-perlbrew/pkg-plist @@ -7,10 +7,4 @@ bin/perlbrew %%SITE_PERL%%/App/Perlbrew/Util.pm %%SITE_PERL%%/App/perlbrew.pm %%PERL5_MAN1%%/perlbrew.1.gz -%%PERL5_MAN3%%/App::Perlbrew::HTTP.3.gz -%%PERL5_MAN3%%/App::Perlbrew::Path.3.gz -%%PERL5_MAN3%%/App::Perlbrew::Path::Installation.3.gz -%%PERL5_MAN3%%/App::Perlbrew::Path::Installations.3.gz -%%PERL5_MAN3%%/App::Perlbrew::Path::Root.3.gz -%%PERL5_MAN3%%/App::Perlbrew::Util.3.gz %%PERL5_MAN3%%/App::perlbrew.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271552.33RFqZfE025932>