#40782: wireshark-devel: update to 1.11.0 ------------------------------+----------------------- Reporter: ryandesign@… | Owner: hsivank@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: wireshark-devel | ------------------------------+----------------------- Comment (by ryandesign@…): * Could you provide a unified diff instead of a complete Portfile? * The revision should drop to 0 when the version is increased. * You're using the cmake portgroup which automatically adds a cmake build dependency so you don't need to manually add one (just make sure you append to depends_build instead of overwriting it). * Unless you separately need subversion at build time, you should not add a subversion build dependency; MacPorts automatically adds a subversion fetch dependency when fetch.type is svn. * Variants whose names begin with negative words like "no_" have been deprecated for years and we should work on removing them from ports; we should not add new variants with such names (like the "no_gui" variant you added here). If the user wants no gui, they would deselect any default variants that add guis. -- Ticket URL: <https://trac.macports.org/ticket/40782#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X