Opened 8 years ago
Closed 7 years ago
#53863 closed update (fixed)
nsd @3.2.8_1: update to 4.1.15 and lint fixes
Reported by: | l2dy (Zero King) | Owned by: | arhbkb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | nsd |
Description
$ 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.
Change History (1)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 50b48000a6d05bf0936cb517354fc6e2ecd51ee7/macports-ports: