summaryrefslogtreecommitdiff
path: root/misc/ruby-daemons
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 01:48:39 +0000
committertaca <taca@pkgsrc.org>2011-06-19 01:48:39 +0000
commit72b3a2a57c24be01719ca0f101640073ee7c1be3 (patch)
treec062b6186662df151ef03e418e72fb4a543b825f /misc/ruby-daemons
parentf3dab0e5c6b8bc7b9ac542fa73c2e51fd649ac6f (diff)
downloadpkgsrc-72b3a2a57c24be01719ca0f101640073ee7c1be3.tar.gz
Update ruby-daemons package to 1.1.4.
= Daemons Release History == Release 1.1.4: June 17, 2011 * Do not change the umask to 0000 when daemonizing anymore, just leave it as it was (thanks to Jon Botelho). == Release 1.1.3: April 14, 2011 * Fixed a bug in Application.stop: the cached pid number needs to be used to check for the status of a killed process (thanks to Jimmy Sieben). == Release 1.1.2: March 29, 2011 * Fixed gemspec to include all needed files. == Release 1.1.1: March 29, 2011 * Make the logging facilities work in :mode => :none (i.e. when calling Daemons.daemonize) (thanks to the input from Peter Hegedus).
Diffstat (limited to 'misc/ruby-daemons')
-rw-r--r--misc/ruby-daemons/Makefile4
-rw-r--r--misc/ruby-daemons/PLIST5
-rw-r--r--misc/ruby-daemons/distinfo8
3 files changed, 7 insertions, 10 deletions
diff --git a/misc/ruby-daemons/Makefile b/misc/ruby-daemons/Makefile
index 229628037b7..0b21ca8eafb 100644
--- a/misc/ruby-daemons/Makefile
+++ b/misc/ruby-daemons/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2010/09/10 07:22:54 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/06/19 01:48:39 taca Exp $
-DISTNAME= daemons-1.1.0
+DISTNAME= daemons-1.1.4
CATEGORIES= misc
MAINTAINER= minskim@NetBSD.org
diff --git a/misc/ruby-daemons/PLIST b/misc/ruby-daemons/PLIST
index e820341a492..9a4bd640d15 100644
--- a/misc/ruby-daemons/PLIST
+++ b/misc/ruby-daemons/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2010/09/10 07:22:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/06/19 01:48:39 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
@@ -19,13 +19,10 @@ ${GEM_LIBDIR}/examples/run/ctrl_normal.rb
${GEM_LIBDIR}/examples/run/ctrl_ontop.rb
${GEM_LIBDIR}/examples/run/ctrl_optionparser.rb
${GEM_LIBDIR}/examples/run/ctrl_proc.rb
-${GEM_LIBDIR}/examples/run/ctrl_proc.rb.output
${GEM_LIBDIR}/examples/run/ctrl_proc_multiple.rb
-${GEM_LIBDIR}/examples/run/ctrl_proc_multiple.rb.output
${GEM_LIBDIR}/examples/run/ctrl_proc_simple.rb
${GEM_LIBDIR}/examples/run/myserver.rb
${GEM_LIBDIR}/examples/run/myserver_crashing.rb
-${GEM_LIBDIR}/examples/run/myserver_crashing.rb.output
${GEM_LIBDIR}/examples/run/myserver_exiting.rb
${GEM_LIBDIR}/examples/run/myserver_hanging.rb
${GEM_LIBDIR}/lib/daemons.rb
diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo
index 5f2316c186b..a1daf8acbaf 100644
--- a/misc/ruby-daemons/distinfo
+++ b/misc/ruby-daemons/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2010/09/10 07:22:54 taca Exp $
+$NetBSD: distinfo,v 1.9 2011/06/19 01:48:39 taca Exp $
-SHA1 (daemons-1.1.0.gem) = 6f1a7d04bffc49c629ce4e6cd7b9f17acfb1def5
-RMD160 (daemons-1.1.0.gem) = 207f325a5dd5119f559c0909d68747aaaa28f4c4
-Size (daemons-1.1.0.gem) = 33792 bytes
+SHA1 (daemons-1.1.4.gem) = 6603f661cc3b9f591db66b5fbb18d648288651a0
+RMD160 (daemons-1.1.4.gem) = cc1992b05643f10899819472fa5efa3abe77a3f2
+Size (daemons-1.1.4.gem) = 33792 bytes