summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-04-10 04:48:09 +0000
committerminskim <minskim@pkgsrc.org>2005-04-10 04:48:09 +0000
commitd07be6dafc7c866d013f31f122ab2af651f3aaa4 (patch)
treed93a0494d68ed2a2b0f2062ea54f594679c360fa
parente34cbc8cc316c323e7f8b0c4677f84fc92db6602 (diff)
downloadpkgsrc-d07be6dafc7c866d013f31f122ab2af651f3aaa4.tar.gz
Add and enable ruby-activerecord.
-rw-r--r--databases/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 673076fdd97..164a99ecab9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2005/03/25 21:39:52 kim Exp $
+# $NetBSD: Makefile,v 1.167 2005/04/10 04:48:09 minskim Exp $
#
COMMENT= Databases
@@ -142,6 +142,7 @@ SUBDIR+= ruby-DBD-mysql
SUBDIR+= ruby-DBD-postgresql
SUBDIR+= ruby-DBD-sqlite
SUBDIR+= ruby-DBI
+SUBDIR+= ruby-activerecord
SUBDIR+= ruby-dbm
SUBDIR+= ruby-gdbm
SUBDIR+= ruby-mysql
diff --git a/doc/CHANGES b/doc/CHANGES
index 4cec5a4909f..f723f7e7700 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9809 2005/04/10 04:16:47 minskim Exp $
+$NetBSD: CHANGES,v 1.9810 2005/04/10 04:48:09 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -1967,3 +1967,4 @@ Changes to the packages collection and infrastructure in 2005:
Added ruby-activesupport-1.0.3 [minskim 2005-04-10]
Added ruby-actionpack-1.7.0 [minskim 2005-04-10]
Updated ruby-actionmailer to 0.8.1nb1 [minskim 2005-04-10]
+ Added ruby-activerecord-1.9.1 [minskim 2005-04-10]