Skip to content

Commit

Permalink
(sysutils/p5-File-Copy-Recursive) Updated 0.44 to 0.45
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mef committed Nov 16, 2019
1 parent 4ff6031 commit 0a1f2bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
15 changes: 7 additions & 8 deletions sysutils/p5-File-Copy-Recursive/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -17,11 +16,11 @@ PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist
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"
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.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

0 comments on commit 0a1f2bb

Please sign in to comment.