diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 14:43:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 14:43:40 +0000 |
commit | e227ddb5a8a50f3eafde5df66c3c8fb96ab06e22 (patch) | |
tree | 13acb003e19ec14097466f5524dda644c2ba76dc /misc | |
parent | 40712b737cbdc173b6b62f6d9bcec60a980fe019 (diff) | |
download | pkgsrc-e227ddb5a8a50f3eafde5df66c3c8fb96ab06e22.tar.gz |
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)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-daemons/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-daemons/PLIST | 3 | ||||
-rw-r--r-- | misc/ruby-daemons/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/ruby-daemons/Makefile b/misc/ruby-daemons/Makefile index 4d40764235f..b61010b1f7a 100644 --- a/misc/ruby-daemons/Makefile +++ b/misc/ruby-daemons/Makefile @@ -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 diff --git a/misc/ruby-daemons/PLIST b/misc/ruby-daemons/PLIST index 5f4dc978388..68a20cb01a1 100644 --- a/misc/ruby-daemons/PLIST +++ b/misc/ruby-daemons/PLIST @@ -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 diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo index b40d69db920..3f46a76e429 100644 --- a/misc/ruby-daemons/distinfo +++ b/misc/ruby-daemons/distinfo @@ -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 |