#24542: port livecheck does not honor master_sites.mirror_subdir ----------------------------+----------------------------------------------- Reporter: hashar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 1.8.2 Keywords: | Port: gsoap ----------------------------+----------------------------------------------- While livechecking gsoap port, I had a regex error rendering livecheck impossible. The project is hosted on sourceforge using roject name "gsoap2" although the name is actually "gsoap" in the RSS feed. The Portfile contains : {{{ master_sites.mirror_subdir gsoap2 }}} But livecheck was looking at <sourceforge url>?project=gsoap I patched portlivecheck.tcl so it uses master_sites.mirror_subdir as a livecheck.name and the Portfile so it uses the gsoap name : {{ livecheck.distname = gsoap }} -- Ticket URL: <http://trac.macports.org/ticket/24542> MacPorts <http://www.macports.org/> Ports system for Mac OS