Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#699 closed defect (invalid)

UPDATE libwww-5.4.0: incorrect URL

Reported by: pguyot (Paul Guyot) Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: libwww

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 \
                        http://distfiles.opendarwin.org/:lt
 distname               w3c-${portname}-${portversion}
 extract.sufx           .tgz

Change History (2)

comment:1 Changed 21 years ago by fkr@…

Resolution: invalid
Status: newclosed

the bug is not this portfile, the behavior of 'port' changed, and should/will be reverted.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: libwww added
Note: See TracTickets for help on using tickets.