misc/140554: [PATCH] add mirrors to x11-wm/openbox

Chris Petrik c.petrik.sosa at gmail.com
Sat Nov 14 11:40:03 UTC 2009


>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 at FreeBSD.org
 COMMENT=	A standards compliant, fast, light-weight, extensible window manager


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


More information about the freebsd-bugs mailing list