Opened 13 years ago

Closed 13 years ago

#30741 closed defect (fixed)

siege @2.70 fetch problem

Reported by: hannosch (Hanno Schlichting) 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 (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.