Opened 21 years ago
Last modified 9 years ago
#699 closed defect
UPDATE libwww-5.4.0: incorrect URL — at Initial Version
Reported by: | pguyot (Paul Guyot) | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | libwww |
Description
The extra slash at the end of the master_site line makes it fail to download the file with curl because w3c server sends a file has moved page.
Here's the diff:
--- Portfile.old Thu Jul 17 07:35:04 2003 +++ Portfile Thu Jul 17 07:35:13 2003 @@ -15,7 +15,7 @@
it can accommodate many different types of applications including \ clients, robots, etc.
-master_sites http://www.w3.org/Library/Distribution/ \ +master_sites http://www.w3.org/Library/Distribution \
distname w3c-${portname}-${portversion} extract.sufx .tgz
Note: See
TracTickets for help on using
tickets.