FreeBSD Bugzilla – Attachment 57862 Details for
Bug 87273
Add check for quotes around COMMENT to devel/portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint-quoted-comment.diff
portlint-quoted-comment.diff (text/plain), 645 bytes, created by
Erwin Lansing
on 2005-10-11 19:10:14 UTC
(
hide
)
Description:
portlint-quoted-comment.diff
Filename:
MIME Type:
Creator:
Erwin Lansing
Created:
2005-10-11 19:10:14 UTC
Size:
645 bytes
patch
obsolete
>Index: portlint.pl >=================================================================== >RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v >retrieving revision 1.76 >diff -u -r1.76 portlint.pl >--- portlint.pl 9 Oct 2005 18:52:58 -0000 1.76 >+++ portlint.pl 11 Oct 2005 17:57:18 -0000 >@@ -1198,6 +1198,16 @@ > } > > # >+ # whole file: COMMENT >+ # >+ print "OK: checking COMMENT.\n" if ($verbose); >+ if ($whole =~ /\nCOMMENT[+?]?=[ \t]+"/) { >+ my $lineno = &linenumber($`); >+ &perror("WARN: $file [$lineno]: COMMENT messages should not ". >+ "be quoted."); >+ } >+ >+ # > # whole file: IGNORE > # > print "OK: checking IGNORE.\n" if ($verbose);
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 87273
: 57862