Summary: | www/nginx: some style fix; Makefile cleanup | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ru_M1cRO <rum1cro> | ||||
Component: | Individual Port(s) | Assignee: | Jochen Neumeister <joneum> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | joneum | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(joneum) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222338 | ||||||
Attachments: |
|
A commit references this bug: Author: joneum Date: Fri Nov 3 17:04:43 UTC 2017 New revision: 453414 URL: https://svnweb.freebsd.org/changeset/ports/453414 Log: Do the port clean-up: -replace '!empty(PORT_OPTIONS:M...)' with '${PORT_OPTIONS:M...}'; -http_accesskey was removed in r439844, cleanup it. PR: 222337 Reported by: m1cro <rum1cro@yandex.ru> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12915 Changes: head/www/nginx/Makefile Landed. Thanks. :-) |
Created attachment 186390 [details] nginx-cleanup - !empty(PORT_OPTIONS:MOPTION) changed by ${PORT_OPTIONS:MOPTION}. I think it looks better - http_accesskey was removed in r439844, cleanup it. portlint: 16 warns (were 18, related with http_accesskey) testport: OK (12.0-CURRENT #0 r322368, default options)