Bug 90231 - databases/p5-DBIx-Ease - WWW location is incorrect.
Summary: databases/p5-DBIx-Ease - WWW location is incorrect.
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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 10:30 UTC by freebsd
Modified: 2006-01-03 04:48 UTC (History)
0 users

See Also:


Attachments
file.diff (360 bytes, patch)
2005-12-11 10:30 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2005-12-11 10:30:04 UTC
There seems to be no sign of DBIx::Ease module when trying to access
through the given URL in pkg-descr.

Fix: Either update the URL or remove it in the meantime, which is what the
following does ...

How-To-Repeat: 
awk '/WWW:/ { print $2}' < /usr/ports/databases/p5-DBIx-Ease/pkg-descr \
| while read url; do w3m "$url" || lynx "$url"; done

... and notice "The distribution 'DBIx-Ease' cannot be found" message.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-11 10:33:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-03 04:48:44 UTC
State Changed
From-To: open->closed

Committed, thanks!