#38982: New port: gptfdisk --------------------------+-------------------------------- Reporter: jds6p6h02@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gptfdisk | --------------------------+-------------------------------- Comment (by jds6p6h02@…): Replying to [comment:1 ryandesign@…]:
Thanks. Some observations:
* The first revision of any given version of a port should be 0, not 1. You can just remove the `revision 1` line to accomplish this. * There should be at least two checksum types for each distfile. We prefer rmd160 and sha256 checksum types. * Since you are using `use_configure no`, you must manually take care of UsingTheRightCompiler and `-arch` flags and if possible adding a universal variant. * You can simplify the destroot by `xinstall`ing all the binaries to ${destroot}${prefix}/sbin in a single invocation, using the `-W` flag, just like you're already doing to install the documentation and manpages. You don't need to specify mode 755; that's the default. Here you find the new Portfile. No need to take care of UsingTheRightCompiler and `-arch` flags currently (i have look of other ports that have `use_configure no`). Regards, JrCs
-- Ticket URL: <https://trac.macports.org/ticket/38982#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X