Changes between Initial Version and Version 1 of Ticket #36731


Ignore:
Timestamp:
Oct 25, 2012, 9:46:11 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The problem appears to have been introduced by r96581 which lowercased "http" in the haskellplatform.setup line. The upstream project name is "HTTP" not "http" and must be kept uppercase. The lint warning must be fixed a different way.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36731

    • Property Owner changed from macports-tickets@… to cal@…
    • Property Cc cal@… removed
    • Property Summary changed from hs-platform-html can't download HTTP-4000.2.3.tar.gz to hs-platform-http: fetch failure for HTTP-4000.2.3.tar.gz
    • Property Port hs-platform-http added; hs-platform-html removed
  • Ticket #36731 – Description

    initial v1  
    11I'm attempting to install the recently updated haskell-platform port, but I'm stuck at fetching distfiles for hs-platform-http.  The port is attempting to download HTTP-4000.2.3.tar.gz from the distfiles.macports.org/hs-platform-http, but the directory is empty.  There are many other suspect directories on distfiles:
    22
    3 hs-platform-HTTP (which contains HTTP-4000.0.6),
    4 hs-platform-http (empty),
    5 hs-HTTP (which contains HTTP-3001.0.4, HTTP-3001.1.4, HTTP-4000.0.9),
    6 hs-http (which contains HTTP-4000.0.6, HTTP-4000.1.1, HTTP-4000.2.3!)
     3 * hs-platform-HTTP (which contains HTTP-4000.0.6),
     4 * hs-platform-http (empty),
     5 * hs-HTTP (which contains HTTP-3001.0.4, HTTP-3001.1.4, HTTP-4000.0.9),
     6 * hs-http (which contains HTTP-4000.0.6, HTTP-4000.1.1, HTTP-4000.2.3!)
    77
    88So the port needs to be updated to download from hs-http or the distfiles need to be pushed to hs-platform-http.