[MacPorts] #699: UPDATE libwww-5.4.0: incorrect URL

MacPorts noreply at macports.org
Thu Mar 24 06:39:01 PDT 2016


#699: UPDATE libwww-5.4.0: incorrect URL
-----------------------+-----------------------
  Reporter:  pguyot@…  |      Owner:  landonf@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  1.0
Resolution:  invalid   |   Keywords:
      Port:  libwww    |
-----------------------+-----------------------
Changes (by ryandesign@…):

 * port:   => libwww


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

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

--

-- 
Ticket URL: <https://trac.macports.org/ticket/699#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list