pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-System-Command Updated devel/p5-System-Comman...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2585f9becacc
branches:  trunk
changeset: 348743:2585f9becacc
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 18 20:25:22 2016 +0000

description:
Updated devel/p5-System-Command to 1.118
----------------------------------------
1.118 Thu Jun 2 2016
    [ENHANCEMENTS]
    - Avoid calling waitpid() more than necessary in _reap()
    - Close all pipes when loop_on() ends successfully, and avoid a warning
      when the exit value is not available
    [TESTS]
    - Fix t/20-zombie.t, which was broken in Strawberry Perl (viviparous)

1.117 Sun Jan 17 2016
    [ENHANCEMENT]
    - New method loop_on() allows to run callbacks on the output/errput

1.116 Sun Jan 3 2016
    [BUG FIX]
    - Fix for the 'interactive' option (RKINYON)
    [COMPATIBILITY]
    - Remove a warning that was showing up under Perl 5.6

diffstat:

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

diffs (29 lines):

diff -r 80316728da6e -r 2585f9becacc devel/p5-System-Command/Makefile
--- a/devel/p5-System-Command/Makefile  Sat Jun 18 20:23:25 2016 +0000
+++ b/devel/p5-System-Command/Makefile  Sat Jun 18 20:25:22 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:23:32 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/06/18 20:25:22 mef Exp $
 
-DISTNAME=      System-Command-1.115
+DISTNAME=      System-Command-1.118
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=System/}
 
diff -r 80316728da6e -r 2585f9becacc devel/p5-System-Command/distinfo
--- a/devel/p5-System-Command/distinfo  Sat Jun 18 20:23:25 2016 +0000
+++ b/devel/p5-System-Command/distinfo  Sat Jun 18 20:25:22 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/14 03:52:51 wen Exp $
+$NetBSD: distinfo,v 1.10 2016/06/18 20:25:22 mef Exp $
 
-SHA1 (System-Command-1.115.tar.gz) = 33051cf3c5b70a089398e07f9c3fcb9a57d5c684
-RMD160 (System-Command-1.115.tar.gz) = f4ffaee0b5f4d5505435939c05b9d53676c41f37
-SHA512 (System-Command-1.115.tar.gz) = 7105c64a2e372325b7478d4f04a6564307023ad819ed54271a49ba81ef2a1b9f0eda40e67b122590c7e99485abb279a111833f1e96a02de186c3015a18a21dce
-Size (System-Command-1.115.tar.gz) = 28508 bytes
+SHA1 (System-Command-1.118.tar.gz) = a5fda8c65a3cd75a86359a3ec64cbc790f5b707d
+RMD160 (System-Command-1.118.tar.gz) = 15baab3c901309828bded93b680ff98e54c62e0b
+SHA512 (System-Command-1.118.tar.gz) = b8f4cc6772ac3b531f321d1cd9616273a69ba8d7462b36b586073a40f3dec2a132810bd85b73b5658fb9f30fe422512e8be3cc31347201c1d49113b9a2bf64e3
+Size (System-Command-1.118.tar.gz) = 29939 bytes



Home | Main Index | Thread Index | Old Index