Skip site navigation (1)Skip section navigation (2)
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:   ports/7994: checkbot
Message-ID:  <19980920113545S.hiroo@nlvaio.t.u-tokyo.ac.jp>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 19 19:40:00 PDT 1998
>Last-Modified:
>Originator:     Hiroo Ono
>Organization:
>Release:        FreeBSD 2.2.7-RELEASE i386
>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);
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980920113545S.hiroo>