Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 07:08:25 GMT
From:      "4721@hushmail.com" <4721@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174427: [patch] add some http mirrors to bsd.sites.mk
Message-ID:  <201212140708.qBE78PZ0019749@red.freebsd.org>
Resent-Message-ID: <201212140710.qBE7A0OE034294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174427
>Category:       ports
>Synopsis:       [patch] add some http mirrors to bsd.sites.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 07:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     4721@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
add http mirrors to the local and isc mirrors.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Mk/bsd.sites.mk
===================================================================
--- Mk/bsd.sites.mk	(revision 308880)
+++ Mk/bsd.sites.mk	(working copy)
@@ -26,6 +26,7 @@
 # Where to put distfiles that don't have any other master site
 .if !defined(IGNORE_MASTER_SITE_LOCAL)
 MASTER_SITE_LOCAL+= \
+	http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
 	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
 	ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
 	ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
@@ -629,6 +630,7 @@
 
 .if !defined(IGNORE_MASTER_SITE_ISC)
 MASTER_SITE_ISC+= \
+	http://ftp.isc.org/isc/%SUBDIR%/ \
 	ftp://ftp.isc.org/isc/%SUBDIR%/ \
 	ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \
 	ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212140708.qBE78PZ0019749>