#43568: zathura @0.2.7 --------------------------+-------------------------------- Reporter: starkhalo@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: zathura | --------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: pwmt => Comment: Thanks. Some observations: * There should be a blank line between the "`# $Id$`" and "`PortSystem 1.0`" lines. * The license field should be just "`zlib`", not "`zlib License`". * The line "`distname zathura-${version}`" should be removed because that is the default value. * The distfile name should be removed from the checksums line because there is only one file being checksummed. * Because you use "`use_configure no`", you must add code to ensure you're UsingTheRightCompiler, building with `-arch` flags, and if possible add a universal variant. * The dependency on glib2 should be written as a path-style dependency so that glib2-devel could satisfy it; see other ports depending on glib2 for how to do that. * The dependency on girara should be written in port-style, not lib- style, unless there is an unusual requirement here that I'm not aware of. * You could use the ${homepage} variable in the definition of master_sites. -- Ticket URL: <https://trac.macports.org/ticket/43568#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X