Bug 278069 - ports-mgmt/portlint: Remove the check of WWW in pkg-descr
Summary: ports-mgmt/portlint: Remove the check of WWW in pkg-descr
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-31 14:04 UTC by Wen Heping
Modified: 2024-04-11 11:50 UTC (History)
0 users

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


Attachments
Remove the WWW check in pkg-descr (802 bytes, text/plain)
2024-03-31 14:04 UTC, Wen Heping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2024-03-31 14:04:51 UTC
Created attachment 249593 [details]
Remove the WWW check in pkg-descr

When there is url but no WWW in pkg-descr, portlint will print out FATAL error message. But it is not true since we move WWW line to Makefile now.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-11 11:46:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2157107ea58683e95bf377fa4439ecd116c7f868

commit 2157107ea58683e95bf377fa4439ecd116c7f868
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2024-04-11 11:45:00 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2024-04-11 11:45:00 +0000

    ports-mgmt/portlint: Update to 2.22.1

    Remove the WWW check for pkg-descr.

    PR:             278069

 ports-mgmt/portlint/Makefile        |  3 +--
 ports-mgmt/portlint/src/portlint.pl | 32 +-------------------------------
 2 files changed, 2 insertions(+), 33 deletions(-)