From hiroo@exp.t.u-tokyo.ac.jp  Sat Sep 19 19:35:59 1998
Received: from landau.t.u-tokyo.ac.jp (landau.t.u-tokyo.ac.jp [133.11.68.67])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11521
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Sep 1998 19:35:55 -0700 (PDT)
          (envelope-from hiroo@exp.t.u-tokyo.ac.jp)
Received: from localhost (nlvaio.t.u-tokyo.ac.jp [133.11.69.12])
	by landau.t.u-tokyo.ac.jp (8.8.8+2.7Wbeta7/3.6W-MUTSUKI) with ESMTP id LAA29926
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Sep 1998 11:35:23 +0900 (JST)
Message-Id: <19980920113545S.hiroo@nlvaio.t.u-tokyo.ac.jp>
Date: Sun, 20 Sep 1998 11:35:45 +0900
From: Hiroo Ono <hiroo@exp.t.u-tokyo.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: checkbot
X-Send-Pr-Version: 3.2

>Number:         7994
>Category:       ports
>Synopsis:       ports/www/checkbot calls HTML::Parse instead of HTML::Parser
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 19 19:40:00 PDT 1998
>Closed-Date:    Fri Oct 9 20:31:17 PDT 1998
>Last-Modified:  Fri Oct  9 20:32:19 PDT 1998
>Originator:     Hiroo Ono
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
>Environment:

	ports-current updated on 1998/09/18

>Description:

	ports/www/checkbot depends on ports/www/p5-HTML-Parser
	the library name has changed to HTML::Parser but
	checkbot still calls HTML::Parse
	(I didn't contact the author)

>How-To-Repeat:

	install checkbot-1.51 from ports(-current) and invoke it.

>Fix:
	
	apply this patch to checkbot-1.51/checkbot.pl
	(difference is only one character...)

--- checkbot.pl.orig	Sun Sep 20 10:42:11 1998
+++ checkbot.pl	Sun Sep 20 10:43:52 1998
@@ -220,7 +220,7 @@
   use LWP::UserAgent;
   use LWP::MediaTypes;
   #use LWP::Debug qw(- +debug);
-  use HTML::Parse;
+  use HTML::Parser;
   use HTML::LinkExtor;
   $main::ua = new LWP::UserAgent;
   $main::ua->agent("Checkbot/$VERSION LWP/" . LWP::Version);
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Oct 9 20:31:17 PDT 1998 
State-Changed-Why:  
Patch committed, thanks! 
>Unformatted:
