#922 closed defect (fixed)
net/ethereal fetch fails because version/url has changed
Reported by: | rtm1@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | eric@… | |
Port: |
Description
It seems that the ethereal site has been rearranged, or since version 0.9.15 has appeared the reference to 0.9.14 has been replaced. In any event, the path to version 0.9.14 that is given in the portfile no longer works. The diff below should fix things, regardless of version:
17,23c17,23 < master_sites ftp://ftp.ethereal.com/pub/ethereal/ \ < ftp://ftp.planetmirror.com/pub/ethereal/ \ < ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/ \ < ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ < ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ < ftp://ftp.ayamura.org/pub/ethereal/ \ < ftp://ftp.azc.uam.mx/mirrors/ethereal/ ---
master_sites ftp://ftp.ethereal.com/ethereal/all-versions/ \
ftp://ftp.planetmirror.com/pub/ethereal/all-versions/ \ ftp://ftp.mirrors.wiretapped.net/security/packet-capture/ethereal/all-versions/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/all-versions/ \ ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \ ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/
Change History (1)
comment:1 Changed 21 years ago by ole_guldberg@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks for the help