Bug 7994 - ports/www/checkbot calls HTML::Parse instead of HTML::Parser
Summary: ports/www/checkbot calls HTML::Parse instead of HTML::Parser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-20 03:40 UTC by hiroo
Modified: 1998-10-10 04:32 UTC (History)
0 users

See Also:


Attachments
file.diff (348 bytes, patch)
1998-09-20 03:40 UTC, hiroo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiroo 1998-09-20 03:40:00 UTC
	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)

Fix: apply this patch to checkbot-1.51/checkbot.pl
	(difference is only one character...)
How-To-Repeat: 
	install checkbot-1.51 from ports(-current) and invoke it.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-10-10 04:31:17 UTC
State Changed
From-To: open->closed

Patch committed, thanks!