#30741: siege @2.70 fetch problem -------------------------------+-------------------------------------------- Reporter: hanno@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: siege -------------------------------+-------------------------------------------- The FTP hosts listed for siege are down. I had to add "http://www.joedog.org/pub/siege" to the master_sites list to be able to fetch and install siege. Simple patch for the portfile (locally installed in /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/siege/) is: {{{ --- Portfile.orig 2011-08-13 15:51:00.000000000 +0200 +++ Portfile 2011-08-13 15:51:18.000000000 +0200 @@ -15,7 +15,8 @@ a configurable number of concurrent simulated users. homepage http://www.joedog.org/index/siege-home platforms darwin -master_sites ftp://sid.joedog.org/pub/siege/ \ +master_sites http://www.joedog.org/pub/siege/ \ + ftp://sid.joedog.org/pub/siege/ \ ftp://ftp.joedog.org/pub/siege/ checksums sha1 ee0a0c3a9e6559cf8cbaf717649f6684b0d9643a \ }}} -- Ticket URL: <https://trac.macports.org/ticket/30741> MacPorts <http://www.macports.org/> Ports system for Mac OS