diff options
author | minskim <minskim> | 2006-10-14 05:53:40 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-10-14 05:53:40 +0000 |
commit | 1c6e3e26f66bce6aacec8d4d565ef90afa66b582 (patch) | |
tree | 7fa5ec346e56056ab7ac24561cb6df22c67d35d6 | |
parent | cfe366166decfc79a083f8111cc12c846527b849 (diff) | |
download | pkgsrc-1c6e3e26f66bce6aacec8d4d565ef90afa66b582.tar.gz |
Add ruby-daemons.
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 303914c069b..e7795cd466a 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1495 2006/10/14 05:03:51 obache Exp $ +>$NetBSD: CHANGES-2006,v 1.1496 2006/10/14 05:53:40 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -4772,3 +4772,4 @@ Changes to the packages collection and infrastructure in 2006: Updated misc/udfclient to 0.5.4 [reinoud 2006-10-14] Added devel/etrace version 2.1 [gdt 2006-10-13] Updated e16menuedit2 to 0.0.3 [obache 2006-10-13] + Updated misc/ruby-daemons to 1.0.2 [minskim 2006-10-14] diff --git a/misc/Makefile b/misc/Makefile index a90dee8fcab..3ff05c91142 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2006/09/27 15:18:14 joerg Exp $ +# $NetBSD: Makefile,v 1.264 2006/10/14 05:53:40 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -202,6 +202,7 @@ SUBDIR+= root-tail SUBDIR+= routeplanner-cli SUBDIR+= rox-memo SUBDIR+= rpm +SUBDIR+= ruby-daemons SUBDIR+= rubygems SUBDIR+= sch SUBDIR+= sci |