[MacPorts] #53863: nsd @3.2.8_1: update to 4.1.15 and lint fixes
MacPorts
noreply at macports.org
Sun Mar 26 11:15:39 UTC 2017
#53863: nsd @3.2.8_1: update to 4.1.15 and lint fixes
--------------------+----------------------
Reporter: l2dy | Owner: arhbkb@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: nsd
--------------------+----------------------
{{{
$ port lint --nitpick nsd
---> Verifying Portfile for nsd
Warning: Line 36 calling adduser directly; consider setting add_users
instead
Warning: Line 42 should use the expansion operator instead of the eval
procedure. Change
Warning: eval xinstall -m 644 [glob ${worksrcpath}/doc/*]
${destroot}${prefix}/share/doc/nsd
Warning: to
Warning: xinstall -m 644 {*}[glob ${worksrcpath}/doc/*]
${destroot}${prefix}/share/doc/nsd
Warning: no license set
---> 0 errors and 3 warnings found.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53863>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list