Date: Sat, 14 Nov 2009 11:35:36 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/140554: [PATCH] add mirrors to x11-wm/openbox Message-ID: <200911141135.nAEBZahB071376@www.freebsd.org> Resent-Message-ID: <200911141140.nAEBe1oL078720@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911141135.nAEBZahB071376>