pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IPC-Run



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Apr 23 07:26:17 UTC 2018

Modified Files:
        pkgsrc/devel/p5-IPC-Run: Makefile distinfo

Log Message:
Update to 0.99

Upstream changes:
0.99 Fri Mar 30 2018
 - Fixes for windows unit tests so they skip or pass.
  t/autoflush.t
  t/readonly.t
  t/run_stdin-callback-return-array.t

0.98 Thu Mar 29 2018
 - Switch to using $!{EINTR}
 - Honor umask for user/group permissions on a +rw file
 - Remove commented code from RT 50739
 - #63 - Patch for fixing _write on invalid objects
 - #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
 - #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
 - #46 - '&' closing the stdin of the right process.
 - #41 - Do POSIX::_exit not ::exit
 - #40 - Assure child Win32 processes have same priority as parent
 - #38 - Add unit test for passing use of Readonly.pm
 - #39 - Fix GLOB test in IPC::Run::IO->new
 - #86 - Fix for memory leak [rt.cpan.org #57990]
 - MANIFEST was updated. New tests may start shipping now.

0.97 Mon Mar 26 2018
 - Update meta and POD to point to GitHub issues not RT.
 - Update README with pod changes.
 - Fix variable name in synopsis - [Github #47]
 - Fix t/run.t to work on "perl in space" - [Github #100]


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-IPC-Run/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-IPC-Run/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-IPC-Run/Makefile
diff -u pkgsrc/devel/p5-IPC-Run/Makefile:1.32 pkgsrc/devel/p5-IPC-Run/Makefile:1.33
--- pkgsrc/devel/p5-IPC-Run/Makefile:1.32       Mon Jun  5 14:23:08 2017
+++ pkgsrc/devel/p5-IPC-Run/Makefile    Mon Apr 23 07:26:16 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2017/06/05 14:23:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2018/04/23 07:26:16 wen Exp $
 
-DISTNAME=      IPC-Run-0.96
+DISTNAME=      IPC-Run-0.99
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
 

Index: pkgsrc/devel/p5-IPC-Run/distinfo
diff -u pkgsrc/devel/p5-IPC-Run/distinfo:1.12 pkgsrc/devel/p5-IPC-Run/distinfo:1.13
--- pkgsrc/devel/p5-IPC-Run/distinfo:1.12       Wed May 17 10:59:04 2017
+++ pkgsrc/devel/p5-IPC-Run/distinfo    Mon Apr 23 07:26:16 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2017/05/17 10:59:04 wiz Exp $
+$NetBSD: distinfo,v 1.13 2018/04/23 07:26:16 wen Exp $
 
-SHA1 (IPC-Run-0.96.tar.gz) = 6ebd990de9e4e8853e499aa958b10e54511d1f9e
-RMD160 (IPC-Run-0.96.tar.gz) = ef9c6daafb87fbd0685487d2ed5ab2b710f3f247
-SHA512 (IPC-Run-0.96.tar.gz) = 8a531a2126c15653ab0230813985cc7c83f2c3467c987757fc1f04c3c9952ee0246bcf743dcc4381351c72989f7271ede16962cca24e030404e414ff000c57a8
-Size (IPC-Run-0.96.tar.gz) = 121644 bytes
+SHA1 (IPC-Run-0.99.tar.gz) = f024df7aee8699f4cc71a1c4a2574ffdc01d2fe1
+RMD160 (IPC-Run-0.99.tar.gz) = 21b668f6c028bad93d9729c8630f0f63d461a3ac
+SHA512 (IPC-Run-0.99.tar.gz) = 7a5dcb13d34f934a79a22f8c8512fc50f22c947ac45a85729e8d9d7382c32e3ad57dc4e33c3b6bf85da96cffcb4328c90c8619d80e22e894257062a0fb42c193
+Size (IPC-Run-0.99.tar.gz) = 148346 bytes
 SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c



Home | Main Index | Thread Index | Old Index