diff options
-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 c340b7a3d8f..189a60cbb80 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1682 2006/10/31 19:18:54 drochner Exp $ +>$NetBSD: CHANGES-2006,v 1.1683 2006/10/31 19:45:21 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5074,3 +5074,4 @@ Changes to the packages collection and infrastructure in 2006: Updated math/genius to 0.7.6.1 [drochner 2006-10-31] Updated x11/zenity to 2.16.1 [drochner 2006-10-31] Updated x11/gnome-session to 2.16.1 [drochner 2006-10-31] + Added misc/ruby-gem_plugin version 0.2.1 [minskim 2006-10-31] diff --git a/misc/Makefile b/misc/Makefile index 7747fe3ad5e..6828f1f1b16 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2006/10/24 00:02:15 wiz Exp $ +# $NetBSD: Makefile,v 1.267 2006/10/31 19:45:21 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -202,6 +202,7 @@ SUBDIR+= routeplanner-cli SUBDIR+= rox-memo SUBDIR+= rpm SUBDIR+= ruby-daemons +SUBDIR+= ruby-gem_plugin SUBDIR+= rubygems SUBDIR+= sch SUBDIR+= sci |