summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-12-31 13:39:16 +0000
committerwiz <wiz@pkgsrc.org>2017-12-31 13:39:16 +0000
commit7d73c942a807baace9cb00c82030042f738ebf77 (patch)
treecac744a16e1197070f81f6f04215303077b73b24
parent9f4d530e1005adbe04be901c7f80add1f7ddd2a1 (diff)
downloadpkgsrc-7d73c942a807baace9cb00c82030042f738ebf77.tar.gz
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!
-rw-r--r--sysutils/p5-File-Copy-Recursive/Makefile14
-rw-r--r--sysutils/p5-File-Copy-Recursive/distinfo10
2 files changed, 16 insertions, 8 deletions
diff --git a/sysutils/p5-File-Copy-Recursive/Makefile b/sysutils/p5-File-Copy-Recursive/Makefile
index 5a9de09672c..7286970fd4a 100644
--- a/sysutils/p5-File-Copy-Recursive/Makefile
+++ b/sysutils/p5-File-Copy-Recursive/Makefile
@@ -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"
diff --git a/sysutils/p5-File-Copy-Recursive/distinfo b/sysutils/p5-File-Copy-Recursive/distinfo
index 16186b74b20..e7d8cf58751 100644
--- a/sysutils/p5-File-Copy-Recursive/distinfo
+++ b/sysutils/p5-File-Copy-Recursive/distinfo
@@ -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