Bug 265698 - ports-mgmt/distilator: distilator doesn't check all WWW URLs when there are more than one WWW records
Summary: ports-mgmt/distilator: distilator doesn't check all WWW URLs when there are m...
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-07 20:31 UTC by Yuri Victorovich
Modified: 2022-08-11 09:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-08-07 20:31:44 UTC
Testcase: biology/kmcp
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2022-08-08 08:09:41 UTC
It's parsing the output of:

$ make describe

For that particular port it returns:

kmcp-0.8.2|/usr/ports/biology/kmcp|/usr/local|Accurate metagenomic profiling & fast large-scale genome searching|/usr/ports/biology/kmcp/pkg-descr|yuri@FreeBSD.org|biology||||/usr/ports/lang/go119||https://bioinf.shenwei.me/kmcp/

According to the PHB (https://docs.freebsd.org/en/books/porters-handbook/book/#porting-pkg-descr) only one WWW should be used.

I'm inclined to say: works as designed
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2022-08-11 09:01:03 UTC
Ok, thanks.