From 362ca64ffbbaa0e11b8df93ceaebdbcac4e22855 Mon Sep 17 00:00:00 2001 From: bluhm Date: Tue, 23 Aug 2022 18:38:38 +0000 Subject: [PATCH] update p5-File-BaseDir to 0.09 --- devel/p5-File-BaseDir/Makefile | 23 ++++++++----------- devel/p5-File-BaseDir/distinfo | 4 ++-- .../patches/patch-t_04_pod_ok_t | 15 ------------ 3 files changed, 12 insertions(+), 30 deletions(-) delete mode 100644 devel/p5-File-BaseDir/patches/patch-t_04_pod_ok_t diff --git a/devel/p5-File-BaseDir/Makefile b/devel/p5-File-BaseDir/Makefile index d94ed01bc51..9c15fba3c14 100644 --- a/devel/p5-File-BaseDir/Makefile +++ b/devel/p5-File-BaseDir/Makefile @@ -1,21 +1,18 @@ -COMMENT= use the freedesktop Base Directory Specification +COMMENT = use the freedesktop Base Directory Specification -DISTNAME= File-BaseDir-0.08 -CATEGORIES= devel -REVISION= 0 +DISTNAME = File-BaseDir-0.09 -# perl -PERMIT_PACKAGE= Yes +CATEGORIES = devel -MODULES= cpan -PKG_ARCH= * -CONFIGURE_STYLE= modbuild +# Perl +PERMIT_PACKAGE = Yes -RUN_DEPENDS= devel/p5-IPC-System-Simple \ +MODULES = cpan + +RUN_DEPENDS = devel/p5-IPC-System-Simple \ x11/xdg-user-dirs-gtk +TEST_DEPENDS = sysutils/p5-File-Which -TEST_DEPENDS= sysutils/p5-File-Which - -MAKE_ENV+= TEST_POD=1 +PKG_ARCH = * .include diff --git a/devel/p5-File-BaseDir/distinfo b/devel/p5-File-BaseDir/distinfo index c49009c5f4d..3458c04fb76 100644 --- a/devel/p5-File-BaseDir/distinfo +++ b/devel/p5-File-BaseDir/distinfo @@ -1,2 +1,2 @@ -SHA256 (File-BaseDir-0.08.tar.gz) = wGX80+LyKudpk3vMlxuR+AKU1QCfrBQL+6g799NTBeM= -SIZE (File-BaseDir-0.08.tar.gz) = 10052 +SHA256 (File-BaseDir-0.09.tar.gz) = bab3KBVirI8R7xo69q7bUcQRgrYPHxIs7QB579kpZ9k= +SIZE (File-BaseDir-0.09.tar.gz) = 21508 diff --git a/devel/p5-File-BaseDir/patches/patch-t_04_pod_ok_t b/devel/p5-File-BaseDir/patches/patch-t_04_pod_ok_t deleted file mode 100644 index a334842b792..00000000000 --- a/devel/p5-File-BaseDir/patches/patch-t_04_pod_ok_t +++ /dev/null @@ -1,15 +0,0 @@ -Fix: -Can't stat bin: No such file or directory at -/usr/local/libdata/perl5/site_perl/Test/Pod.pm line 223. - -We let Test::Pod check in blib or lib instead. - -Index: t/04_pod_ok.t ---- t/04_pod_ok.t.orig -+++ t/04_pod_ok.t -@@ -1,4 +1,4 @@ - use Test::More; - eval "use Test::Pod 1.00"; - plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; --all_pod_files_ok( Test::Pod::all_pod_files(qw/bin lib/) ); -+all_pod_files_ok( Test::Pod::all_pod_files() );