diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index b5f1aff76d..c4248d6fb4 100755 --- a/en/cgi/ports.cgi +++ b/en/cgi/ports.cgi @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/ports.cgi,v 1.79 2004/09/11 08:31:02 dd Exp $ +# $FreeBSD: www/en/cgi/ports.cgi,v 1.80 2004/11/09 15:15:01 simon Exp $ # # ports.cgi - search engine for FreeBSD ports # o search for a port by name or description @@ -71,7 +71,7 @@ sub init_variables { %remotePrefixFtpPackages = ( '6-CURRENT/i386', "$p/packages-6-current/All", - '5-STABLE/i386', " $p/packages-5-current/All", + '5-STABLE/i386', " $p/packages-5-stable/All", '4-STABLE/i386', " $p/packages-4-stable/All", '5.3-RELEASE/i386', "$p/packages-5.3-release/All", @@ -79,7 +79,7 @@ sub init_variables { '4.10-RELEASE/i386',"$p/packages-4.10-release/All", '6-CURRENT/alpha', "$palpha/packages-6-current/All", - '5-STABLE/alpha', "$palpha/packages-5-current/All", + '5-STABLE/alpha', "$palpha/packages-5-stable/All", '4-STABLE/alpha', "$palpha/packages-4-stable/All", '5.3-RELEASE/alpha', "$palpha/packages-5.3-release/All", @@ -87,19 +87,19 @@ sub init_variables { '4.10-RELEASE/alpha',"$palpha/packages-4.10-release/All", '6-CURRENT/amd64', "$pamd64/packages-6-current/All", - '5-STABLE/amd64', "$pamd64/packages-5-current/All", + '5-STABLE/amd64', "$pamd64/packages-5-stable/All", '5.3-RELEASE/amd64', "$pamd64/packages-5.3-release/All", '5.2.1-RELEASE/amd64', "$pamd64/packages-5.2.1-release/All", '6-CURRENT/ia64', "$pia64/packages-6-current/All", - '5-STABLE/ia64', "$pia64/packages-5-current/All", + '5-STABLE/ia64', "$pia64/packages-5-stable/All", '5.3-RELEASE/ia64', "$pia64/packages-5.3-release/All", '5.2.1-RELEASE/ia64', "$pia64/packages-5.2.1-release/All", '6-CURRENT/sparc64', "$psparc64/packages-6-current/All", - '5-STABLE/sparc64', "$psparc64/packages-5-current/All", + '5-STABLE/sparc64', "$psparc64/packages-5-stable/All", '5.3-RELEASE/sparc64', "$psparc64/packages-5.3-release/All", '5.2.1-RELEASE/sparc64', "$psparc64/packages-5.2.1-release/All", @@ -668,7 +668,7 @@ sub footer { Powered by FreeBSD © 1996-2002 by Wolfram Schneider. All rights reserved.
}; - #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.79 2004/09/11 08:31:02 dd Exp $} . "
\n"; + #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.80 2004/11/09 15:15:01 simon Exp $} . "
\n"; print qq{Please direct questions about this service to $mailto
\n}; print qq{General questions about FreeBSD ports should be sent to } .