Bug 90231

Summary: databases/p5-DBIx-Ease - WWW location is incorrect.
Product: Ports & Packages Reporter: freebsd
Component: Individual Port(s)Assignee: Mathieu Arnold <mat>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!