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 fd8027b09ad..e804124d046 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.1090 2006/08/22 18:44:30 joerg Exp $ +$NetBSD: CHANGES-2006,v 1.1091 2006/08/22 21:48:29 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -4039,3 +4039,4 @@ Changes to the packages collection and infrastructure in 2006: Updated devel/pango to 1.14.1 [wiz 2006-08-22] Updated devel/atk to 1.12.2 [wiz 2006-08-22] Updated graphics/freetype2 to 2.2.1nb2 [joerg 2006-08-22] + Added www/p5-HTTP-Lite version 2.1.6 [minskim 2006-08-22] diff --git a/www/Makefile b/www/Makefile index 5dee2be9cb6..46abe67d370 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.468 2006/08/17 11:57:24 darcy Exp $ +# $NetBSD: Makefile,v 1.469 2006/08/22 21:48:29 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -214,6 +214,7 @@ SUBDIR+= p5-HTMLObject SUBDIR+= p5-HTTP-Cache-Transparent SUBDIR+= p5-HTTP-DAV SUBDIR+= p5-HTTP-GHTTP +SUBDIR+= p5-HTTP-Lite SUBDIR+= p5-HTTP-Proxy SUBDIR+= p5-HTTP-Request-Form SUBDIR+= p5-HTTP-Server-Simple |