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/12b3af1f0570
branches:  trunk
changeset: 373365:12b3af1f0570
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 31 13:39:16 2017 +0000

description:
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!

diffstat:

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

diffs (47 lines):

diff -r 519d0ffabf77 -r 12b3af1f0570 sysutils/p5-File-Copy-Recursive/Makefile
--- a/sysutils/p5-File-Copy-Recursive/Makefile  Sun Dec 31 13:38:32 2017 +0000
+++ b/sysutils/p5-File-Copy-Recursive/Makefile  Sun Dec 31 13:39:16 2017 +0000
@@ -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@localhost
 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"
diff -r 519d0ffabf77 -r 12b3af1f0570 sysutils/p5-File-Copy-Recursive/distinfo
--- a/sysutils/p5-File-Copy-Recursive/distinfo  Sun Dec 31 13:38:32 2017 +0000
+++ b/sysutils/p5-File-Copy-Recursive/distinfo  Sun Dec 31 13:39:16 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index