update p5-File-BaseDir to 0.09

This commit is contained in:
bluhm 2022-08-23 18:38:38 +00:00
parent b9e59d4652
commit 362ca64ffb
3 changed files with 12 additions and 30 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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() );