Received: by mail.netbsd.org (Postfix, from userid 605) id CD70D84E55; Sun, 31 Dec 2017 13:39:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A55384E49 for ; Sun, 31 Dec 2017 13:39:17 +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 ANWgbUVpZSF7 for ; Sun, 31 Dec 2017 13:39:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D258D84D52 for ; Sun, 31 Dec 2017 13:39:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0911FB40; Sun, 31 Dec 2017 13:39:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514727556245300" MIME-Version: 1.0 Date: Sun, 31 Dec 2017 13:39:16 +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: <20171231133916.D0911FB40@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. --_----------=_1514727556245300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 31 13:39:16 UTC 2017 Modified Files: pkgsrc/sysutils/p5-File-Copy-Recursive: Makefile distinfo Log Message: p5-File-Copy-Recursive: update to 0.39. Add build and run-time dependencies. 0.39 Fri Dec 29 13:26:12 2017 - tidy code - Change into directory before emptying it - Stop emptying/removing a path if it is changed out from underneath us - pathrm() fixes - Actual unit tests! To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile cvs rdiff -u -r1.6 -r1.7 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. --_----------=_1514727556245300 Content-Disposition: inline Content-Length: 2673 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.16 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.17 --- pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.16 Mon Jun 5 14:24:35 2017 +++ pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile Sun Dec 31 13:39:16 2017 @@ -1,17 +1,25 @@ -# $NetBSD: Makefile,v 1.16 2017/06/05 14:24:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2017/12/31 13:39:16 wiz Exp $ -DISTNAME= File-Copy-Recursive-0.38 +DISTNAME= File-Copy-Recursive-0.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= sysutils devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Copy-Recursive/ COMMENT= Perl extension for recursively copying files and directories +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 + .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.6 pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.7 --- pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.6 Wed Nov 4 01:32:23 2015 +++ pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo Sun Dec 31 13:39:16 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 01:32:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2017/12/31 13:39:16 wiz Exp $ -SHA1 (File-Copy-Recursive-0.38.tar.gz) = 6c3a48c8ba70ad6b1ea97c4aac6b1f2d310a8e8d -RMD160 (File-Copy-Recursive-0.38.tar.gz) = b2d3a9f1f9682ae9ca8a74f30c2716bf0220a71c -SHA512 (File-Copy-Recursive-0.38.tar.gz) = 49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87 -Size (File-Copy-Recursive-0.38.tar.gz) = 10843 bytes +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 --_----------=_1514727556245300--