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 (sysutils/p5-File-Copy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de3ae90c9c4c
branches:  trunk
changeset: 417802:de3ae90c9c4c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 16 10:36:06 2019 +0000

description:
(sysutils/p5-File-Copy-Recursive) Updated 0.44 to 0.45

0.45 2019-07-23
    - PR #21: fix version 0.43 in Changes file (thanks karenetheridge)
    - PR #19: Added missing license meta name. (thanks manwar and karenetheridge)
    - PR #24: allow for dev = 0 on NetBSD (thanks plicease)
    - PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp)
    - Issue #26: change issues from rt to github

diffstat:

 sysutils/p5-File-Copy-Recursive/Makefile |  15 +++++++--------
 sysutils/p5-File-Copy-Recursive/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (46 lines):

diff -r 1ee441142396 -r de3ae90c9c4c sysutils/p5-File-Copy-Recursive/Makefile
--- a/sysutils/p5-File-Copy-Recursive/Makefile  Sat Nov 16 10:14:37 2019 +0000
+++ b/sysutils/p5-File-Copy-Recursive/Makefile  Sat Nov 16 10:36:06 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2019/08/11 13:23:11 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/16 10:36:06 mef Exp $
 
-DISTNAME=      File-Copy-Recursive-0.44
+DISTNAME=      File-Copy-Recursive-0.45
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    sysutils devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
 
@@ -17,11 +16,11 @@
 DEPENDS+=      p5-Path-Iter-[0-9]*:../../devel/p5-Path-Iter
 
 # TEST_DEPENDS
-BUILD_DEPENDS+=        p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
-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
+TEST_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
+TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1ee441142396 -r de3ae90c9c4c sysutils/p5-File-Copy-Recursive/distinfo
--- a/sysutils/p5-File-Copy-Recursive/distinfo  Sat Nov 16 10:14:37 2019 +0000
+++ b/sysutils/p5-File-Copy-Recursive/distinfo  Sat Nov 16 10:36:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/04/28 13:18:03 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2019/11/16 10:36:06 mef Exp $
 
-SHA1 (File-Copy-Recursive-0.44.tar.gz) = 156588a7f06f05e1c7971b76c1637a9d4cd566cb
-RMD160 (File-Copy-Recursive-0.44.tar.gz) = f9f5a2a4031e4dd972c40d09f7ad632403fac6b0
-SHA512 (File-Copy-Recursive-0.44.tar.gz) = 7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4
-Size (File-Copy-Recursive-0.44.tar.gz) = 19278 bytes
+SHA1 (File-Copy-Recursive-0.45.tar.gz) = e6ff81dbab6a2f0e35e4376d264d1525817f256a
+RMD160 (File-Copy-Recursive-0.45.tar.gz) = 1717fb37f350a444203a8706198f68711c3bd5f2
+SHA512 (File-Copy-Recursive-0.45.tar.gz) = 6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60
+Size (File-Copy-Recursive-0.45.tar.gz) = 19256 bytes



Home | Main Index | Thread Index | Old Index