Update ruby-daemons to 1.2.3.
== Release 1.2.3: June 25, 2015 * fix: ApplicationGroup now waits on subprocesses in start_all (thanks to tobithiel)
This commit is contained in:
parent
1426c76a69
commit
45887fd9e0
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2015/06/07 15:57:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2015/09/13 14:43:40 taca Exp $
|
||||
|
||||
DISTNAME= daemons-1.2.2
|
||||
DISTNAME= daemons-1.2.3
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2015/03/13 14:36:09 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2015/09/13 14:43:40 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
|
@ -14,6 +14,7 @@ ${GEM_LIBDIR}/examples/run/ctrl_hanging.rb
|
|||
${GEM_LIBDIR}/examples/run/ctrl_keep_pid_files.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_monitor.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_monitor_multiple.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_monitor_nocrash.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_multiple.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_normal.rb
|
||||
${GEM_LIBDIR}/examples/run/ctrl_ontop.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2015/06/07 15:57:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.14 2015/09/13 14:43:40 taca Exp $
|
||||
|
||||
SHA1 (daemons-1.2.2.gem) = 9983adfdfcbe76bb29be5313dff6dde4c0b9c86a
|
||||
RMD160 (daemons-1.2.2.gem) = 96499e5e5dd6fff7b71b57d1dd018c1663538ca5
|
||||
Size (daemons-1.2.2.gem) = 24576 bytes
|
||||
SHA1 (daemons-1.2.3.gem) = 25b1365b6af6200cb206cc56c341278d7a5dee6a
|
||||
RMD160 (daemons-1.2.3.gem) = 258e8c24a49de41f583e0acf62fd9f1097408d16
|
||||
Size (daemons-1.2.3.gem) = 24576 bytes
|
||||
|
|
Loading…
Reference in a new issue