Opened 7 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: newclosed

In 50b48000a6d05bf0936cb517354fc6e2ecd51ee7/macports-ports:

nsd:

  • Update to version 4.1.16
  • Add license
  • switch to add_users
  • Update homepage
  • Use modern checksums
  • Fix xinstall per lint
  • alphabetize variants

Closes: #53863

Note: See TracTickets for help on using tickets.