Bug 87705 - [UPDATE] Update www/p5-HTML-TableExtract to 2.06
Summary: [UPDATE] Update www/p5-HTML-TableExtract to 2.06
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: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 08:10 UTC by Anton Berezin
Modified: 2005-10-20 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2005-10-20 08:10 UTC, Anton Berezin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin freebsd_committer freebsd_triage 2005-10-20 08:10:09 UTC
It is necessary to require perl from ports since the new version:

  - uses warnings;
  - uses "exists" for an array element;
  - uses three-argument open;
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-10-20 08:11:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

Assign this PR to the port maintainer.
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2005-10-20 13:06:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Simon Barner freebsd_committer freebsd_triage 2005-10-20 14:37:22 UTC
Anton Berezin wrote:
> +IGNORE=		Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again

This should be:
IGNORE=	 requires perl 5.6.0 or later. Install lang/perl5.8 and try again

(The package name is printed before the value of ${IGNORE}.