Add and enable ruby-activesupport.

This commit is contained in:
minskim 2005-04-10 02:54:46 +00:00
parent 4e3b641f1f
commit 336bbe436d
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.626 2005/04/08 02:56:07 riz Exp $
# $NetBSD: Makefile,v 1.627 2005/04/10 02:54:47 minskim Exp $
#
COMMENT= Development utilities
@ -534,6 +534,7 @@ SUBDIR+= rt-mysql
SUBDIR+= rt-pgsql
SUBDIR+= rt3
SUBDIR+= ruby-amstd
SUBDIR+= ruby-activesupport
SUBDIR+= ruby-bsearch
SUBDIR+= ruby-byaccr
SUBDIR+= ruby-curses

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.9806 2005/04/10 02:06:31 minskim Exp $
$NetBSD: CHANGES,v 1.9807 2005/04/10 02:54:46 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@ -1964,3 +1964,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated udfclient to 0.3.5 [reinoud 2005-04-10]
Added rubygems-0.8.10 [minskim 2005-04-10]
Added ruby-actionmailer-0.8.1 [minskim 2005-04-10]
Added ruby-activesupport-1.0.3 [minskim 2005-04-10]