View | Details | Raw Unified | Return to bug 34669
Collapse All | Expand All

(-)ports.cgi (-1 / +2 lines)
Lines 49-55 Link Here
49
49
50
    # URL of ports tree for download 
50
    # URL of ports tree for download 
51
    $remotePrefixFtpDownload =
51
    $remotePrefixFtpDownload =
52
	'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
52
	'http://www.FreeBSD.org/cgi/cvsweb.cgi/ports';
53
53
54
    # where to get -current packages
54
    # where to get -current packages
55
    local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
55
    local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
Lines 313-318 Link Here
313
313
314
    $path =~ s/^$localPrefix/$remotePrefixFtp/o;
314
    $path =~ s/^$localPrefix/$remotePrefixFtp/o;
315
    $pathDownload =~ s/^$localPrefix/$remotePrefixFtpDownload/o;
315
    $pathDownload =~ s/^$localPrefix/$remotePrefixFtpDownload/o;
316
    $pathDownload .= "?tarball=1";
316
    $descfile =~ s/^$localPrefix/$remotePrefixFtp/o;
317
    $descfile =~ s/^$localPrefix/$remotePrefixFtp/o;
317
318
318
    print qq{<DT><B><A NAME="$version">$version</A></B>\n};
319
    print qq{<DT><B><A NAME="$version">$version</A></B>\n};

Return to bug 34669