FreeBSD Bugzilla – Attachment 58800 Details for
Bug 88546
Add a check for a period in IGNORE lines in portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.02 KB, created by
Anton Berezin
on 2005-11-06 10:40:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anton Berezin
Created:
2005-11-06 10:40:11 UTC
Size:
1.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/portlint/Makefile,v >retrieving revision 1.98 >diff -u -r1.98 Makefile >--- Makefile 25 Oct 2005 04:48:05 -0000 1.98 >+++ Makefile 6 Nov 2005 10:26:47 -0000 >@@ -8,8 +8,7 @@ > # > > PORTNAME= portlint >-PORTVERSION= 2.7.5 >-PORTREVISION= 1 >+PORTVERSION= 2.7.6 > CATEGORIES= devel > MASTER_SITES= # none > DISTFILES= # none >Index: src/portlint.pl >=================================================================== >RCS file: /home/ncvs/ports/devel/portlint/src/portlint.pl,v >retrieving revision 1.78 >diff -u -r1.78 portlint.pl >--- src/portlint.pl 25 Oct 2005 04:48:06 -0000 1.78 >+++ src/portlint.pl 6 Nov 2005 10:26:49 -0000 >@@ -1235,6 +1235,11 @@ > &perror("WARN: $file [$lineno]: IGNORE messages should not ". > "be quoted."); > } >+ if ($whole =~ /^IGNORE[+?]?=[ \t]+.+?\.\s*$/m) { >+ my $lineno = &linenumber($`); >+ &perror("WARN: $file [$lineno]: IGNORE messages should not ". >+ "end with a period."); >+ } > > # > # whole file: PKGNAME
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 88546
: 58800 |
58801
|
58802