summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2005-04-11 04:09:08 +0000
committerminskim <minskim>2005-04-11 04:09:08 +0000
commit3573710056af2362774488eb5d107ef8b5442760 (patch)
tree6bd678818b60cb0286568412fc0402005e33e4c8
parent8838c2deb0fdbe0c3c2800d117cf4ef465e35c84 (diff)
downloadpkgsrc-3573710056af2362774488eb5d107ef8b5442760.tar.gz
Add and enable rake.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6c09463900f..ebdc4a42ccc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.628 2005/04/11 03:29:21 minskim Exp $
+# $NetBSD: Makefile,v 1.629 2005/04/11 04:09:08 minskim Exp $
#
COMMENT= Development utilities
@@ -521,6 +521,7 @@ SUBDIR+= py-unitgui
SUBDIR+= py-urwid
SUBDIR+= py-zconfig
SUBDIR+= python-mode
+SUBDIR+= rake
SUBDIR+= rapidsvn
SUBDIR+= ratfor
SUBDIR+= rcs
diff --git a/doc/CHANGES b/doc/CHANGES
index ea293124e2d..1ed6c63d65b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9816 2005/04/11 03:46:37 minskim Exp $
+$NetBSD: CHANGES,v 1.9817 2005/04/11 04:09:08 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -1974,3 +1974,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated gtk-send-pr to 0.4.5 [cube 2005-04-10]
Added ruby-cmd-0.7.0 [minskim 2005-04-11]
Updated mathomatic to 12.2c [minskim 2005-04-11]
+ Added rake-0.5.3 [minskim 2005-04-11]