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 260274ef685..885793b5a35 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.121 2006/05/02 08:40:16 joerg Exp $ +$NetBSD: CHANGES-2006,v 1.122 2006/05/02 14:20:05 jlam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2349,3 +2349,4 @@ Changes to the packages collection and infrastructure in 2006: Added www/p5-HTTP-Server-Simple-Kwiki version 0.29 [jlam 2006-05-02] Added www/p5-Kwiki-Simple-Server-HTTP version 0.03 [jlam 2006-05-02] Updated mail/qpopper to 4.0.8nb1 [joerg 2006-05-02] + Added www/p5-Kwiki-Wikiwyg version 0.13 [jlam 2006-05-02] diff --git a/www/Makefile b/www/Makefile index ce7905a4a1b..fc08f026bbf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.450 2006/05/02 04:51:50 jlam Exp $ +# $NetBSD: Makefile,v 1.451 2006/05/02 14:20:05 jlam Exp $ # COMMENT= Packages related to the World Wide Web @@ -246,6 +246,7 @@ SUBDIR+= p5-Kwiki-UserName SUBDIR+= p5-Kwiki-UserPreferences SUBDIR+= p5-Kwiki-Users-Remote SUBDIR+= p5-Kwiki-Weather +SUBDIR+= p5-Kwiki-Wikiwyg SUBDIR+= p5-Kwiki-Zipcode SUBDIR+= p5-LWP-Authen-Wsse SUBDIR+= p5-MasonX-Request-WithApacheSession |