pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/p5-File-Copy-Recursive
Module Name: pkgsrc
Committed By: wen
Date: Mon Apr 23 08:20:12 UTC 2018
Modified Files:
pkgsrc/sysutils/p5-File-Copy-Recursive: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile
cvs rdiff -u -r1.8 -r1.9 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.
Modified files:
Index: pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile
diff -u pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.19 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.20
--- pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.19 Fri Jan 19 09:45:11 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile Mon Apr 23 08:20:12 2018
@@ -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/}
Index: pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo
diff -u pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.8 pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.9
--- pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo:1.8 Wed Jan 17 08:56:56 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive/distinfo Mon Apr 23 08:20:12 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index