diff --git a/devel/p5-File-BaseDir/Makefile b/devel/p5-File-BaseDir/Makefile index eada7522eb5..c9f254cd606 100644 --- a/devel/p5-File-BaseDir/Makefile +++ b/devel/p5-File-BaseDir/Makefile @@ -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 diff --git a/devel/p5-File-BaseDir/distinfo b/devel/p5-File-BaseDir/distinfo index 5445702a847..c49009c5f4d 100644 --- a/devel/p5-File-BaseDir/distinfo +++ b/devel/p5-File-BaseDir/distinfo @@ -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 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 new file mode 100644 index 00000000000..1b226f06c14 --- /dev/null +++ b/devel/p5-File-BaseDir/patches/patch-t_04_pod_ok_t @@ -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() ); diff --git a/devel/p5-File-BaseDir/pkg/PLIST b/devel/p5-File-BaseDir/pkg/PLIST index 59b196f56d0..299716564f1 100644 --- a/devel/p5-File-BaseDir/pkg/PLIST +++ b/devel/p5-File-BaseDir/pkg/PLIST @@ -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