Ticket #672: portfetch.patch
File portfetch.patch, 564 bytes (added by robert@…, 21 years ago) |
---|
-
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
58 58 59 59 default fetch.cmd curl 60 60 default fetch.dir {${distpath}} 61 default fetch.args {"- o ${distfile}.TMP"}61 default fetch.args {"-L -f -o ${distfile}.TMP"} 62 62 default fetch.pre_args "" 63 63 default fetch.post_args {"${site}/${distfile}"} 64 64