summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20093
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6424c8d04f9..7808d6cf57d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1272 2009/12/17 11:29:38 jnemeth Exp $
+# $NetBSD: Makefile,v 1.1273 2009/12/21 19:21:02 reed Exp $
#
COMMENT= Development utilities
@@ -216,6 +216,7 @@ SUBDIR+= gnustep-make
SUBDIR+= gnustep-objc
SUBDIR+= gnustep-objc-lf2
SUBDIR+= gob2
+SUBDIR+= googletest
SUBDIR+= gperf
SUBDIR+= gputils
SUBDIR+= gsoap
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index 99068e6eafc..bb0fe7f0d3c 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.4680 2009/12/21 07:23:02 adam Exp $
+$NetBSD: CHANGES-2009,v 1.4681 2009/12/21 19:21:02 reed Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -6313,3 +6313,4 @@ Changes to the packages collection and infrastructure in 2009:
Updated net/proftpd to 1.3.2c [tonnerre 2009-12-21]
Updated databases/ruby-ldap to 0.9.9 [taca 2009-12-21]
Updated graphics/optipng to 0.6.3nb1 [adam 2009-12-21]
+ Added devel/googletest version 1.4.0 [reed 2009-12-21]