Next | Query returned 33 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-09-02 06:19:24 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.78

Upstream changes:
Chnages for 0.78    Mon Apr 30 19:45:00 BST 2012
=================================================
* Use POSIX::_exit() instead of exit() in
  run_forked(). Reported by Mithun Ayachit
  [RT 76901]

Changes for 0.76    Mon Jan 30 11:30:53 GMT 2012
=================================================
* Make the empty arg stripping the default again,
  with option to override this behaviour.

Changes for 0.74    Mon Jan 30 10:24:30 GMT 2012
=================================================
* Applied patch from WATANABE Hiroaki [RT #74470]
  "Empty string cannot be passed to command"
* Resolved [RT #74373] reported by Randy Stauner
  "Compilation error when POSIX.pm fails to load"
   2011-10-16 15:54:32 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-IPC-Cmd to 0.72.

Changes from previous:
Changes for 0.72    Wed Jun 22 12:29:59 BST 2011
=================================================
* Added IPC::Open3 support for capturing STDOUT/STDERR
  on MSWin32, prefer this over IPC::Run

Changes for 0.70    Mon Jan 31 20:34:09 GMT 2011
=================================================
* Apply a patch from Petya Kohts, RT #65276, with
  changes for run_forked:

  1) fix for the typo in the name of the signal
  2) changed default for clean_up_children (which
     seems to be the behavior expected by the majority of the users)
  3) added detection (and forwarding to the caller) of the case
     when run program is killed by signal
  4) kill_gently is now used in cases when parent died
     and when the executed program times out
  5) added options which allow to execute some user code
     in the beginning and at the end of the child

Changes for 0.68    Fri Jan  7 21:08:58 GMT 2011
=================================================
* Apply blead patch from Peter Acklam

Changes for 0.66    Tue Nov 23 12:10:24 GMT 2010
=================================================
* Apply documentation patch from Dan Dascalescu [RT # 63250]
* Apply another documentation patch from Dan Dascalescu [RT #63251]
* Fix an issue with _split_like_shell_win32() raised by tunakermit [RT #62961]

Changes for 0.64    Tue Oct 19 19:01:05 BST 2010
=================================================
* Only enable the can_run instances behaviour when
  global variable $INSTANCES is set

Changes for 0.62    Tue Oct 19 15:51:30 BST 2010
=================================================
* Amended can_run behaviour to run all found instances
  of the given binary in a list context
   2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-31 12:16:39 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-IPC-Cmd from 0.56 to 0.60

Upstream changes:
Changes for 0.60    Mon Jul  5 09:04:54 BST 2010
=================================================
* Corrected spelling mistakes in POD, spotted by H.Merijn Brand
* Apply a patch from Burak Gursoy RT #58886, which fixes paths
  on MSWin32
* Apply patch from Petya Kohts, RT #50398, which allows more
  flexible configuration of run_forked and its children

Changes for 0.58    Thu Apr 29 20:49:07 BST 2010
=================================================
* Applied patch from Petya Kohts, RT #50398, which
  adds 'terminate_on_parent_sudden_death' option to
  run_forked().
* Applied patches from David Morel RT #56973, which
  add 'discard_output' option to run_forked().
* Added documentation as suggested by Rafa?l Garcia-Suarez
  in RT #56973
   2010-02-15 16:50:45 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating devel/p5-IPC-Cmd from 0.54 to 0.56

Upstream changes:
Changes for 0.56    Wed Feb  3 14:17:00 GMT 2010
* Applied patch from Petya Kohts, RT #50398, which
  updates run_forked() to allow coderefs
   2010-01-29 17:04:23 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-IPC-Cmd from 0.50 to 0.54

pkgsrc changes:
- Add PERL5_REQD to mark, that not otherwise available from Perl-5.10.0 core
  are required

Upstream changes:
Changes for 0.54    Sun Nov 15 21:43:51 GMT 2009
=================================================
* Fixed issues on older perls requiring Time::HiRes

Changes for 0.52    Fri Nov 13 16:15:11 GMT 2009
=================================================
* Added documentation for run_forked()

Changes for 0.51_01 Sun Nov  8 22:36:33 GMT 2009
=================================================
* Apply patch from Petya Kohts, RT #50398, which adds
  run_forked()
   2009-09-12 23:25:53 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-IPC-Cmd from 0.46 to 0.50

Upstream changes:
Changes for 0.50    Mon Sep  7 16:17:32 BST 2009
=================================================
* Apply patch from Steve Hay that fixes a test failure in
  core since the move from lib/ to ext/ [RT #49490]

Changes for 0.48    Mon Sep  7 15:12:43 BST 2009
=================================================
* Apply a patch from Vincent Pit to fix warnings when undefined
  values are provided in the command list [RT #48868]
   2009-06-15 01:26:28 by Jens Rehsack | Files touched by this commit (2)
Log message:
pkgsrc changes:
  - Updating package of p5 module IPC::Cmd from 0.44 to 0.46
  - Removing all dependencies, because they are included in perl5-core
  - Adjusting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
Changes for 0.46    Fri Jun 12 13:40:09 UTC 2009
=================================================
* Apply patch from Craig Berry to quote arguments correctly
  on VMS. See RT #46288 for details.

Next | Query returned 33 messages, browsing 21 to 30 | Previous