Skip to content

Commit fa16a59

Browse files
author
wen
committed
Update to 0.52
Change the DEPENDS to BUILD_DEPENDS since it is only for test. Upstream changes: 0.52 2019-06-16 10:10:00 MANWAR - Applied patch provided by Matthew (Issue #25). 0.51 2019-06-15 06:30:00 MANWAR - Now ignores .git folder (Issue #26). 0.50 2019-06-14 15:30:00 MANWAR - Added Test::Roo::Role to the list (Issue #29). 0.49 2019-06-13 12:20:00 MANWAR - Fixed CPANTS issue (main_module_version_matches_dist_version). 0.48 2019-05-29 11:00:00 MANWAR - Added Test::Most to modules with strictures, #27 @robrwo
1 parent fff3b6b commit fa16a59

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

devel/p5-Test-Strict/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2020/08/31 18:09:07 wiz Exp $
1+
# $NetBSD: Makefile,v 1.3 2020/09/04 01:09:46 wen Exp $
22

3-
DISTNAME= Test-Strict-0.47
3+
DISTNAME= Test-Strict-0.52
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= devel
76
MASTER_SITES= https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
87

@@ -11,8 +10,8 @@ HOMEPAGE= https://cpan.metacpan.org/authors/id/M/MA/MANWAR/
1110
COMMENT= Check syntax, presence of use strict; and test coverage
1211
LICENSE= ${PERL5_LICENSE}
1312

14-
DEPENDS+= p5-File-Temp>=0.01:../../devel/p5-File-Temp
15-
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
13+
BUILD_DEPENDS+= p5-File-Temp>=0.01:../../devel/p5-File-Temp
14+
BUILD_DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
1615

1716
PERL5_PACKLIST= auto/Test/Strict/.packlist
1817
USE_LANGUAGES= # none

devel/p5-Test-Strict/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2020/04/19 12:43:24 rillig Exp $
1+
$NetBSD: distinfo,v 1.2 2020/09/04 01:09:46 wen Exp $
22

3-
SHA1 (Test-Strict-0.47.tar.gz) = 567b46694ab5ad808d7d59f849dd0f55d7a0f9c1
4-
RMD160 (Test-Strict-0.47.tar.gz) = 44bfaf2c5dce70be1df8a5edb61fb383d6f61647
5-
SHA512 (Test-Strict-0.47.tar.gz) = 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9
6-
Size (Test-Strict-0.47.tar.gz) = 20679 bytes
3+
SHA1 (Test-Strict-0.52.tar.gz) = 9043431fb1026b3b3cae0348132f3595e0150172
4+
RMD160 (Test-Strict-0.52.tar.gz) = 776ce2684beb621c9d55e705b27011230ae32133
5+
SHA512 (Test-Strict-0.52.tar.gz) = 2d2e27f8fa5156bae4b54c2a9da5f5bd37c820ca9f9594f51c0915695f74f16880445d8a47de5a86d0277482b8234d4ab8e1c8a7ba00871c950268be40f543b5
6+
Size (Test-Strict-0.52.tar.gz) = 20932 bytes

0 commit comments

Comments
 (0)