FreeBSD Bugzilla – Attachment 185968 Details for
Bug 221971
ports-mgmt/portlint: allow USE_GITHUB before USES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
portlint.patch (text/plain), 434 bytes, created by
Dmitry Marakasov
on 2017-09-01 08:06:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2017-09-01 08:06:26 UTC
Size:
434 bytes
patch
obsolete
>Index: src/portlint.pl >=================================================================== >--- src/portlint.pl (revision 449058) >+++ src/portlint.pl (working copy) >@@ -218,7 +218,7 @@ > my $uulineno = -1; > my @muses = (); > while (my $mline = <MK>) { >- if ($uulineno == -1 && $mline =~ /^USE_/) { >+ if ($uulineno == -1 && $mline =~ /^USE_/ && $mline !~ /^USE_GITHUB/) { > $uulineno = $.; > } > if ($mline =~ /^USES[?+]?=\s*(.*)/) {
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 221971
: 185968