From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 14 11:40:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340AE10656BE for ; Sat, 14 Nov 2009 11:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B454E8FC15 for ; Sat, 14 Nov 2009 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAEBe1m0078721 for ; Sat, 14 Nov 2009 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAEBe1oL078720; Sat, 14 Nov 2009 11:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Nov 2009 11:40:01 GMT Resent-Message-Id: <200911141140.nAEBe1oL078720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50874106566B for ; Sat, 14 Nov 2009 11:35:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3F18FC23 for ; Sat, 14 Nov 2009 11:35:36 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAEBZaVl071377 for ; Sat, 14 Nov 2009 11:35:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAEBZahB071376; Sat, 14 Nov 2009 11:35:36 GMT (envelope-from nobody) Message-Id: <200911141135.nAEBZahB071376@www.freebsd.org> Date: Sat, 14 Nov 2009 11:35:36 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/140554: [PATCH] add mirrors to x11-wm/openbox X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2009 11:40:03 -0000 >Number: 140554 >Category: misc >Synopsis: [PATCH] add mirrors to x11-wm/openbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 14 11:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 8.0 RC3 >Organization: Officialunix >Environment: FreeBSD8 >Description: Openbox's mirror are having some issues, to remove load from freebsd's servers add in a backup mirror, and use the main site for distfile download. If that is down, use the backup. If the backup is down use the last mirror. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: openbox/Makefile =================================================================== RCS file: /usr/ncvs/ports/x11-wm/openbox/Makefile,v retrieving revision 1.86 diff -u -r1.86 Makefile --- openbox/Makefile 2 Aug 2009 19:36:34 -0000 1.86 +++ openbox/Makefile 14 Nov 2009 11:32:24 -0000 @@ -9,7 +9,9 @@ PORTNAME= openbox PORTVERSION= 3.4.7.2 CATEGORIES= x11-wm -MASTER_SITES= http://offload1.icculus.org/openbox/releases/ +MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ + http://offload1.icculus.org/openbox/releases/ \ + http://sorcerer.mirrors.pair.com/mirror/ MAINTAINER= novel@FreeBSD.org COMMENT= A standards compliant, fast, light-weight, extensible window manager >Release-Note: >Audit-Trail: >Unformatted: