Skip to content

Commit

Permalink
p5-System-Command: update to 1.121.
Browse files Browse the repository at this point in the history
Fix dependencies.

1.121 2020-06-03 BOOK
    - No functional change: update Changes and contributors

1.120 2020-06-03 BOOK
    [ENHANCEMENTS]
    - System::Command does not clobber $? and $! any more
      when DESTOYed (GH #27 by MMCCLIMON)
  • Loading branch information
0-wiz-0 committed Sep 7, 2020
1 parent 8d1053c commit 0392322
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions devel/p5-System-Command/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.22 2020/08/31 18:08:54 wiz Exp $
# $NetBSD: Makefile,v 1.23 2020/09/07 10:09:36 wiz Exp $

DISTNAME= System-Command-1.119
DISTNAME= System-Command-1.121
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=System/}

Expand All @@ -11,7 +10,14 @@ HOMEPAGE= https://metacpan.org/release/System-Command
COMMENT= Object for running system commands
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
TEST_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
TEST_DEPENDS+= p5-Pod-Coverage-TrustPod-[0-9]*:../../textproc/p5-Pod-Coverage-TrustPod

USE_LANGUAGES= # empty
USE_TOOLS+= perl # for make test
PERL5_PACKLIST= auto/System/Command/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-System-Command/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2018/04/07 08:12:21 wen Exp $
$NetBSD: distinfo,v 1.12 2020/09/07 10:09:36 wiz Exp $

SHA1 (System-Command-1.119.tar.gz) = 005819eca95ca619e61b3e1ef230ce780d6ff2cc
RMD160 (System-Command-1.119.tar.gz) = 82887de75fecb037508985d183788c964252619d
SHA512 (System-Command-1.119.tar.gz) = 6cda85b018bbf1f36006c2aab2364c07f74f9202a1cd54a22634ae3f9afbfee96c784c1661b449d54d8037019616099eb3900835a241adf473017b94b07444b5
Size (System-Command-1.119.tar.gz) = 30479 bytes
SHA1 (System-Command-1.121.tar.gz) = b82a26bc0367879b37214dd7e9a194409374de91
RMD160 (System-Command-1.121.tar.gz) = 13daef817772bd9a16d2c1f3b0604b469d9b1d05
SHA512 (System-Command-1.121.tar.gz) = a476fad8487d5c15af4528b8e0169d8176c250c15d1d2d9450bc1ac5bdf53b753787e312830e4995d5b5a28db50d3358e39718f6cad34bcf694e94ad899aefd7
Size (System-Command-1.121.tar.gz) = 32589 bytes

0 comments on commit 0392322

Please sign in to comment.