Bug 41111 - ports/comms/zssh wrong mastersite
Summary: ports/comms/zssh wrong mastersite
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-29 09:10 UTC by Andreas Schulz
Modified: 2002-07-29 15:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schulz 2002-07-29 09:10:01 UTC
ports/comms/zssh fetches not the tarball but a HTML Site in the
moment :-). They have changed the download location and put up
a mirror list.

Fix: 

Change the MASTERSITE line from
 http://prdownloads.sf.net/zssh/
to
 http://telia.dl.sourceforge.net/sourceforge/zssh/
or one of the other three mirrors named in the old HTML Page.
How-To-Repeat: Try to fetch it :-).
Comment 1 Tilman Linneweh 2002-07-29 09:52:41 UTC
>>Description:
> ports/comms/zssh fetches not the tarball but a HTML Site in the
> moment :-). They have changed the download location and put up
> a mirror list.
>>Fix:
> Change the MASTERSITE line from
>  http://prdownloads.sf.net/zssh/
> to
>  http://telia.dl.sourceforge.net/sourceforge/zssh/
> or one of the other three mirrors named in the old HTML Page.


A even better solution would be to set
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	zssh
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2002-07-29 15:44:58 UTC
State Changed
From-To: open->closed

Committed, thanks.