pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Capture-Tiny Updating package for CPAN module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39244e16d4ba
branches:  trunk
changeset: 603707:39244e16d4ba
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 11 12:55:35 2012 +0000

description:
Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny
from 0.17 to 0.18.

Upstream changes since 0.17:
0.18      2012-05-04 16:31:53 America/New_York

  Added

  - When capture or tee are called in void context, Capture::Tiny
    skips reading back from the capture handles if it can do so safely

0.17_52   2012-03-09 11:45:19 EST5EDT

  Fixed:

  - Tied STDIN is always localized before redirections to avoid tees
    hanging on MSWin32

  - Copying and reopening STDIN is necessary to avoid tees hanging on MSWin32.

0.17_51   2012-03-07 18:22:34 EST5EDT

  Fixed:

  - Avoids reopening STDIN while setting up a capture, which avoids
    some problems with pathological tied filehandle implementations
    such as in FCGI

  Tested:

  - Re-enabled tied STDIN testing for MSWin32 to see if changes above
    avoid crashes seen historically

diffstat:

 devel/p5-Capture-Tiny/Makefile |  4 ++--
 devel/p5-Capture-Tiny/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 4f3dc21fa56b -r 39244e16d4ba devel/p5-Capture-Tiny/Makefile
--- a/devel/p5-Capture-Tiny/Makefile    Fri May 11 12:51:39 2012 +0000
+++ b/devel/p5-Capture-Tiny/Makefile    Fri May 11 12:55:35 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/03/05 13:22:15 sno Exp $
+# $NetBSD: Makefile,v 1.10 2012/05/11 12:55:35 sno Exp $
 
-DISTNAME=      Capture-Tiny-0.17
+DISTNAME=      Capture-Tiny-0.18
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
diff -r 4f3dc21fa56b -r 39244e16d4ba devel/p5-Capture-Tiny/distinfo
--- a/devel/p5-Capture-Tiny/distinfo    Fri May 11 12:51:39 2012 +0000
+++ b/devel/p5-Capture-Tiny/distinfo    Fri May 11 12:55:35 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2012/03/05 13:22:15 sno Exp $
+$NetBSD: distinfo,v 1.9 2012/05/11 12:55:35 sno Exp $
 
-SHA1 (Capture-Tiny-0.17.tar.gz) = 36114591f9cdd4c1dc0834d7c0b250d2095b6293
-RMD160 (Capture-Tiny-0.17.tar.gz) = d615c779c3f505278477140374d1b5ef1df7c91f
-Size (Capture-Tiny-0.17.tar.gz) = 27991 bytes
+SHA1 (Capture-Tiny-0.18.tar.gz) = 09633bd14ca38d7c91d8c125b05387423a349f97
+RMD160 (Capture-Tiny-0.18.tar.gz) = 450da6c6ee46cca500cbfb236606849179fe938a
+Size (Capture-Tiny-0.18.tar.gz) = 29485 bytes



Home | Main Index | Thread Index | Old Index