From owner-freebsd-ports Sat Sep 19 19:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11918 for freebsd-ports-outgoing; Sat, 19 Sep 1998 19:40:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11910 for ; Sat, 19 Sep 1998 19:40:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA19235; Sat, 19 Sep 1998 19:40:01 -0700 (PDT) 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7994: checkbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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