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.
Responsible Changed From-To: freebsd-ports-bugs->mat Over to maintainer
State Changed From-To: open->closed Committed, thanks!