#25902: [NEW] net/tcpdstat -------------------------------+-------------------------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: tcpdstat | -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Thanks, committed in r70313 with these changes: * whitespace / formatting * changed maintainer to you with openmaintainer * changed description to long_description; added new short description * added "dist_subdir ${name}/${version}" since the distfile name does not include the version number so that future updates do not result in checksum errors when upgrading * changed "configure {}" to "use_configure no" * changed PREFIX reinplace to destroot.destdir argument * changed some reinplaces to reinplace/patchfile combo, for improved future-proofing (if a future version changes the source file in a way that means we need to change the patch, the patch phase will fail and let us know that; failing reinplaces give no warning (unless you use the MacPorts base patch in #15514)) * did remaining reinplace in post-patch instead of pre-build * ensure we're UsingTheRightCompiler * support universal and non-default-build_arch builds -- Ticket URL: <http://trac.macports.org/ticket/25902#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS