Use ftp.freebsd.org instead of ftp5.freebsd.org now that ftp-master is
in full swing.
This commit is contained in:
parent
863f739529
commit
52a714bff2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9805
3 changed files with 8 additions and 8 deletions
|
@ -4,12 +4,12 @@
|
|||
# packages - create a sorted list of precompiled packages which
|
||||
# are available at the FreeBSD FTP Server.
|
||||
#
|
||||
# $FreeBSD: www/en/ports/packages,v 1.7 1999/09/06 07:02:48 peter Exp $
|
||||
# $FreeBSD: www/en/ports/packages,v 1.8 2001/04/25 22:59:57 wosch Exp $
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/local/bin; export PATH
|
||||
|
||||
release='packages-stable';
|
||||
url="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/$release/All/"
|
||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/$release/All/"
|
||||
|
||||
temp=_lynx$$
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# by John Fieber <jfieber@freebsd.org>
|
||||
# Mon May 13 10:31:58 EST 1996
|
||||
# $FreeBSD: www/en/ports/portindex,v 1.39 2001/05/21 14:39:32 kuriyama Exp $
|
||||
# $FreeBSD: www/en/ports/portindex,v 1.40 2001/05/21 14:43:23 kuriyama Exp $
|
||||
|
||||
############################################################
|
||||
|
||||
|
@ -19,7 +19,7 @@ do $config if -f $config;
|
|||
if ($ENV{'MASTER_FTP_SERVER'}) {
|
||||
$ftpserver = $ENV{'MASTER_FTP_SERVER'};
|
||||
} else {
|
||||
$ftpserver = 'ftp://ftp5.freebsd.org' if !$ftpserver;
|
||||
$ftpserver = 'ftp://ftp.freebsd.org' if !$ftpserver;
|
||||
}
|
||||
$base = "" if !$base;
|
||||
$baseHTTP = $base if !$baseHTTP;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.56 2001/05/07 22:16:44 wosch Exp $ -->
|
||||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.57 2001/07/04 19:22:23 dannyboy Exp $ -->
|
||||
<p>The FreeBSD Ports and Packages Collection offers a simple way for
|
||||
users and administrators to install applications. The ports
|
||||
collection has been <a
|
||||
|
@ -11,7 +11,7 @@ contains any patches necessary to make the original application source
|
|||
code compile and run on FreeBSD. Installing an application is as
|
||||
simple as downloading the port, unpacking it and typing <tt>make</tt>
|
||||
in the port directory. For even greater convenience, you can simply
|
||||
install the <a href="ftp://ftp5.freebsd.org/pub/FreeBSD/branches/-current/ports.tar.gz">
|
||||
install the <a href="ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports.tar.gz">
|
||||
entire ports hierarchy</a> at installation time (or use
|
||||
<a href="../handbook/synching.html#CVSUP">CVSup</a> to track it on
|
||||
an ongoing basis) and have thousands of applications right at your
|
||||
|
@ -85,11 +85,11 @@ ports-current is to upgrade to some point along the 4.x branch.
|
|||
|
||||
<dl>
|
||||
<dt><a
|
||||
href="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/41upgrade.tgz">4.1
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/41upgrade.tgz">4.1
|
||||
to 4-STABLE upgrade kit</a>
|
||||
<dd>For users of 4.1-RELEASE or 4.1-STABLE before October 31, 2000 and after July 27, 2000
|
||||
<dt><a
|
||||
href="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/42upgrade.tgz">4.2
|
||||
href="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/42upgrade.tgz">4.2
|
||||
to 4-STABLE upgrade kit</a>
|
||||
<dd>For users of 4.2-RELEASE or 4.x-STABLE or 4.2-BETA or 4.2-RC before January 8, 2001 and after October 31, 2000
|
||||
</dl>
|
||||
|
|
Loading…
Reference in a new issue