Received: by mail.netbsd.org (Postfix, from userid 605) id 672B584D81; Wed, 17 Jan 2018 08:56:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E69F284D7A for ; Wed, 17 Jan 2018 08:56:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OaV3CvyJCoZY for ; Wed, 17 Jan 2018 08:56:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 64BC584CD9 for ; Wed, 17 Jan 2018 08:56:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B6B1FBDE; Wed, 17 Jan 2018 08:56:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516179416200700" MIME-Version: 1.0 Date: Wed, 17 Jan 2018 08:56:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/p5-File-Copy-Recursive To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180117085656.5B6B1FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516179416200700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 17 08:56:56 UTC 2018 Modified Files: pkgsrc/sysutils/p5-File-Copy-Recursive: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516179416200700 Content-Disposition: inline Content-Length: 2823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile diff -u pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.17 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.18 --- pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.17 Sun Dec 31 13:39:16 2017 +++ pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile Wed Jan 17 08:56:56 2018 @@ -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 @@ 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" Index: pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo diff -u pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.7 pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.8 --- pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.7 Sun Dec 31 13:39:16 2017 +++ pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo Wed Jan 17 08:56:56 2018 @@ -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 --_----------=_1516179416200700--