#38401: new port: py-khmer -------------------------+-------------------------------- Reporter: sean@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: py-khmer | -------------------------+-------------------------------- Changes (by ryandesign@…): * port: => py-khmer Comment: This project is hosted at github. Possibly using the github portgroup would simplify the portfile. This port fetches from git. Could it fetch from a tarball instead? That would be preferred. This port fetches the head of the git repository. That's not ok; it needs to fetch a specific version of the source so that port builds are repeatable and predictable. You've indicated in the version field that this is version 0.4, so it needs to fetch version 0.4 of the source. This port is overwriting the portgroup's dependencies; it should append to them instead. This port is insisting on compiling with clang. This will not work on older versions of OS X whose Xcode versions do not have clang. Please instead use `compiler.blacklist` to blacklist the specific compilers that don't work. Instead of using `system "cd ${worksrcpath}; make"` use `system -W ${worksrcpath} "make"` -- Ticket URL: <https://trac.macports.org/ticket/38401#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X