Ticket #672: portfetch.patch

File portfetch.patch, 564 bytes (added by robert@…, 21 years ago)

fixed curl download failure detection problem

  • portfetch.tcl

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/portfetch.tcl,v
    retrieving revision 1.61
    diff -u -r1.61 portfetch.tcl
     
    5858
    5959default fetch.cmd curl
    6060default fetch.dir {${distpath}}
    61 default fetch.args {"-o ${distfile}.TMP"}
     61default fetch.args {"-L -f -o ${distfile}.TMP"}
    6262default fetch.pre_args ""
    6363default fetch.post_args {"${site}/${distfile}"}
    6464