New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30741 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

siege @2.70 fetch problem

Reported by: hanno@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: Cc:
Port: siege

Description

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 \

Change History

comment:1 Changed 22 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.