Skip to content

Commit 7f6a203

Browse files
author
wen
committed
Update to 0.43
Upstream changes: 0.43 Sat Apr 21 15:39:09 2018 - pull request #16 - strip down list of prerequisites to modules that are safe to use high on the CPAN river (thanks karenetheridge) 0.42 Fri Apr 20 23:42:41 2018 - rt 125136 - reinstate 5.8 compat by not using // operator in the new unc test (thanks SREZIC) - pull request #14 - Add .gitignore. (thanks jkeenan) - pull request #13 - File::Find::Rule is used in the test suite but not named as a prequisite in Makefile.PL. (thanks jkeenan) 0.41 Thu Apr 19 15:58:12 2018 - Issue #10 and #8: fix Makefile.PL; add github metadata (thanks karenetheridge and chorny) - Issue #11: Fix the test failure described in RT#123964 (thanks tomhukins and SREZIC) - Issue #9: Fixes for Windows (thanks chorny) - rt 124324 - fix v0.40 changelog date (thanks ANDK) - rt 124151 - pathrm with force on should guard against absolute paths (thanks chorny) - rt 124423 - have fcopy() work around File::Copy::copy() bug rt132866 (thanks DROLSKY) - Issue #12 and rt 124166 - set umask for reliability (thanks teoric and ether) - rt 43328 - add ULC test to verify pathmk() w/ ULC (thanks willi.weikum and LouisStrous)
1 parent 07c7312 commit 7f6a203

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

sysutils/p5-File-Copy-Recursive/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.19 2018/01/19 09:45:11 wiz Exp $
1+
# $NetBSD: Makefile,v 1.20 2018/04/23 08:20:12 wen Exp $
22

3-
DISTNAME= File-Copy-Recursive-0.40
3+
DISTNAME= File-Copy-Recursive-0.43
44
PKGNAME= p5-${DISTNAME}
55
CATEGORIES= sysutils devel perl5
66
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.8 2018/01/17 08:56:56 wiz Exp $
1+
$NetBSD: distinfo,v 1.9 2018/04/23 08:20:12 wen Exp $
22

3-
SHA1 (File-Copy-Recursive-0.40.tar.gz) = 57c2bdb99f984be2c09bb035dd48df06b0500412
4-
RMD160 (File-Copy-Recursive-0.40.tar.gz) = 401b8f9aab4d943faac6c96de4b1c4a5b694f695
5-
SHA512 (File-Copy-Recursive-0.40.tar.gz) = 874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6
6-
Size (File-Copy-Recursive-0.40.tar.gz) = 16948 bytes
3+
SHA1 (File-Copy-Recursive-0.43.tar.gz) = 1731fcd1a4d372060c17f7582ff5f5452229c1e7
4+
RMD160 (File-Copy-Recursive-0.43.tar.gz) = a04450269b4d707bec1deee6de8db581a64eb2b2
5+
SHA512 (File-Copy-Recursive-0.43.tar.gz) = c70f596cc03bd70542adfac177dd937940b4fd4a97260d256b8316c123810781d2d631e98d266534387dbbeea70aa6862f7a3b9298e15763d07cf3dea3d20544
6+
Size (File-Copy-Recursive-0.43.tar.gz) = 19298 bytes

0 commit comments

Comments
 (0)