Skip to content

Commit

Permalink
Update to 0.52
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Sep 4, 2020
1 parent fff3b6b commit fa16a59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions devel/p5-Test-Strict/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2020/08/31 18:09:07 wiz Exp $
# $NetBSD: Makefile,v 1.3 2020/09/04 01:09:46 wen Exp $

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

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

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

PERL5_PACKLIST= auto/Test/Strict/.packlist
USE_LANGUAGES= # none
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Test-Strict/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/04/19 12:43:24 rillig Exp $
$NetBSD: distinfo,v 1.2 2020/09/04 01:09:46 wen Exp $

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

0 comments on commit fa16a59

Please sign in to comment.