Skip to content

Commit

Permalink
p5-File-Copy-Recursive: update to 0.40.
Browse files Browse the repository at this point in the history
Use TEST_DEPENDS.

0.40 Tue Jan 16 10:00:09 2017
    - github Issue #5 - Deep directories pathmk
    - rt 123966 - switch to bsd_glob() since glob() will disappear in perl 5.30
    - rt 123971 - skip symlink tests when the OS does not support symlinks
    - rt 123970 - use Path::Tiny instead of File::Slurp in tests
    - rt 117241 - add test for read only directories
  • Loading branch information
wiz committed Jan 17, 2018
1 parent fc17374 commit d7e7809
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions sysutils/p5-File-Copy-Recursive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.17 2017/12/31 13:39:16 wiz Exp $
# $NetBSD: Makefile,v 1.18 2018/01/17 08:56:56 wiz Exp $

DISTNAME= File-Copy-Recursive-0.39
DISTNAME= File-Copy-Recursive-0.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
Expand All @@ -13,13 +13,13 @@ LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist

DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
DEPENDS+= p5-Path-Iter-[0-9]*:../../devel/p5-Path-Iter
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn

TEST_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions sysutils/p5-File-Copy-Recursive/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2017/12/31 13:39:16 wiz Exp $
$NetBSD: distinfo,v 1.8 2018/01/17 08:56:56 wiz Exp $

SHA1 (File-Copy-Recursive-0.39.tar.gz) = 4bb9d27a45e2a628319fa65dafe2f486e5866d19
RMD160 (File-Copy-Recursive-0.39.tar.gz) = ac3161d204c0a114a4e28505190a9fc136fc0ad8
SHA512 (File-Copy-Recursive-0.39.tar.gz) = 8be0b49a8e4882f0fe16ef302a14df0452d78893f4202a0054c16c5d136aa84decfb96f6e0b9210cce43def8561604bc9da55b29b521c2d5617e0fe051044958
Size (File-Copy-Recursive-0.39.tar.gz) = 16117 bytes
SHA1 (File-Copy-Recursive-0.40.tar.gz) = 57c2bdb99f984be2c09bb035dd48df06b0500412
RMD160 (File-Copy-Recursive-0.40.tar.gz) = 401b8f9aab4d943faac6c96de4b1c4a5b694f695
SHA512 (File-Copy-Recursive-0.40.tar.gz) = 874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6
Size (File-Copy-Recursive-0.40.tar.gz) = 16948 bytes

0 comments on commit d7e7809

Please sign in to comment.