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:   mef
Date:           Sat Jun 18 20:25:22 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-System-Command/Makefile
cvs rdiff -u -r1.9 -r1.10 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.15 pkgsrc/devel/p5-System-Command/Makefile:1.16
--- pkgsrc/devel/p5-System-Command/Makefile:1.15        Wed Jun  8 19:23:32 2016
+++ pkgsrc/devel/p5-System-Command/Makefile     Sat Jun 18 20:25:22 2016
@@ -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/}
 

Index: pkgsrc/devel/p5-System-Command/distinfo
diff -u pkgsrc/devel/p5-System-Command/distinfo:1.9 pkgsrc/devel/p5-System-Command/distinfo:1.10
--- pkgsrc/devel/p5-System-Command/distinfo:1.9 Sat Nov 14 03:52:51 2015
+++ pkgsrc/devel/p5-System-Command/distinfo     Sat Jun 18 20:25:22 2016
@@ -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