pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-Copy-Recursive p5-File-Copy-Recursive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bac36dfd5a3
branches:  trunk
changeset: 374150:3bac36dfd5a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 17 08:56:56 2018 +0000

description:
p5-File-Copy-Recursive: update to 0.40.

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

diffstat:

 sysutils/p5-File-Copy-Recursive/Makefile |  16 ++++++++--------
 sysutils/p5-File-Copy-Recursive/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r 872310dc8adf -r 3bac36dfd5a3 sysutils/p5-File-Copy-Recursive/Makefile
--- a/sysutils/p5-File-Copy-Recursive/Makefile  Wed Jan 17 08:52:59 2018 +0000
+++ b/sysutils/p5-File-Copy-Recursive/Makefile  Wed Jan 17 08:56:56 2018 +0000
@@ -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/}
@@ -13,13 +13,13 @@
 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"
diff -r 872310dc8adf -r 3bac36dfd5a3 sysutils/p5-File-Copy-Recursive/distinfo
--- a/sysutils/p5-File-Copy-Recursive/distinfo  Wed Jan 17 08:52:59 2018 +0000
+++ b/sysutils/p5-File-Copy-Recursive/distinfo  Wed Jan 17 08:56:56 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index