#29854: GPAC port ---------------------------------------+------------------------------------ Reporter: bsleveritt@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: GPAC ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * cc: tonytung@… (added) Comment: tonytung, thank you for the Portfile, but it raises several issues. * The Portfile claims this is version 0.4.6, but based on the fact that you're fetching from svn, and the revision you're fetching from doesn't mention anything about it being a final version of 0.4.6, and appears merely to be the latest revision at the time you wrote the Portfile, I believe it's only a development version leading up to 0.4.6. So the version field should be something else. Perhaps a datestamp. * "nobody" is not a valid value for the maintainers line. You probably meant "nomaintainer". * "master_sites" is not used when fetching from svn and is thus unnecessary. * "use_configure yes" is the default and is thus unnecessary. * You list a dependency on libsdl-devel. Would libsdl not suffice? You list a dependency on ffmpeg. Would ffmpeg-devel not suffice? Dependencies on ports that have -devel and non-devel versions should be written in path:-style not port:-style if either version will work. See #14540. -- Ticket URL: <https://trac.macports.org/ticket/29854#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS