pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-daemons Update ruby-daemons to 1.0.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/28bf4b067ff6
branches: trunk
changeset: 534306:28bf4b067ff6
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Oct 16 04:09:04 2007 +0000
description:
Update ruby-daemons to 1.0.8.
Changes:
* new Pid.running? function. Checking whether a process exists by sending
signal '0'
* Patch to fix wrong ARGV when using :exec (in def start_exec:
Kernel.exec(script(), *(@app_argv || [])))
diffstat:
misc/ruby-daemons/Makefile | 6 +++---
misc/ruby-daemons/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r fabbcc7b5e98 -r 28bf4b067ff6 misc/ruby-daemons/Makefile
--- a/misc/ruby-daemons/Makefile Tue Oct 16 04:08:18 2007 +0000
+++ b/misc/ruby-daemons/Makefile Tue Oct 16 04:09:04 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2007/05/23 01:16:59 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2007/10/16 04:09:04 minskim Exp $
-DISTNAME= daemons-1.0.6
+DISTNAME= daemons-1.0.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= misc ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/20502/
+MASTER_SITES= http://rubyforge.org/frs/download.php/25776/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim%NetBSD.org@localhost
diff -r fabbcc7b5e98 -r 28bf4b067ff6 misc/ruby-daemons/distinfo
--- a/misc/ruby-daemons/distinfo Tue Oct 16 04:08:18 2007 +0000
+++ b/misc/ruby-daemons/distinfo Tue Oct 16 04:09:04 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/05/23 01:16:59 minskim Exp $
+$NetBSD: distinfo,v 1.5 2007/10/16 04:09:04 minskim Exp $
-SHA1 (daemons-1.0.6.tgz) = 4c9695055199ca95e3b91420622e6497a55c2008
-RMD160 (daemons-1.0.6.tgz) = a374eb94e2a98648efed5dc5d98600d66db6d385
-Size (daemons-1.0.6.tgz) = 28881 bytes
+SHA1 (daemons-1.0.8.tgz) = abd9e2b503db62120ad7702f0444ba422aa66b3a
+RMD160 (daemons-1.0.8.tgz) = 8754ad810033053d4144a9a01fa58aff06752714
+Size (daemons-1.0.8.tgz) = 27662 bytes
Home |
Main Index |
Thread Index |
Old Index