diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d94c23da081..da0df6e21a7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8774 2005/01/16 19:20:21 jmmv Exp $ +$NetBSD: CHANGES,v 1.8775 2005/01/16 21:16:34 adrianp Exp $ Changes to the packages collection and infrastructure in 2005: @@ -338,3 +338,4 @@ Changes to the packages collection and infrastructure in 2005: Updated squid to 2.5.7nb6 [taca 2005-01-16] Added rubber-0.99.8 [cube 2005-01-16] Updated nmh to 1.0.4nb6 [jmmv 2005-01-16] + Added horde-3.0.2 [adrianp 2004-01-16] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.2911 2005/01/16 20:41:53 jmmv Exp $ +$NetBSD: TODO,v 1.2912 2005/01/16 21:16:34 adrianp Exp $ Suggested new packages ====================== @@ -555,7 +555,6 @@ Suggested package updates o hercules-3.02 o hevea-1.07 o hitchhiker-0.7 - o horde-3.0.2 o host-20040812 [cjep,talking to greg woods about this] o hot-babe-0.2.2 o html-4.23 diff --git a/www/Makefile b/www/Makefile index 7254c46bbd7..889eb984f28 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.373 2005/01/15 16:21:24 minskim Exp $ +# $NetBSD: Makefile,v 1.374 2005/01/16 21:16:34 adrianp Exp $ # COMMENT= Packages related to the World Wide Web @@ -107,6 +107,7 @@ SUBDIR+= gtkhtml30 SUBDIR+= haskell-cgi SUBDIR+= hiawatha SUBDIR+= horde +SUBDIR+= horde3 SUBDIR+= htdig SUBDIR+= htmldoc SUBDIR+= htmldoc-x11 |