diff options
author | minskim <minskim> | 2007-02-04 00:05:28 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-02-04 00:05:28 +0000 |
commit | 7b69998bee2ae7d248e335a8f8493515b8cca093 (patch) | |
tree | 3c77c06d41151f2b3609c46bbcccfcb3fe9b2b38 /misc | |
parent | 37d8e6eef5f117ae60359c16a5ec429c11aacabe (diff) | |
download | pkgsrc-7b69998bee2ae7d248e335a8f8493515b8cca093.tar.gz |
Update ruby-daemons to 1.0.4.
Changes since 1.0.2:
* Document the :log_output option.
* Set STDOUT.sync = true when redirecting to a logfile.
* Should now run also correctly when there is no working 'ps ax' on the
system
* Set the app_name correctly also for the monitor process.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-daemons/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-daemons/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/ruby-daemons/Makefile b/misc/ruby-daemons/Makefile index 89d78e2c529..c6569121911 100644 --- a/misc/ruby-daemons/Makefile +++ b/misc/ruby-daemons/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/14 05:51:18 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/04 00:05:28 minskim Exp $ -DISTNAME= daemons-1.0.2 +DISTNAME= daemons-1.0.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= misc ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/13608/ +MASTER_SITES= http://rubyforge.org/frs/download.php/16466/ EXTRACT_SUFX= .tgz MAINTAINER= minskim@NetBSD.org diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo index 2f8b04061c1..5f387ab7356 100644 --- a/misc/ruby-daemons/distinfo +++ b/misc/ruby-daemons/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/10/14 05:51:18 minskim Exp $ +$NetBSD: distinfo,v 1.2 2007/02/04 00:05:28 minskim Exp $ -SHA1 (daemons-1.0.2.tgz) = f037fd74fb783436a0d4933dbc602b8d22d933ea -RMD160 (daemons-1.0.2.tgz) = 1b4ded8e702017a1fc905a646db2a6d35d243ef4 -Size (daemons-1.0.2.tgz) = 27064 bytes +SHA1 (daemons-1.0.4.tgz) = 0120186fa3356b1581d3db11944ba7550b23b9a1 +RMD160 (daemons-1.0.4.tgz) = e5899efe9be709388697326a60a025b7b15ebcdf +Size (daemons-1.0.4.tgz) = 27326 bytes |