#18736: distname is not percent-encoded before gluing it into the URL -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts 1.8.0 Component: base | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- Comment(by raimue@…): `patch-macports-curl-escape.diff` is a patch to add a `curl escape` command, using curl_easy_escape() internally. {{{ $ rlwrap /usr/bin/tclsh % source /Library/Tcl/macports1.0/macports_fastload.tcl 0 % package require Pextlib 1.0 % curl escape foo~bar+baz! foo%7Ebar%2Bbaz%21 }}} -- Ticket URL: <http://trac.macports.org/ticket/18736#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS