pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-System-Command



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 10:09:36 UTC 2020

Modified Files:
        pkgsrc/devel/p5-System-Command: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-System-Command/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-System-Command/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-System-Command/Makefile
diff -u pkgsrc/devel/p5-System-Command/Makefile:1.22 pkgsrc/devel/p5-System-Command/Makefile:1.23
--- pkgsrc/devel/p5-System-Command/Makefile:1.22        Mon Aug 31 18:08:54 2020
+++ pkgsrc/devel/p5-System-Command/Makefile     Mon Sep  7 10:09:36 2020
@@ -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 @@ HOMEPAGE=    https://metacpan.org/release/S
 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"

Index: pkgsrc/devel/p5-System-Command/distinfo
diff -u pkgsrc/devel/p5-System-Command/distinfo:1.11 pkgsrc/devel/p5-System-Command/distinfo:1.12
--- pkgsrc/devel/p5-System-Command/distinfo:1.11        Sat Apr  7 08:12:21 2018
+++ pkgsrc/devel/p5-System-Command/distinfo     Mon Sep  7 10:09:36 2020
@@ -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