The package directory for 5-STABLE is now called packages-5-stable.
This commit is contained in:
parent
c4a8f25a24
commit
eb5494b794
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23043
1 changed files with 7 additions and 7 deletions
|
@ -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 {
|
|||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif" alt="Powered by FreeBSD">
|
||||
© 1996-2002 by Wolfram Schneider. All rights reserved.<br>
|
||||
};
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.79 2004/09/11 08:31:02 dd Exp $} . "<br>\n";
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.80 2004/11/09 15:15:01 simon Exp $} . "<br>\n";
|
||||
print qq{Please direct questions about this service to
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
Loading…
Reference in a new issue