Skip to content

Commit

Permalink
Update to 0.43
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Apr 23, 2018
1 parent 07c7312 commit 7f6a203
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/p5-File-Copy-Recursive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2018/01/19 09:45:11 wiz Exp $
# $NetBSD: Makefile,v 1.20 2018/04/23 08:20:12 wen Exp $

DISTNAME= File-Copy-Recursive-0.40
DISTNAME= File-Copy-Recursive-0.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
Expand Down
10 changes: 5 additions & 5 deletions sysutils/p5-File-Copy-Recursive/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2018/01/17 08:56:56 wiz Exp $
$NetBSD: distinfo,v 1.9 2018/04/23 08:20:12 wen Exp $

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
SHA1 (File-Copy-Recursive-0.43.tar.gz) = 1731fcd1a4d372060c17f7582ff5f5452229c1e7
RMD160 (File-Copy-Recursive-0.43.tar.gz) = a04450269b4d707bec1deee6de8db581a64eb2b2
SHA512 (File-Copy-Recursive-0.43.tar.gz) = c70f596cc03bd70542adfac177dd937940b4fd4a97260d256b8316c123810781d2d631e98d266534387dbbeea70aa6862f7a3b9298e15763d07cf3dea3d20544
Size (File-Copy-Recursive-0.43.tar.gz) = 19298 bytes

0 comments on commit 7f6a203

Please sign in to comment.