summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--lang/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a754902960d..4458aaf7a51 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12698 2006/01/27 19:24:51 tonio Exp $
+$NetBSD: CHANGES,v 1.12699 2006/01/27 19:48:53 xtraeme Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -573,3 +573,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated net/ns to 2.29 [minskim 2006-01-27]
Updated devel/p5-gettext to 1.05nb1 [joerg 2006-01-27]
Updated lang/coq to 8.0pl3 [tonio 2006-01-27]
+ Added lang/spidermonkey version 1.5 [xtraeme 2006-01-27]
diff --git a/lang/Makefile b/lang/Makefile
index 32774394061..9636a2a871e 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.226 2005/12/31 22:46:21 markd Exp $
+# $NetBSD: Makefile,v 1.227 2006/01/27 19:48:53 xtraeme Exp $
#
COMMENT= Programming languages
@@ -141,6 +141,7 @@ SUBDIR+= smalleiffel
SUBDIR+= smalltalk
SUBDIR+= smlnj
SUBDIR+= snobol
+SUBDIR+= spidermonkey
SUBDIR+= squeak
SUBDIR+= sr
SUBDIR+= sr-examples