From nobody@FreeBSD.org  Fri Dec 14 07:08:26 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0488E62F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 07:08:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id DFD2E8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 07:08:25 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBE78PFm019750
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Dec 2012 07:08:25 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qBE78PZ0019749;
	Fri, 14 Dec 2012 07:08:25 GMT
	(envelope-from nobody)
Message-Id: <201212140708.qBE78PZ0019749@red.freebsd.org>
Date: Fri, 14 Dec 2012 07:08:25 GMT
From: "4721@hushmail.com" <4721@hushmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] add some http mirrors to bsd.sites.mk
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174427
>Category:       ports
>Synopsis:       [patch] add some http mirrors to bsd.sites.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 07:10:00 UTC 2012
>Closed-Date:    Sun Jan 06 15:04:32 UTC 2013
>Last-Modified:  Sun Jan  6 15:10:00 UTC 2013
>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:
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Sun Jan 6 15:04:19 UTC 2013 
State-Changed-Why:  
Committed.  Thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sun Jan 6 15:04:19 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174427 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174427: commit references a PR
Date: Sun,  6 Jan 2013 15:04:24 +0000 (UTC)

 Author: crees
 Date: Sun Jan  6 15:04:01 2013
 New Revision: 309991
 URL: http://svnweb.freebsd.org/changeset/ports/309991
 
 Log:
   Add http mirrors for LOCAL and ISC
   
   PR:		ports/174427
   Submitted by:	4721
   Reviewed by:	simon
 
 Modified:
   head/Mk/bsd.sites.mk
 
 Modified: head/Mk/bsd.sites.mk
 ==============================================================================
 --- head/Mk/bsd.sites.mk	Sun Jan  6 14:33:13 2013	(r309990)
 +++ head/Mk/bsd.sites.mk	Sun Jan  6 15:04:01 2013	(r309991)
 @@ -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%/ \
 @@ -631,6 +632,7 @@ MASTER_SITE_IDSOFTWARE+= \
  
  .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%/ \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
