diff options
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 3568864bc55..15e6ec5cfa5 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.1924 2006/12/04 15:16:56 obache Exp $ +$NetBSD: CHANGES-2006,v 1.1925 2006/12/04 16:06:16 xtraeme Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5510,3 +5510,4 @@ Changes to the packages collection and infrastructure in 2006: Updated mail/squirrelmail to 1.4.9a [obache 2006-12-04] Updated devel/autoconf to 2.61 [wiz 2006-12-04] Updated chat/micq to 0.5.2 [mjl 2006-12-04] + Added www/varnish version 1.0.2 [xtraeme 2006-12-04] diff --git a/www/Makefile b/www/Makefile index def80f04006..412af92a379 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.487 2006/11/30 11:48:25 ghen Exp $ +# $NetBSD: Makefile,v 1.488 2006/12/04 16:06:16 xtraeme Exp $ # COMMENT= Packages related to the World Wide Web @@ -324,6 +324,7 @@ SUBDIR+= tidy SUBDIR+= tinyproxy SUBDIR+= trac SUBDIR+= urlget +SUBDIR+= varnish SUBDIR+= viewvc SUBDIR+= visitors SUBDIR+= w3 |