diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8574a801685..4a2ac8fd412 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5616 2004/04/16 21:29:16 kristerw Exp $ +$NetBSD: CHANGES,v 1.5617 2004/04/16 21:39:01 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2032,3 +2032,4 @@ Changes to the packages collection and infrastructure in 2004: Added powermanga-0.78 [xtraeme 2004-04-16] Updated xmame to 0.81.1 [kristerw 2004-04-16] Updated xmess to 0.81.1 [kristerw 2004-04-16] + Added p5-WWW-Mechanize-1.02 [minskim 2004-04-16] diff --git a/www/Makefile b/www/Makefile index 21fb3806f35..7407be3fe30 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.316 2004/04/12 18:20:30 kim Exp $ +# $NetBSD: Makefile,v 1.317 2004/04/16 21:39:01 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -187,6 +187,7 @@ SUBDIR+= p5-Template-Toolkit SUBDIR+= p5-URI SUBDIR+= p5-VRML SUBDIR+= p5-WWW-Amazon-Wishlist +SUBDIR+= p5-WWW-Mechanize SUBDIR+= p5-libapreq SUBDIR+= p5-libapreq2 SUBDIR+= p5-libwww |