FreeBSD Bugzilla – Attachment 249593 Details for
Bug 278069
ports-mgmt/portlint: Remove the check of WWW in pkg-descr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Remove the WWW check in pkg-descr
file_278069.txt (text/plain), 802 bytes, created by
Wen Heping
on 2024-03-31 14:04:51 UTC
(
hide
)
Description:
Remove the WWW check in pkg-descr
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2024-03-31 14:04:51 UTC
Size:
802 bytes
patch
obsolete
>--- a/ports-mgmt/portlint/Makefile >+++ b/ports-mgmt/portlint/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= portlint > PORTVERSION= 2.22.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= ports-mgmt > MASTER_SITES= # none > DISTFILES= # none >diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl >index 5fa4267e6065..ed077510af4c 100644 >--- a/ports-mgmt/portlint/src/portlint.pl >+++ b/ports-mgmt/portlint/src/portlint.pl >@@ -570,9 +570,6 @@ sub checkdescr { > &perror("WARN", $file, -1, "end WWW CPAN URL with a \"/\""); > } > >- if ($has_url && ! $has_www) { >- &perror("FATAL", $file, -1, "contains a URL but no \"WWW:\""); >- } > } > close(IN); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 278069
: 249593