FreeBSD Bugzilla – Attachment 136496 Details for
Bug 181730
ports-mgmt/portlint: don't stop checks for COMMENT after first warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 520 bytes, created by
gerald
on 2013-09-01 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gerald
Created:
2013-09-01 21:10:01 UTC
Size:
520 bytes
patch
obsolete
>--- portlint.pl.orig 2013-07-16 12:35:28.823262000 +0000 >+++ portlint.pl 2013-09-01 19:59:38.228589000 +0000 >@@ -2839,7 +2839,8 @@ > } else { # check for correctness > if (($makevar{COMMENT} !~ /^["\[0-9A-Z]/) || ($makevar{COMMENT} =~ m/\.$/)) { #" > &perror("WARN", $file, -1, "COMMENT should begin with a capital, and end without a period"); >- } elsif (length($makevar{COMMENT}) > 70) { >+ } >+ if (length($makevar{COMMENT}) > 70) { > &perror("WARN", $file, -1, "COMMENT exceeds 70 characters limit."); > } > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181730
: 136496