Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-System-Command p5-System-Command: update to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c860e952a55
branches:  trunk
changeset: 438358:2c860e952a55
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 10:09:36 2020 +0000

description:
p5-System-Command: update to 1.121.

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)

diffstat:

 devel/p5-System-Command/Makefile |  12 +++++++++---
 devel/p5-System-Command/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r c4fefbcec564 -r 2c860e952a55 devel/p5-System-Command/Makefile
--- a/devel/p5-System-Command/Makefile  Mon Sep 07 10:05:22 2020 +0000
+++ b/devel/p5-System-Command/Makefile  Mon Sep 07 10:09:36 2020 +0000
@@ -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/}
 
@@ -11,7 +10,14 @@
 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"
diff -r c4fefbcec564 -r 2c860e952a55 devel/p5-System-Command/distinfo
--- a/devel/p5-System-Command/distinfo  Mon Sep 07 10:05:22 2020 +0000
+++ b/devel/p5-System-Command/distinfo  Mon Sep 07 10:09:36 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index