Summary: | ports-mgmt/portlint: Remove the check of WWW in pkg-descr | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Wen Heping <wen> | ||||
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(marcus) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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(-) |
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.