Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#702 closed defect (fixed)

port add a "/" to master_sites location

Reported by: bchesneau@… Owned by: fkr@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

With last cvs version of port, it add a "/" to the end of the url. When an url had already a "/" at the end, the file idn't downloaded. When you remove the end "/", its' ok. Don't know if it's related to curl 10.2.5 but. Here is an example with exim :

---> Attempting to fetch exim-4.20.tar.gz from ftp://ftp.exim.org/pub/exim/exim4/ DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/distfiles" && curl -o exim- 4.20.tar.gz.TMP ftp://ftp.exim.org/pub/exim/exim4//exim-4.20.tar.gz' curl: (9) Couldn't cd to Error: Unable to fetch:: shell command "cd "/opt/local/var/db/dports/distfiles" && curl -o exim- 4.20.tar.gz.TMP ftp://ftp.exim.org/pub/exim/exim4//exim-4.20.tar.gz" returned error 9 Command output: curl: (9) Couldn't cd to

Change History (2)

comment:1 Changed 21 years ago by fkr@…

Owner: changed from darwinports-bugs@… to fkr@…

comment:2 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

fixed.

Note: See TracTickets for help on using tickets.