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:   mef
Date:           Thu Apr 27 13:17:52 UTC 2017

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

Log Message:
Updated devel/p5-IPC-Run to 0.95
--------------------------------
0.95 Mon Apr 24 2017
 - Spelling fixes
 - doc fix: full_result returns $?, not $? >> 8
 - Fix check for reaped PID in reap_nb
 - Re-remove unnecessary use of UNIVERSAL

0.94_02 Thu Apr 14 2016
 - Skip infinity test on perl below 5.8.9

0.94_01 Tue Apr 12 2016
 - Enable Travis-CI integration for IPC::Run
 - Use q{} and qq{} to fix problems with quotation in cmd.exe
 - sync $VERSION across all files to address kwalitee
 - RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR
 - CHILD_HANDLE should be closed with 'Close' to prevent a warning.
 - require Win32API::File on Windows
 - Better timer error message + an additional unit test
 - Catching previously non-detected malformed time strings
 - Let Timer accept all allowable perl numbers
 - allow the OS to choose the ephemeral port to use
 - Don't use version.pm to parse the perl version in Makefile.PL
 - perltidy
 - Do not import POSIX into local namespace (it's a memory hog)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-IPC-Run/Makefile
cvs rdiff -u -r1.10 -r1.11 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.29 pkgsrc/devel/p5-IPC-Run/Makefile:1.30
--- pkgsrc/devel/p5-IPC-Run/Makefile:1.29       Wed Jun  8 19:23:05 2016
+++ pkgsrc/devel/p5-IPC-Run/Makefile    Thu Apr 27 13:17:52 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2016/06/08 19:23:05 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/04/27 13:17:52 mef Exp $
 
-DISTNAME=      IPC-Run-0.94
+DISTNAME=      IPC-Run-0.95
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 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.10 pkgsrc/devel/p5-IPC-Run/distinfo:1.11
--- pkgsrc/devel/p5-IPC-Run/distinfo:1.10       Tue Nov  3 03:28:22 2015
+++ pkgsrc/devel/p5-IPC-Run/distinfo    Thu Apr 27 13:17:52 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 03:28:22 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/04/27 13:17:52 mef Exp $
 
-SHA1 (IPC-Run-0.94.tar.gz) = 16ebf7bebddaf4c4d796781889c76e577a716677
-RMD160 (IPC-Run-0.94.tar.gz) = e158c2537370ae5b6f0c72586ad2791be2e64dcf
-SHA512 (IPC-Run-0.94.tar.gz) = c42fb5e0a5085698bec3f970ba642c00ad947629bd30c1485ebd28e8e24db4273fa6439e0abeddbc602be66e4ebfcaaa7e8d3982ac8b82c3c6a8a431c170f721
-Size (IPC-Run-0.94.tar.gz) = 121394 bytes
+SHA1 (IPC-Run-0.95.tar.gz) = a6adf31a95b9c96a1c16aeb01cee3340f1613835
+RMD160 (IPC-Run-0.95.tar.gz) = 3d30caa88dcab77bffb01ef14726e08540e77281
+SHA512 (IPC-Run-0.95.tar.gz) = c7f3dd709cb2119078e2adc3113d7a99dd6c14ebae4b99e509f7987864017cd90ba9137f060e1d4ae7d31fdf70a10e76c024fa81a56186550a26cb3817d39ef6
+Size (IPC-Run-0.95.tar.gz) = 122032 bytes
 SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c



Home | Main Index | Thread Index | Old Index