Skip to content

Commit

Permalink
Update to 0.3.7
Browse files Browse the repository at this point in the history
Add missing TEST_DEPENDS

Upstream changes:
0.3.7       2023-01-01
    - Fix test failures on mswin
        - shlomif/perl-file-find-object#2
        - thanks to @jddurand

0.3.6       2021-08-26
    - Extract https://metacpan.org/pod/File::TreeCreate .
  • Loading branch information
wen committed Jun 27, 2023
1 parent c76dcb5 commit 92a776b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions devel/p5-File-Find-Object/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.14 2022/06/28 11:32:25 wiz Exp $
# $NetBSD: Makefile,v 1.15 2023/06/27 08:06:37 wen Exp $

DISTNAME= File-Find-Object-0.3.5
DISTNAME= File-Find-Object-0.3.7
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}

Expand All @@ -12,6 +11,8 @@ COMMENT= Object-oriented and iterative replacement for File::Find
LICENSE= artistic-2.0

TEST_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
TEST_DEPENDS+= p5-File-TreeCreate-[0-9]*:../../devel/p5-File-TreeCreate

PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/File/Find/Object/.packlist
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-File-Find-Object/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 10:16:35 nia Exp $
$NetBSD: distinfo,v 1.9 2023/06/27 08:06:37 wen Exp $

BLAKE2s (File-Find-Object-0.3.5.tar.gz) = 87dbe9b1ca8434f46a6cd523beba280b58a9c05aa4034324e08487a5352827ba
SHA512 (File-Find-Object-0.3.5.tar.gz) = 0260f9b82cc742078f272544cf1e5bd021aefc234833e84f655a94b6e43dab2d6ce900490ab60fc4fb1977beed89003dabd90deffffd12d45c5987e6d4fa6f9d
Size (File-Find-Object-0.3.5.tar.gz) = 30270 bytes
BLAKE2s (File-Find-Object-0.3.7.tar.gz) = 4c30d9e60163ae3166b0e6e35921a7e4f4851260210be9eca7572c4e2687db83
SHA512 (File-Find-Object-0.3.7.tar.gz) = d6bf9835d3fef13bdcf5b2821ac359279b9779c76658505ff487cc0df73e26912999b8630df997ba98e1d15c4f69cc71312c76327bcb9deb72a94d1ffdb7cb2d
Size (File-Find-Object-0.3.7.tar.gz) = 29725 bytes

0 comments on commit 92a776b

Please sign in to comment.