p5-File-BaseDir: update to 0.08

Changelog:
https://metacpan.org/changes/release/KIMRYAN/File-BaseDir-0.08

OK afresh1@
This commit is contained in:
cwen 2019-05-05 22:10:54 +00:00
parent bf186ba54c
commit 8f616a0408
4 changed files with 30 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:22 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2019/05/05 22:10:54 cwen Exp $
COMMENT= use the freedesktop Base Directory Specification
DISTNAME= File-BaseDir-0.03
REVISION= 0
DISTNAME= File-BaseDir-0.08
CATEGORIES= devel
# perl
@ -13,7 +12,10 @@ MODULES= cpan
PKG_ARCH= *
CONFIGURE_STYLE= modbuild
CPAN_AUTHOR= PARDUS
RUN_DEPENDS= devel/p5-IPC-System-Simple \
x11/xdg-user-dirs-gtk
TEST_DEPENDS= sysutils/p5-File-Which
MAKE_ENV+= TEST_POD=1

View File

@ -1,2 +1,2 @@
SHA256 (File-BaseDir-0.03.tar.gz) = ACnLp6O12KpffQPLG3uivPKCk4L38mqjvuBvzoYRqIY=
SIZE (File-BaseDir-0.03.tar.gz) = 6065
SHA256 (File-BaseDir-0.08.tar.gz) = wGX80+LyKudpk3vMlxuR+AKU1QCfrBQL+6g799NTBeM=
SIZE (File-BaseDir-0.08.tar.gz) = 10052

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-t_04_pod_ok_t,v 1.1 2019/05/05 22:10:54 cwen Exp $
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() );

View File

@ -1,4 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/18 19:54:45 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2019/05/05 22:10:55 cwen Exp $
${P5SITE}/File/
${P5SITE}/File/BaseDir.pm
${P5SITE}/File/IconTheme.pm
${P5SITE}/File/UserDirs.pm
@man man/man3p/File::BaseDir.3p
@man man/man3p/File::IconTheme.3p
@man man/man3p/File::UserDirs.3p